aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-08 01:05:52 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-08 01:05:52 +0000
commit448ccfc3b23b6dc1fb0745b4e65c12984c1031f3 (patch)
tree7cfc2c99e7352e340100d873d6b56fc1fba8234c /apps/app_dial.c
parent3addc025857e08fc1ec6f7a092fba68e83e03ab5 (diff)
issue #5602
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7006 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dial.c')
-rwxr-xr-xapps/app_dial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 7aa042b8c..4851e98ab 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -265,12 +265,12 @@ static void hanguptree(struct localuser *outgoing, struct ast_channel *exception
break; \
case AST_CAUSE_CONGESTION: \
if (chan->cdr) \
- ast_cdr_busy(chan->cdr); \
+ ast_cdr_failed(chan->cdr); \
numcongestion++; \
break; \
case AST_CAUSE_UNREGISTERED: \
if (chan->cdr) \
- ast_cdr_busy(chan->cdr); \
+ ast_cdr_failed(chan->cdr); \
numnochan++; \
break; \
default: \