aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/app_dial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index a38bcd685..cbe6b3129 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -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: \