#include <cdr.h>
Data Fields | |
| char | clid [AST_MAX_EXTENSION] |
| char | src [AST_MAX_EXTENSION] |
| char | dst [AST_MAX_EXTENSION] |
| char | dcontext [AST_MAX_EXTENSION] |
| char | channel [AST_MAX_EXTENSION] |
| char | dstchannel [AST_MAX_EXTENSION] |
| char | lastapp [AST_MAX_EXTENSION] |
| char | lastdata [AST_MAX_EXTENSION] |
| timeval | start |
| timeval | answer |
| timeval | end |
| int | duration |
| int | billsec |
| int | disposition |
| int | amaflags |
| char | accountcode [20] |
| int | posted |
| char | uniqueid [32] |
Definition at line 35 of file cdr.h.
|
|
What account number to use Definition at line 67 of file cdr.h. Referenced by ast_cdr_init(). |
|
|
What flags to use Definition at line 65 of file cdr.h. Referenced by ast_cdr_init(). |
|
|
Definition at line 55 of file cdr.h. Referenced by ast_cdr_answer(), ast_cdr_post(), and ast_cdr_reset(). |
|
|
Total time call is up, in seconds Definition at line 61 of file cdr.h. Referenced by ast_cdr_post(), and ast_cdr_reset(). |
|
|
Definition at line 45 of file cdr.h. Referenced by ast_cdr_answer(), ast_cdr_busy(), ast_cdr_end(), ast_cdr_free(), ast_cdr_init(), ast_cdr_post(), ast_cdr_setapp(), ast_cdr_setdestchan(), and ast_cdr_start(). |
|
|
Caller*ID with text Definition at line 37 of file cdr.h. Referenced by ast_cdr_init(), and ast_cdr_setcid(). |
|
|
Destination context Definition at line 43 of file cdr.h. Referenced by ast_cdr_init(). |
|
|
What happened to the call Definition at line 63 of file cdr.h. Referenced by ast_cdr_answer(), ast_cdr_busy(), ast_cdr_init(), and ast_cdr_reset(). |
|
|
Destination extension Definition at line 41 of file cdr.h. Referenced by ast_cdr_init(). |
|
|
Destination channel if appropriate Definition at line 47 of file cdr.h. Referenced by ast_cdr_setdestchan(). |
|
|
Total time in system, in seconds Definition at line 59 of file cdr.h. Referenced by ast_cdr_post(), and ast_cdr_reset(). |
|
|
Definition at line 57 of file cdr.h. Referenced by ast_cdr_end(), ast_cdr_free(), ast_cdr_post(), and ast_cdr_reset(). |
|
|
Last application if appropriate Definition at line 49 of file cdr.h. Referenced by ast_cdr_setapp(). |
|
|
Last application data Definition at line 51 of file cdr.h. Referenced by ast_cdr_setapp(). |
|
|
Whether or not the record has been posted Definition at line 69 of file cdr.h. Referenced by ast_cdr_answer(), ast_cdr_busy(), ast_cdr_end(), ast_cdr_free(), ast_cdr_post(), ast_cdr_reset(), ast_cdr_setapp(), ast_cdr_setdestchan(), and ast_cdr_start(). |
|
|
Caller*ID number Definition at line 39 of file cdr.h. Referenced by ast_cdr_init(), and ast_cdr_setcid(). |
|
|
Definition at line 53 of file cdr.h. Referenced by ast_cdr_end(), ast_cdr_free(), ast_cdr_post(), ast_cdr_reset(), and ast_cdr_start(). |
|
|
Definition at line 71 of file cdr.h. Referenced by ast_cdr_init(). |
1.3.4