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:
Matteo Brancaleoni 2015-01-27 10:17:07 +01:00
parent c16f9ec1d9
commit e062f5e3c8
1 changed files with 2 additions and 1 deletions

View File

@ -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",