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:
Olle Johansson
2006-08-30 19:20:29 +00:00
parent 2c98238fbe
commit 13eb698ce7
-1
View File
@@ -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;