FreeSWITCH API Documentation
1.7.0
|
Node in which to store custom receive message callback hooks. More...
#include <switch_core_event_hook.h>
Data Fields | |
switch_outgoing_channel_hook_t | outgoing_channel |
struct switch_io_event_hook_outgoing_channel * | next |
Node in which to store custom receive message callback hooks.
Definition at line 64 of file switch_core_event_hook.h.
struct switch_io_event_hook_outgoing_channel* switch_io_event_hook_outgoing_channel::next |
Definition at line 66 of file switch_core_event_hook.h.
Referenced by switch_core_session_outgoing_channel().
switch_outgoing_channel_hook_t switch_io_event_hook_outgoing_channel::outgoing_channel |
Definition at line 65 of file switch_core_event_hook.h.
Referenced by switch_core_session_outgoing_channel().