mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
use suggest_chan_id when sigmod is present
git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@1025 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
dd77a7c5cf
commit
0900125be4
@ -2018,7 +2018,11 @@ static FIO_CONFIGURE_SPAN_SIGNALING_FUNCTION(ftdm_sangoma_boost_configure_span)
|
||||
span->get_span_sig_status = sangoma_boost_get_span_sig_status;
|
||||
span->set_span_sig_status = sangoma_boost_set_span_sig_status;
|
||||
span->state_map = &boost_state_map;
|
||||
span->suggest_chan_id = 1;
|
||||
if (sigmod_iface) {
|
||||
span->suggest_chan_id = 1;
|
||||
} else {
|
||||
span->suggest_chan_id = 0;
|
||||
}
|
||||
ftdm_set_flag_locked(span, FTDM_SPAN_SUSPENDED);
|
||||
return FTDM_SUCCESS;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user