uhh... oops

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6947 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Kevin P. Fleming 20 years ago
parent ce50837d70
commit 8f0a6a7d4f

@ -701,7 +701,7 @@ static int dial_exec_full(struct ast_channel *chan, void *data, struct ast_flags
{ {
int res=-1; int res=-1;
struct localuser *u; struct localuser *u;
char *peers, *tech, *number, *rest, *cur; char *tech, *number, *rest, *cur;
char privcid[256]; char privcid[256];
char privintro[1024]; char privintro[1024];
struct localuser *outgoing=NULL, *tmp; 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 */ /* 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"); outbound_group = pbx_builtin_getvar_helper(chan, "OUTBOUND_GROUP");
cur = peers; cur = args.peers;
do { do {
/* Remember where to start next time */ /* Remember where to start next time */
rest = strchr(cur, '&'); rest = strchr(cur, '&');

Loading…
Cancel
Save