Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
const char * | channel_name |
unsigned int | disable:1 |
unsigned int | keep_variables:1 |
unsigned int | reenable:1 |
unsigned int | reset:1 |
const char* channel_name |
The name of the channel to be manipulated
Definition at line 120 of file app_cdr.c.
Referenced by appcdr_callback(), and publish_app_cdr_message().
unsigned int disable |
Disable the CDR for this channel
Definition at line 122 of file app_cdr.c.
Referenced by appcdr_callback().
unsigned int keep_variables |
If reseting the CDR, keep the variables
Definition at line 128 of file app_cdr.c.
Referenced by appcdr_callback().
unsigned int reenable |
Re-enable the CDR for this channel
Definition at line 124 of file app_cdr.c.
Referenced by appcdr_callback().
unsigned int reset |