Asterisk - The Open Source Telephony Project GIT-master-754dea3
|
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 |
Referenced by channel_get_external_vars(), channel_set_external_vars(), and free_external_channelvars().
unsigned int isfunc |
Definition at line 7851 of file channel.c.
Referenced by channel_get_external_vars(), and channel_set_external_vars().
char name[] |
Definition at line 7852 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 |