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_receive_message_hook_t | receive_message |
struct switch_io_event_hook_receive_message * | next |
Node in which to store custom receive message callback hooks.
Definition at line 70 of file switch_core_event_hook.h.
struct switch_io_event_hook_receive_message* switch_io_event_hook_receive_message::next |
Definition at line 72 of file switch_core_event_hook.h.
Referenced by switch_core_session_perform_receive_message().
switch_receive_message_hook_t switch_io_event_hook_receive_message::receive_message |
Definition at line 71 of file switch_core_event_hook.h.
Referenced by switch_core_session_perform_receive_message().