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:
Michael Jerris 2007-12-12 02:50:03 +00:00
parent ccffaad03c
commit 0bce79d34a
1 changed files with 1 additions and 1 deletions

View File

@ -847,7 +847,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
reason = "Call Refused";
}
if (!(code > 400 && code < 600)) {
if (!(code > 400 && code < 700)) {
code = 488;
}