[Asterisk-cvs] asterisk/apps app_dial.c,1.98,1.99
markster at lists.digium.com
markster at lists.digium.com
Thu Oct 28 10:22:37 CDT 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv15344/apps
Modified Files:
app_dial.c
Log Message:
Oops
Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- app_dial.c 26 Oct 2004 22:25:43 -0000 1.98
+++ app_dial.c 28 Oct 2004 14:25:50 -0000 1.99
@@ -762,6 +762,7 @@
/* If we can't, just go on to the next call */
ast_log(LOG_NOTICE, "Unable to create channel of type '%s'\n", tech);
HANDLE_CAUSE(cause, chan);
+ cur = rest;
continue;
}
if (!ast_strlen_zero(tmp->chan->call_forward)) {
@@ -787,6 +788,7 @@
if (!tmp->chan) {
ast_log(LOG_NOTICE, "Unable to create local channel for call forward to '%s/%s'\n", tech, stuff);
HANDLE_CAUSE(cause, chan);
+ cur = rest;
continue;
}
}
More information about the svn-commits
mailing list