]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 19397 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Tue, 11 Apr 2006 22:51:10 +0000 (22:51 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Tue, 11 Apr 2006 22:51:10 +0000 (22:51 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r19397 | tilghman | 2006-04-11 17:39:59 -0500 (Tue, 11 Apr 2006) | 2 lines

Bug 6490 - telco intercept should report NOANSWER instead of CHANUNAVAIL

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19398 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_dial.c

index 0ee6e3f8be0cf2c4f39a9277393a7212bb4c6ba7..5f9e55ab646e0f4c0f5207b2bce2a4df9064cc46 100644 (file)
@@ -307,6 +307,8 @@ static void hanguptree(struct dial_localuser *outgoing, struct ast_channel *exce
                        ast_cdr_failed(chan->cdr); \
                numnochan++; \
                break; \
+       case AST_CAUSE_NORMAL_CLEARING: \
+               break; \
        default: \
                numnochan++; \
                break; \