Home
last modified time | relevance | path

Searched refs:switch_core_session_receive_event (Results 1 – 9 of 9) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp_dsp.c130 switch_core_session_receive_event(other_session, &clone); in put_text_msg()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_cpp.cpp812 switch_core_session_receive_event(session, &new_event); in SWITCH_DECLARE()
H A Dswitch_ivr_bridge.c711 || switch_core_session_receive_event(session_b, &event) != SWITCH_STATUS_SUCCESS) { in audio_bridge_thread()
H A Dswitch_core_session.c1155 SWITCH_DECLARE(switch_status_t) switch_core_session_receive_event(switch_core_session_t *session, s…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h1147 SWITCH_DECLARE(switch_status_t) switch_core_session_receive_event(_In_ switch_core_session_t *sessi…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Dfssession.cpp1460 if (switch_core_session_receive_event(this->_session, evt) != SWITCH_STATUS_SUCCESS) { in JS_SESSION_FUNCTION_IMPL()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_commands/
H A Dmod_commands.c3176 if (switch_core_session_receive_event(tsession, &event) != SWITCH_STATUS_SUCCESS) { in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs8758 …public static switch_status_t switch_core_session_receive_event(SWIGTYPE_p_switch_core_session ses… in switch_core_session_receive_event() method in FreeSWITCH.Native.freeswitch
8759 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_receive_event(SWIGTYP… in switch_core_session_receive_event()
18741 …public static extern int switch_core_session_receive_event(global::System.Runtime.InteropServices.… in switch_core_session_receive_event() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx14112 result = (switch_status_t)switch_core_session_receive_event(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_core_session_receive_event___()