Skip to content
Snippets Groups Projects
Commit 13eb698c authored by Olle Johansson's avatar Olle Johansson
Browse files

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
parent 2c98238f
Branches
Tags
No related merge requests found
...@@ -2991,7 +2991,6 @@ static int hangup_sip2cause(int cause) ...@@ -2991,7 +2991,6 @@ static int hangup_sip2cause(int cause)
case 401: /* Unauthorized */ case 401: /* Unauthorized */
return AST_CAUSE_CALL_REJECTED; return AST_CAUSE_CALL_REJECTED;
case 403: /* Not found */ case 403: /* Not found */
case 487: /* Call cancelled */
return AST_CAUSE_CALL_REJECTED; return AST_CAUSE_CALL_REJECTED;
case 404: /* Not found */ case 404: /* Not found */
return AST_CAUSE_UNALLOCATED; return AST_CAUSE_UNALLOCATED;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment