reject with 6xx codes too, MODENDP-57.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6693 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ccffaad03c
commit
0bce79d34a
|
@ -847,7 +847,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
|
||||||
reason = "Call Refused";
|
reason = "Call Refused";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(code > 400 && code < 600)) {
|
if (!(code > 400 && code < 700)) {
|
||||||
code = 488;
|
code = 488;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue