Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
bridge_run_app Struct Reference

Data Fields

int app_args_offset
 
char app_name [0]
 
int moh_offset
 

Detailed Description

Definition at line 1255 of file bridge_channel.c.

Field Documentation

◆ app_args_offset

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().

◆ app_name

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().

◆ moh_offset

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().


The documentation for this struct was generated from the following file: