#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 | flags |
| char | uniqueid [32] |
| char | userfield [AST_MAX_USER_FIELD] |
| ast_cdr * | next |
Definition at line 42 of file cdr.h.
|
|
What account number to use |
|
|
What flags to use Definition at line 72 of file cdr.h. Referenced by ast_cdr_setamaflags(). |
|
|
Definition at line 62 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 68 of file cdr.h. Referenced by ast_cdr_post(), and ast_cdr_reset(). |
|
|
Definition at line 52 of file cdr.h. Referenced by ast_cdr_answer(), ast_cdr_busy(), ast_cdr_end(), ast_cdr_free(), ast_cdr_post(), ast_cdr_setdestchan(), and ast_cdr_start(). |
|
|
Caller*ID with text |
|
|
Destination context |
|
|
What happened to the call Definition at line 70 of file cdr.h. Referenced by ast_cdr_answer(), ast_cdr_busy(), and ast_cdr_reset(). |
|
|
Destination extension |
|
|
Destination channel if appropriate Definition at line 54 of file cdr.h. Referenced by ast_cdr_setdestchan(). |
|
|
Total time in system, in seconds Definition at line 66 of file cdr.h. Referenced by ast_cdr_post(), and ast_cdr_reset(). |
|
|
Definition at line 64 of file cdr.h. Referenced by ast_cdr_end(), ast_cdr_free(), ast_cdr_post(), and ast_cdr_reset(). |
|
|
flags Definition at line 76 of file cdr.h. Referenced by ast_cdr_reset(). |
|
|
Last application if appropriate |
|
|
Last application data |
|
|
Definition at line 81 of file cdr.h. Referenced by ast_cdr_answer(), ast_cdr_append(), ast_cdr_appenduserfield(), ast_cdr_busy(), ast_cdr_disposition(), ast_cdr_end(), ast_cdr_free(), ast_cdr_post(), ast_cdr_reset(), ast_cdr_setdestchan(), and ast_cdr_start(). |
|
|
Caller*ID number |
|
|
Definition at line 60 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 80 of file cdr.h. Referenced by ast_cdr_appenduserfield(). |
1.4.2