| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
| Data Fields | |
| int | activated_offset | 
| int | app_args_offset | 
| char | app_name [0] | 
| int | feature_offset | 
| int | moh_offset | 
Definition at line 422 of file bridge_basic.c.
| int activated_offset | 
Offset into app_name[] where the channel name that activated the hook starts.
Definition at line 424 of file bridge_basic.c.
Referenced by dynamic_dtmf_hook_callback(), and dynamic_dtmf_hook_trip().
| int app_args_offset | 
Offset into app_name[] where the application argument string starts. (zero if no arguments)
Definition at line 430 of file bridge_basic.c.
Referenced by dynamic_dtmf_hook_callback(), and dynamic_dtmf_hook_trip().
| char app_name[0] | 
Application name to run.
Definition at line 432 of file bridge_basic.c.
Referenced by dynamic_dtmf_hook_callback(), and dynamic_dtmf_hook_trip().
| int feature_offset | 
Offset into app_name[] where the dynamic feature name starts.
Definition at line 426 of file bridge_basic.c.
Referenced by dynamic_dtmf_hook_callback(), and dynamic_dtmf_hook_trip().
| int moh_offset | 
Offset into app_name[] where the MOH class name starts. (zero if no MOH)
Definition at line 428 of file bridge_basic.c.
Referenced by dynamic_dtmf_hook_callback(), and dynamic_dtmf_hook_trip().