summaryrefslogtreecommitdiff
path: root/pbx.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-11-09 01:51:46 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-11-09 01:51:46 +0000
commit580d6f3482bcf324a1066dbf97ffd58b39432168 (patch)
tree5d92a28826a17a78944b2072d302389d2bf5b78b /pbx.c
parentbdda6254f4d00aadddeb3983570d8124c83e2de7 (diff)
issue #5664
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7039 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index e9bbb5f67..8c66db9b5 100755
--- a/pbx.c
+++ b/pbx.c
@@ -1520,7 +1520,7 @@ static void pbx_substitute_variables_helper_full(struct ast_channel *c, struct v
workspace[0] = '\0';
- parse_variable_name(var, &offset, &offset2, &isfunction);
+ parse_variable_name(vars, &offset, &offset2, &isfunction);
if (isfunction) {
/* Evaluate function */
cp4 = ast_func_read(c, vars, workspace, VAR_BUF_SIZE);