Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
List of channel variables to append to all channel-related events. More...
Data Fields | |
struct { | |
struct manager_channel_variable * next | |
} | entry |
unsigned int | isfunc:1 |
char | name [] |
List of channel variables to append to all channel-related events.
struct { ... } entry |
unsigned int isfunc |
Definition at line 7847 of file channel.c.
Referenced by channel_get_external_vars(), and channel_set_external_vars().
char name[] |
Definition at line 7848 of file channel.c.
Referenced by channel_get_external_vars(), channel_set_external_vars(), PathSegment::get_child(), Parameter::load(), Property::load(), and SwaggerType::load().
struct manager_channel_variable* next |