| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 7810 of file channel.c.
Referenced by channel_get_external_vars(), and channel_set_external_vars().
| char name[] | 
Definition at line 7811 of file channel.c.
Referenced by channel_get_external_vars(), channel_set_external_vars(), PathSegment::get_child(), and SwaggerType::load().
| struct manager_channel_variable* next |