mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
MODENDP-310
This commit is contained in:
@@ -4350,8 +4350,16 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
|
||||
case nua_callstate_calling:
|
||||
break;
|
||||
case nua_callstate_proceeding:
|
||||
if (status == 180) {
|
||||
|
||||
switch (status) {
|
||||
case 180:
|
||||
switch_channel_mark_ring_ready(channel);
|
||||
break;
|
||||
case 182:
|
||||
switch_channel_mark_ring_ready_value(channel, SWITCH_RING_READY_QUEUED);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (r_sdp) {
|
||||
|
||||
Reference in New Issue
Block a user