]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Don't treat a NOANSWER like a CHANUNAVAIL
authorTerry Wilson <twilson@digium.com>
Mon, 20 Apr 2009 21:00:52 +0000 (21:00 +0000)
committerTerry Wilson <twilson@digium.com>
Mon, 20 Apr 2009 21:00:52 +0000 (21:00 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@189463 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_dial.c

index a38bcd6853aa4c68bafa841203083cd8a9f62a2b..cbe6b31296c769cf3cce09c96c74ac19d24f6634 100644 (file)
@@ -356,6 +356,7 @@ static void hanguptree(struct dial_localuser *outgoing, struct ast_channel *exce
                        ast_cdr_failed(chan->cdr); \
                numnochan++; \
                break; \
+       case AST_CAUSE_NO_ANSWER: \
        case AST_CAUSE_NORMAL_CLEARING: \
                break; \
        default: \