FS-11824 [mod_sofia] map SIP 607 to SWITCH_CAUSE_CALL_REJECTED

This commit is contained in:
Chris Rienzo 2019-05-01 18:06:16 +00:00 committed by Mike Jerris
parent 641300893f
commit e47879604c
1 changed files with 1 additions and 0 deletions

View File

@ -1462,6 +1462,7 @@ switch_call_cause_t sofia_glue_sip_cause_to_freeswitch(int status)
case 403:
case 407:
case 603:
case 607:
return SWITCH_CAUSE_CALL_REJECTED;
case 404:
return SWITCH_CAUSE_UNALLOCATED_NUMBER;