Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
int | app_args_offset |
char | app_name [0] |
int | moh_offset |
Definition at line 1198 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 1202 of file bridge_channel.c.
Referenced by bridge_channel_run_app().
char app_name[0] |
Application name to run.
Definition at line 1204 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 1200 of file bridge_channel.c.
Referenced by bridge_channel_run_app().