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

Data Fields

char * chan_name
 
char * context
 
char * exten
 
char * hook_id
 

Detailed Description

Arguments to the thread that launches the hook

Definition at line 149 of file func_periodic_hook.c.

Field Documentation

◆ chan_name

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

◆ context

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

◆ exten

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

◆ hook_id

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


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