Home
last modified time | relevance | path

Searched refs:SCF_NO_NEW_OUTBOUND_SESSIONS (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h363 SCF_NO_NEW_OUTBOUND_SESSIONS = (1 << 1), enumerator
365 SCF_NO_NEW_SESSIONS = (SCF_NO_NEW_OUTBOUND_SESSIONS | SCF_NO_NEW_INBOUND_SESSIONS),
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core.c2791 switch_set_flag((&runtime), SCF_NO_NEW_OUTBOUND_SESSIONS); in switch_core_session_ctl()
2793 switch_clear_flag((&runtime), SCF_NO_NEW_OUTBOUND_SESSIONS); in switch_core_session_ctl()
2872 newintval = !!switch_test_flag((&runtime), SCF_NO_NEW_OUTBOUND_SESSIONS); in switch_core_session_ctl()
3002 …&runtime), SCF_SHUTTING_DOWN) || switch_test_flag((&runtime), SCF_NO_NEW_OUTBOUND_SESSIONS)) ? SWI… in switch_core_ready_outbound()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs33365 SCF_NO_NEW_OUTBOUND_SESSIONS = (1 << 1), enumerator
33367 SCF_NO_NEW_SESSIONS = (SCF_NO_NEW_OUTBOUND_SESSIONS|SCF_NO_NEW_INBOUND_SESSIONS),