MODSOFIA-78

This commit is contained in:
Brian West 2010-06-13 19:17:52 -05:00
parent 6c74fe9836
commit a95fa59e87
1 changed files with 1 additions and 0 deletions

View File

@ -4073,6 +4073,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_NUMBER;
case 485: case 485:
case 604: case 604:
return SWITCH_CAUSE_NO_ROUTE_DESTINATION; return SWITCH_CAUSE_NO_ROUTE_DESTINATION;