FS-4640 please test
This commit is contained in:
parent
ef9af7dc94
commit
9c97ae3ccc
|
@ -2600,7 +2600,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
|
||||||
switch_core_session_pass_indication(session, SWITCH_MESSAGE_INDICATE_ANSWER);
|
switch_core_session_pass_indication(session, SWITCH_MESSAGE_INDICATE_ANSWER);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (msg->numeric_arg) {
|
if (msg->numeric_arg && !(switch_channel_test_flag(channel, CF_ANSWERED) && code == 488)) {
|
||||||
if (code > 399) {
|
if (code > 399) {
|
||||||
switch_call_cause_t cause = sofia_glue_sip_cause_to_freeswitch(code);
|
switch_call_cause_t cause = sofia_glue_sip_cause_to_freeswitch(code);
|
||||||
if (code == 401 || cause == 407) cause = SWITCH_CAUSE_USER_CHALLENGE;
|
if (code == 401 || cause == 407) cause = SWITCH_CAUSE_USER_CHALLENGE;
|
||||||
|
|
Loading…
Reference in New Issue