Home
last modified time | relevance | path

Searched refs:switch_core_session_hupall (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core.c2797 switch_core_session_hupall(SWITCH_CAUSE_MANAGER_REQUEST); in switch_core_session_ctl()
3025 switch_core_session_hupall(SWITCH_CAUSE_SYSTEM_SHUTDOWN); in switch_core_destroy()
H A Dswitch_core_session.c378 SWITCH_DECLARE(void) switch_core_session_hupall(switch_call_cause_t cause)
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h978 SWITCH_DECLARE(void) switch_core_session_hupall(_In_ switch_call_cause_t cause);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_commands/
H A Dmod_commands.c6592 switch_core_session_hupall(cause); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs8634 public static void switch_core_session_hupall(switch_call_cause_t cause) { in switch_core_session_hupall() method in FreeSWITCH.Native.freeswitch
8635 freeswitchPINVOKE.switch_core_session_hupall((int)cause); in switch_core_session_hupall()
18666 public static extern void switch_core_session_hupall(int jarg1); in switch_core_session_hupall() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx13764 switch_core_session_hupall(arg1); in CSharp_FreeSWITCHfNative_switch_core_session_hupall___()