Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
int | app_args_offset |
char | app_name [0] |
int | moh_offset |
Definition at line 1255 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 1259 of file bridge_channel.c.
Referenced by bridge_channel_run_app(), and payload_helper_app().
char app_name[0] |
Application name to run.
Definition at line 1261 of file bridge_channel.c.
Referenced by bridge_channel_run_app(), and payload_helper_app().
int moh_offset |
Offset into app_name[] where the MOH class name starts. (zero if no MOH)
Definition at line 1257 of file bridge_channel.c.
Referenced by bridge_channel_run_app(), and payload_helper_app().