Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtmp/
H A Dmod_rtmp.c804 if (!switch_core_session_running(*newsession) && !switch_core_session_started(*newsession)) { in rtmp_outgoing_channel()
1164 if (!switch_core_session_running(*newsession) && !switch_core_session_started(*newsession)) { in rtmp_session_create_call()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_session.c1483 SWITCH_DECLARE(unsigned int) switch_core_session_running(switch_core_session_t *session)
1523 if (switch_core_session_running(*session) && !switch_test_flag((*session), SSF_DESTROYABLE)) {
H A Dswitch_ivr_originate.c3189 if (!switch_core_session_running(oglobals.originate_status[i].peer_session)) { in switch_ivr_originate()
H A Dswitch_channel.c3365 …if (!switch_core_session_running(channel->session) && !switch_core_session_started(channel->sessio… in switch_channel_perform_hangup()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h664 SWITCH_DECLARE(unsigned int) switch_core_session_running(_In_ switch_core_session_t *session);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_dingaling/
H A Dmod_dingaling.c855 …if (!switch_core_session_running(*session) && (!tech_pvt || !switch_test_flag(tech_pvt, TFLAG_READ… in terminate_session()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia.c2620 if (!switch_core_session_running(session) && !switch_core_session_started(session)) { in sofia_event_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs8345 public static uint switch_core_session_running(SWIGTYPE_p_switch_core_session session) { in switch_core_session_running() method in FreeSWITCH.Native.freeswitch
8346 …uint ret = freeswitchPINVOKE.switch_core_session_running(SWIGTYPE_p_switch_core_session.getCPtr(se… in switch_core_session_running()
18495 …public static extern uint switch_core_session_running(global::System.Runtime.InteropServices.Handl… in switch_core_session_running() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx13000 result = (unsigned int)switch_core_session_running(arg1); in CSharp_FreeSWITCHfNative_switch_core_session_running___()