Asterisk - The Open Source Telephony Project
18.5.0
|
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 7927 of file channel.c.
Referenced by channel_get_external_vars(), and channel_set_external_vars().
char name[] |
Definition at line 7928 of file channel.c.
Referenced by channel_get_external_vars(), channel_set_external_vars(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), and Property::load().
struct manager_channel_variable* next |