mirror of https://github.com/sipwise/asterisk.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
394 B
12 lines
394 B
--- channels/chan_sip.c (revisión: 191558)
|
|
+++ channels/chan_sip.c (revisión: 191559)
|
|
@@ -3420,7 +3420,7 @@
|
|
case 409: /* Conflict */
|
|
return AST_CAUSE_NORMAL_TEMPORARY_FAILURE;
|
|
case 410: /* Gone */
|
|
- return AST_CAUSE_UNALLOCATED;
|
|
+ return AST_CAUSE_NUMBER_CHANGED;
|
|
case 411: /* Length required */
|
|
return AST_CAUSE_INTERWORKING;
|
|
case 413: /* Request entity too large */
|