[Asterisk-cvs] asterisk/apps app_dial.c,1.183,1.184
kpfleming
kpfleming
Mon Nov 7 20:14:47 CST 2005
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv14321/apps
Modified Files:
app_dial.c
Log Message:
issue #5602
Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -d -r1.183 -r1.184
--- app_dial.c 7 Nov 2005 22:01:21 -0000 1.183
+++ app_dial.c 8 Nov 2005 01:05:52 -0000 1.184
@@ -265,12 +265,12 @@
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: \
More information about the svn-commits
mailing list