FS-4640 please test

This commit is contained in:
Anthony Minessale 2012-09-21 14:45:30 -05:00
parent ef9af7dc94
commit 9c97ae3ccc
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
} else {
if (msg->numeric_arg) {
if (msg->numeric_arg && !(switch_channel_test_flag(channel, CF_ANSWERED) && code == 488)) {
if (code > 399) {
switch_call_cause_t cause = sofia_glue_sip_cause_to_freeswitch(code);
if (code == 401 || cause == 407) cause = SWITCH_CAUSE_USER_CHALLENGE;