| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
| Data Fields | |
| const char * | channel_name | 
| unsigned int | keep_variables:1 | 
| unsigned int | reset:1 | 
| const char* channel_name | 
The name of the channel to be manipulated
Definition at line 91 of file app_cdr.c.
Referenced by appcdr_callback(), and publish_app_cdr_message().
| unsigned int keep_variables | 
If resetting the CDR, keep the variables
Definition at line 95 of file app_cdr.c.
Referenced by appcdr_callback().
| unsigned int reset |