mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-16 20:52:33 +00:00
Note to myself: Remember Russell's note: Always compile first...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41436 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2991,7 +2991,6 @@ static int hangup_sip2cause(int cause)
|
||||
case 401: /* Unauthorized */
|
||||
return AST_CAUSE_CALL_REJECTED;
|
||||
case 403: /* Not found */
|
||||
case 487: /* Call cancelled */
|
||||
return AST_CAUSE_CALL_REJECTED;
|
||||
case 404: /* Not found */
|
||||
return AST_CAUSE_UNALLOCATED;
|
||||
|
||||
Reference in New Issue
Block a user