mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
map 404 correct per rfc 4497
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5658 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
70c8c1d7a9
commit
88bbc489d1
@ -1369,6 +1369,7 @@ switch_call_cause_t sofia_glue_sip_cause_to_freeswitch(int status)
|
|||||||
case 603:
|
case 603:
|
||||||
return SWITCH_CAUSE_CALL_REJECTED;
|
return SWITCH_CAUSE_CALL_REJECTED;
|
||||||
case 404:
|
case 404:
|
||||||
|
return SWITCH_CAUSE_UNALLOCATED;
|
||||||
case 485:
|
case 485:
|
||||||
case 604:
|
case 604:
|
||||||
return SWITCH_CAUSE_NO_ROUTE_DESTINATION;
|
return SWITCH_CAUSE_NO_ROUTE_DESTINATION;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user