FreeSWITCH API Documentation
1.7.0
|
A table of lists of io_event_hooks to store the event hooks associated with a session. More...
#include <switch_core_event_hook.h>
A table of lists of io_event_hooks to store the event hooks associated with a session.
Definition at line 148 of file switch_core_event_hook.h.
switch_io_event_hook_kill_channel_t* switch_io_event_hooks::kill_channel |
a list of kill channel hooks
Definition at line 164 of file switch_core_event_hook.h.
switch_io_event_hook_outgoing_channel_t* switch_io_event_hooks::outgoing_channel |
a list of outgoing channel hooks
Definition at line 150 of file switch_core_event_hook.h.
switch_io_event_hook_read_frame_t* switch_io_event_hooks::read_frame |
a list of read frame hooks
Definition at line 156 of file switch_core_event_hook.h.
switch_io_event_hook_receive_event_t* switch_io_event_hooks::receive_event |
a list of queue message hooks
Definition at line 154 of file switch_core_event_hook.h.
switch_io_event_hook_receive_message_t* switch_io_event_hooks::receive_message |
a list of receive message hooks
Definition at line 152 of file switch_core_event_hook.h.
switch_io_event_hook_recv_dtmf_t* switch_io_event_hooks::recv_dtmf |
a list of recv dtmf hooks
Definition at line 168 of file switch_core_event_hook.h.
switch_io_event_hook_send_dtmf_t* switch_io_event_hooks::send_dtmf |
a list of send dtmf hooks
Definition at line 166 of file switch_core_event_hook.h.
switch_io_event_hook_state_change_t* switch_io_event_hooks::state_change |
a list of state change hooks
Definition at line 170 of file switch_core_event_hook.h.
switch_io_event_hook_state_run_t* switch_io_event_hooks::state_run |
Definition at line 171 of file switch_core_event_hook.h.
switch_io_event_hook_video_read_frame_t* switch_io_event_hooks::video_read_frame |
a list of video read frame hooks
Definition at line 158 of file switch_core_event_hook.h.
switch_io_event_hook_video_write_frame_t* switch_io_event_hooks::video_write_frame |
a list of video write frame hooks
Definition at line 162 of file switch_core_event_hook.h.
switch_io_event_hook_write_frame_t* switch_io_event_hooks::write_frame |
a list of write frame hooks
Definition at line 160 of file switch_core_event_hook.h.