]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Bug 6490 - telco intercept should report NOANSWER instead of CHANUNAVAIL
authorTilghman Lesher <tilghman@meg.abyt.es>
Tue, 11 Apr 2006 22:39:59 +0000 (22:39 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Tue, 11 Apr 2006 22:39:59 +0000 (22:39 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19397 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_dial.c

index c323480b2634a65ff1b420611070a53baf1de79f..a7597aa55214dab526ae4f2c47610cd76673c0f6 100644 (file)
@@ -304,6 +304,8 @@ static void hanguptree(struct localuser *outgoing, struct ast_channel *exception
                        ast_cdr_failed(chan->cdr); \
                numnochan++; \
                break; \
+       case AST_CAUSE_NORMAL_CLEARING: \
+               break; \
        default: \
                numnochan++; \
                break; \