Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
char * | chan_name |
char * | context |
char * | exten |
char * | hook_id |
Arguments to the thread that launches the hook
Definition at line 148 of file func_periodic_hook.c.
char* chan_name |
Name of the channel the hook was set on
Definition at line 152 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 154 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 156 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 150 of file func_periodic_hook.c.
Referenced by hook_launch_thread(), hook_thread_arg_alloc(), and hook_thread_arg_destroy().