RTS API Documentation
1.10.11
|
Node in which to store custom recv dtmf channel callback hooks. More...
#include <switch_core_event_hook.h>
Data Fields | |
switch_recv_dtmf_hook_t | recv_dtmf |
struct switch_io_event_hook_recv_dtmf * | next |
Node in which to store custom recv dtmf channel callback hooks.
Definition at line 144 of file switch_core_event_hook.h.
struct switch_io_event_hook_recv_dtmf* switch_io_event_hook_recv_dtmf::next |
Definition at line 147 of file switch_core_event_hook.h.
Referenced by switch_core_session_recv_dtmf().
switch_recv_dtmf_hook_t switch_io_event_hook_recv_dtmf::recv_dtmf |
the recv dtmf channel callback hook
Definition at line 146 of file switch_core_event_hook.h.
Referenced by switch_core_session_recv_dtmf().