MODSOFIA-78
This commit is contained in:
parent
6c74fe9836
commit
a95fa59e87
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue