Asterisk - The Open Source Telephony Project GIT-master-3dee037
|
Data Fields | |
char * | chan_name |
char * | context |
char * | exten |
char * | hook_id |
Arguments to the thread that launches the hook
Definition at line 149 of file func_periodic_hook.c.
char* chan_name |
Name of the channel the hook was set on
Definition at line 153 of file func_periodic_hook.c.
Referenced by hook_launch_thread(), hook_thread_arg_alloc(), and hook_thread_arg_destroy().
char* context |
Dialplan context for the hook
Definition at line 155 of file func_periodic_hook.c.
Referenced by hook_launch_thread(), hook_thread_arg_alloc(), and hook_thread_arg_destroy().
char* exten |
Dialplan extension for the hook
Definition at line 157 of file func_periodic_hook.c.
Referenced by hook_launch_thread(), hook_thread_arg_alloc(), and hook_thread_arg_destroy().
char* hook_id |
Hook ID
Definition at line 151 of file func_periodic_hook.c.
Referenced by hook_launch_thread(), hook_thread_arg_alloc(), and hook_thread_arg_destroy().