Asterisk - The Open Source Telephony Project GIT-master-8f1982c
|
Data Fields | |
int | app_args_offset |
char | app_name [0] |
int | moh_offset |
Definition at line 1208 of file bridge_channel.c.
int app_args_offset |
Offset into app_name[] where the application argument string starts. (zero if no arguments)
Definition at line 1212 of file bridge_channel.c.
Referenced by bridge_channel_run_app().
char app_name[0] |
Application name to run.
Definition at line 1214 of file bridge_channel.c.
Referenced by bridge_channel_run_app().
int moh_offset |
Offset into app_name[] where the MOH class name starts. (zero if no MOH)
Definition at line 1210 of file bridge_channel.c.
Referenced by bridge_channel_run_app().