FreeSWITCH API Documentation  1.7.0
Data Fields
switch_io_event_hook_outgoing_channel Struct Reference

Node in which to store custom receive message callback hooks. More...

#include <switch_core_event_hook.h>

+ Collaboration diagram for switch_io_event_hook_outgoing_channel:

Data Fields

switch_outgoing_channel_hook_t outgoing_channel
 
struct
switch_io_event_hook_outgoing_channel
next
 

Detailed Description

Node in which to store custom receive message callback hooks.

Definition at line 64 of file switch_core_event_hook.h.

Field Documentation

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().


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