Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtmp/
H A Drtmp_sig.c688 if (!switch_core_session_check_interface(my_session, rtmp_globals.rtmp_endpoint_interface)) { in three_way_on_soft_execute()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/mod_freetdm/
H A Dmod_freetdm.c1398 …if (session && globals.sip_headers && !switch_core_session_check_interface (session,freetdm_endpoi… in channel_outgoing_channel()
5559 if (!switch_core_session_check_interface(session, freetdm_endpoint_interface)) { in SWITCH_STANDARD_APP()
5579 if (!switch_core_session_check_interface(session, freetdm_endpoint_interface)) { in SWITCH_STANDARD_APP()
5600 if (!switch_core_session_check_interface(session, freetdm_endpoint_interface)) { in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_loopback/
H A Dmod_loopback.c810 if (switch_core_session_check_interface(sp, loopback_endpoint_interface)) { in find_non_loopback_bridge()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h2417 SWITCH_DECLARE(uint8_t) switch_core_session_check_interface(switch_core_session_t *session, const s…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_session.c2508 SWITCH_DECLARE(uint8_t) switch_core_session_check_interface(switch_core_session_t *session, const s…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dmod_sofia.c6076 if (switch_core_session_check_interface(bargee_session, sofia_endpoint_interface)) { in SWITCH_STANDARD_APP()
6083 if (switch_core_session_check_interface(session, sofia_endpoint_interface)) { in SWITCH_STANDARD_APP()
H A Dsofia.c981 if (switch_core_session_check_interface(bargee_session, sofia_endpoint_interface)) { in sofia_handle_sip_i_bye()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs9605 …public static byte switch_core_session_check_interface(SWIGTYPE_p_switch_core_session session, swi… in switch_core_session_check_interface() method in FreeSWITCH.Native.freeswitch
9606 …byte ret = freeswitchPINVOKE.switch_core_session_check_interface(SWIGTYPE_p_switch_core_session.ge… in switch_core_session_check_interface()
19245 …public static extern byte switch_core_session_check_interface(global::System.Runtime.InteropServic… in switch_core_session_check_interface() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx16496 …result = (uint8_t)switch_core_session_check_interface(arg1,(switch_endpoint_interface const *)arg2… in CSharp_FreeSWITCHfNative_switch_core_session_check_interface___()