Home
last modified time | relevance | path

Searched refs:switch_event_channel_deliver (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_event.h431 SWITCH_DECLARE(switch_status_t) switch_event_channel_deliver(const char *event_channel, cJSON **jso…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_event.c3093 SWITCH_DECLARE(switch_status_t) switch_event_channel_deliver(const char *event_channel, cJSON **jso… in switch_event_channel_deliver() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs12567 …public static switch_status_t switch_event_channel_deliver(string event_channel, SWIGTYPE_p_p_cJSO… in switch_event_channel_deliver() method in FreeSWITCH.Native.freeswitch
12568 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_channel_deliver(event_channe… in switch_event_channel_deliver()
24870 …public static extern int switch_event_channel_deliver(string jarg1, global::System.Runtime.Interop… in switch_event_channel_deliver() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx39580 …result = (switch_status_t)switch_event_channel_deliver((char const *)arg1,arg2,(char const *)arg3,… in CSharp_FreeSWITCHfNative_switch_event_channel_deliver___()