Asterisk - The Open Source Telephony Project GIT-master-8f1982c
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
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 1208 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 1212 of file bridge_channel.c.

Referenced by bridge_channel_run_app().

◆ app_name

char app_name[0]

Application name to run.

Definition at line 1214 of file bridge_channel.c.

Referenced by bridge_channel_run_app().

◆ moh_offset

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


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