mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 12:18:18 +00:00
If the span has been already fully stopped and ftdm is not running,
return success from the span stop function.
This commit is contained in:
parent
c16f9ec1d9
commit
e062f5e3c8
@ -2706,7 +2706,8 @@ static ftdm_status_t ftdm_libpri_stop(ftdm_span_t *span)
|
||||
ftdm_libpri_data_t *isdn_data = span->signal_data;
|
||||
|
||||
if (!ftdm_test_flag(isdn_data, FTMOD_LIBPRI_RUNNING)) {
|
||||
return FTDM_FAIL;
|
||||
ftdm_log(FTDM_LOG_DEBUG, "Span %d already stopped, continuing anyway...\n", ftdm_span_get_id(span));
|
||||
return FTDM_SUCCESS;
|
||||
}
|
||||
|
||||
ftdm_log(FTDM_LOG_INFO, "Stopping span [s%d][%s]\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user