[Asterisk-cvs] asterisk/apps app_dial.c,1.176,1.177
kpfleming
kpfleming
Wed Nov 2 16:58:13 CST 2005
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv24558/apps
Modified Files:
app_dial.c
Log Message:
uhh... oops
Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -d -r1.176 -r1.177
--- app_dial.c 2 Nov 2005 21:46:52 -0000 1.176
+++ app_dial.c 2 Nov 2005 21:50:03 -0000 1.177
@@ -701,7 +701,7 @@
{
int res=-1;
struct localuser *u;
- char *peers, *tech, *number, *rest, *cur;
+ char *tech, *number, *rest, *cur;
char privcid[256];
char privintro[1024];
struct localuser *outgoing=NULL, *tmp;
@@ -940,7 +940,7 @@
/* If a channel group has been specified, get it for use when we create peer channels */
outbound_group = pbx_builtin_getvar_helper(chan, "OUTBOUND_GROUP");
- cur = peers;
+ cur = args.peers;
do {
/* Remember where to start next time */
rest = strchr(cur, '&');
More information about the svn-commits
mailing list