uhh... oops

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6947 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-11-02 21:50:03 +00:00
parent ce50837d70
commit 8f0a6a7d4f

View File

@@ -701,7 +701,7 @@ static int dial_exec_full(struct ast_channel *chan, void *data, struct ast_flags
{
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 @@ static int dial_exec_full(struct ast_channel *chan, void *data, struct ast_flags
/* 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, '&');