aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-11 22:39:59 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-11 22:39:59 +0000
commit0276181d7a3e2a35d974ce5046973bd5b337c2c2 (patch)
tree543cc8ba2416cd54c9873b4c74a9b39d35bf8677 /apps/app_dial.c
parenta02ccf3dd7e01fa4c156e3120f9efe08cd9518b3 (diff)
Bug 6490 - telco intercept should report NOANSWER instead of CHANUNAVAIL
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@19397 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dial.c')
-rw-r--r--apps/app_dial.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index c323480b2..a7597aa55 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -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; \