mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
complete ss7 config by setting context and dial plan
This commit is contained in:
@@ -1623,8 +1623,8 @@ FT_DECLARE(ftdm_status_t) ftdm_channel_get_sig_status(ftdm_channel_t *ftdmchan,
|
||||
if (ftdmchan->span->get_channel_sig_status) {
|
||||
return ftdmchan->span->get_channel_sig_status(ftdmchan, sigstatus);
|
||||
} else {
|
||||
ftdm_log(FTDM_LOG_ERROR, "get_channel_sig_status method not implemented!\n");
|
||||
return FTDM_FAIL;
|
||||
/* don't log error here, it can be called just to test if its supported */
|
||||
return FTDM_NOTIMPL;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user