]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@54438 65c4cc65-6c06...
authorOlle Johansson <oej@edvina.net>
Wed, 14 Feb 2007 18:40:44 +0000 (18:40 +0000)
committerOlle Johansson <oej@edvina.net>
Wed, 14 Feb 2007 18:40:44 +0000 (18:40 +0000)
channels/chan_sip.c

index 460cb33011121e4676e2650c77be0c80e204cb55..81188241a9c21ff9e9096affbdfa4e1fbde0df80 100644 (file)
@@ -2318,7 +2318,7 @@ static int hangup_sip2cause(int cause)
                case 408:       /* No reaction */
                        return AST_CAUSE_NO_USER_RESPONSE;
                case 480:       /* No answer */
-                       return AST_CAUSE_FAILURE;
+                       return AST_CAUSE_NO_ANSWER;
                case 483:       /* Too many hops */
                        return AST_CAUSE_NO_ANSWER;
                case 486:       /* Busy everywhere */