mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-23 04:14:47 +00:00
FS-11824 [mod_sofia] map SIP 607 to SWITCH_CAUSE_CALL_REJECTED
This commit is contained in:
parent
641300893f
commit
e47879604c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user