FreeSWITCH API Documentation  1.7.0
Data Fields
switch_io_event_hooks Struct Reference

A table of lists of io_event_hooks to store the event hooks associated with a session. More...

#include <switch_core_event_hook.h>

+ Collaboration diagram for switch_io_event_hooks:

Data Fields

switch_io_event_hook_outgoing_channel_toutgoing_channel
 
switch_io_event_hook_receive_message_treceive_message
 
switch_io_event_hook_receive_event_treceive_event
 
switch_io_event_hook_read_frame_tread_frame
 
switch_io_event_hook_video_read_frame_tvideo_read_frame
 
switch_io_event_hook_write_frame_twrite_frame
 
switch_io_event_hook_video_write_frame_tvideo_write_frame
 
switch_io_event_hook_kill_channel_tkill_channel
 
switch_io_event_hook_send_dtmf_tsend_dtmf
 
switch_io_event_hook_recv_dtmf_trecv_dtmf
 
switch_io_event_hook_state_change_tstate_change
 
switch_io_event_hook_state_run_tstate_run
 

Detailed Description

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.

Field Documentation

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.


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