mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 02:48:29 +00:00
Merged revisions 114540 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r114540 | qwell | 2008-04-22 13:14:09 -0500 (Tue, 22 Apr 2008) | 8 lines Allow setqueuevar=yes (et al) to work, after changes to pbx_builtin_setvar() (closes issue #12490) Reported by: bcnit Patches: 12490-queuevars-3.diff uploaded by qwell (license 4) Tested by: qwell ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@114541 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -318,7 +318,7 @@ static int pbx_builtin_sayphonetic(struct ast_channel *, void *);
|
||||
static int matchcid(const char *cidpattern, const char *callerid);
|
||||
int pbx_builtin_setvar(struct ast_channel *, void *);
|
||||
void log_match_char_tree(struct match_char *node, char *prefix); /* for use anywhere */
|
||||
static int pbx_builtin_setvar_multiple(struct ast_channel *, void *);
|
||||
int pbx_builtin_setvar_multiple(struct ast_channel *, void *);
|
||||
static int pbx_builtin_importvar(struct ast_channel *, void *);
|
||||
static void set_ext_pri(struct ast_channel *c, const char *exten, int pri);
|
||||
static void new_find_extension(const char *str, struct scoreboard *score, struct match_char *tree, int length, int spec, const char *callerid, enum ext_match_t action);
|
||||
@@ -7560,7 +7560,7 @@ int pbx_builtin_setvar(struct ast_channel *chan, void *data)
|
||||
return(0);
|
||||
}
|
||||
|
||||
static int pbx_builtin_setvar_multiple(struct ast_channel *chan, void *vdata)
|
||||
int pbx_builtin_setvar_multiple(struct ast_channel *chan, void *vdata)
|
||||
{
|
||||
char *data;
|
||||
int x;
|
||||
|
||||
Reference in New Issue
Block a user