Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
dynamic_dtmf_hook_data Struct Reference

Data Fields

int app_args_offset
 
char app_name [0]
 
int feature_offset
 
unsigned int flags
 
int moh_offset
 

Detailed Description

Definition at line 451 of file bridge_basic.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 459 of file bridge_basic.c.

Referenced by dynamic_dtmf_hook_add(), and dynamic_dtmf_hook_trip().

◆ app_name

char app_name[0]

Application name to run.

Definition at line 461 of file bridge_basic.c.

Referenced by dynamic_dtmf_hook_add(), and dynamic_dtmf_hook_trip().

◆ feature_offset

int feature_offset

Offset into app_name[] where the dynamic feature name starts.

Definition at line 455 of file bridge_basic.c.

Referenced by dynamic_dtmf_hook_add(), and dynamic_dtmf_hook_trip().

◆ flags

unsigned int flags

Which side of bridge to run app (AST_FEATURE_FLAG_ONSELF/AST_FEATURE_FLAG_ONPEER)

Definition at line 453 of file bridge_basic.c.

Referenced by dynamic_dtmf_hook_add().

◆ moh_offset

int moh_offset

Offset into app_name[] where the MOH class name starts. (zero if no MOH)

Definition at line 457 of file bridge_basic.c.

Referenced by dynamic_dtmf_hook_add(), and dynamic_dtmf_hook_trip().


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