RTS API Documentation  1.10.11
Data Fields
switch_io_event_hook_send_dtmf Struct Reference

Node in which to store custom send dtmf channel callback hooks. More...

#include <switch_core_event_hook.h>

+ Collaboration diagram for switch_io_event_hook_send_dtmf:

Data Fields

switch_send_dtmf_hook_t send_dtmf
 
struct switch_io_event_hook_send_dtmfnext
 

Detailed Description

Node in which to store custom send dtmf channel callback hooks.

Definition at line 137 of file switch_core_event_hook.h.

Field Documentation

◆ next

struct switch_io_event_hook_send_dtmf* switch_io_event_hook_send_dtmf::next

Definition at line 140 of file switch_core_event_hook.h.

Referenced by switch_core_session_send_dtmf().

◆ send_dtmf

switch_send_dtmf_hook_t switch_io_event_hook_send_dtmf::send_dtmf

the send dtmf channel callback hook

Definition at line 139 of file switch_core_event_hook.h.

Referenced by switch_core_session_send_dtmf().


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