Asterisk - The Open Source Telephony Project GIT-master-754dea3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Data Fields
app_cdr_message_payload Struct Reference

Data Fields

const char * channel_name
 
unsigned int keep_variables:1
 
unsigned int reset:1
 

Detailed Description

Definition at line 89 of file app_cdr.c.

Field Documentation

◆ channel_name

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().

◆ keep_variables

unsigned int keep_variables

If resetting the CDR, keep the variables

Definition at line 95 of file app_cdr.c.

Referenced by appcdr_callback().

◆ reset

unsigned int reset

Reset the CDR

Definition at line 93 of file app_cdr.c.

Referenced by appcdr_callback().


The documentation for this struct was generated from the following file: