mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-3372 --resolve
This commit is contained in:
@@ -2031,6 +2031,12 @@ SWITCH_DECLARE(int32_t) switch_core_session_ctl(switch_session_ctl_t cmd, void *
|
||||
}
|
||||
}
|
||||
break;
|
||||
case SCSC_PAUSE_CHECK:
|
||||
newintval = !!switch_test_flag((&runtime), SCF_NO_NEW_SESSIONS);
|
||||
break;
|
||||
case SCSC_READY_CHECK:
|
||||
newintval = switch_core_ready();
|
||||
break;
|
||||
case SCSC_SHUTDOWN_CHECK:
|
||||
newintval = !!switch_test_flag((&runtime), SCF_SHUTDOWN_REQUESTED);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user