Home
last modified time | relevance | path

Searched defs:switch_state_handler_table (Results 1 – 2 of 2) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_module_interfaces.h65 struct switch_state_handler_table { struct
67 switch_state_handler_t on_init;
69 switch_state_handler_t on_routing;
71 switch_state_handler_t on_execute;
73 switch_state_handler_t on_hangup;
81 switch_state_handler_t on_hibernate;
83 switch_state_handler_t on_reset;
85 switch_state_handler_t on_park;
89 switch_state_handler_t on_destroy;
90 int flags;
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs45615 public class switch_state_handler_table : global::System.IDisposable { class
45619 internal switch_state_handler_table(global::System.IntPtr cPtr, bool cMemoryOwn) { in switch_state_handler_table() method in FreeSWITCH.Native.switch_state_handler_table
45798 …public switch_state_handler_table() : this(freeswitchPINVOKE.new_switch_state_handler_table(), tru… in switch_state_handler_table() method in FreeSWITCH.Native.switch_state_handler_table