FreeSWITCH API Documentation
1.7.0
|
Node in which to store custom kill channel callback hooks. More...
#include <switch_core_event_hook.h>
Data Fields | |
switch_kill_channel_hook_t | kill_channel |
struct switch_io_event_hook_kill_channel * | next |
Node in which to store custom kill channel callback hooks.
Definition at line 112 of file switch_core_event_hook.h.
switch_kill_channel_hook_t switch_io_event_hook_kill_channel::kill_channel |
the kill channel callback hook
Definition at line 114 of file switch_core_event_hook.h.
Referenced by switch_core_session_perform_kill_channel().
struct switch_io_event_hook_kill_channel* switch_io_event_hook_kill_channel::next |
Definition at line 115 of file switch_core_event_hook.h.
Referenced by switch_core_session_perform_kill_channel().