summaryrefslogtreecommitdiff
path: root/apps/app_read.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-09-07 16:40:15 +0000
committerJoshua Colp <jcolp@digium.com>2006-09-07 16:40:15 +0000
commitbc5dd436350e3b3f002119cf48ada7199625b1ed (patch)
treee2ef4a0a0e27bf72389ae625b5e609a5ca72eef8 /apps/app_read.c
parent8a2dd452833483b38d1c2ae8a2b10ce107c83e48 (diff)
Set the variable even if the caller disconnects (issue #7896 reported by jsmith)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42262 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_read.c')
-rw-r--r--apps/app_read.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_read.c b/apps/app_read.c
index dfa122d53..4c76ccb86 100644
--- a/apps/app_read.c
+++ b/apps/app_read.c
@@ -207,6 +207,7 @@ static int read_exec(struct ast_channel *chan, void *data)
}
res = 0;
} else {
+ pbx_builtin_setvar_helper(chan, arglist.variable, tmp);
if (option_verbose > 2)
ast_verbose(VERBOSE_PREFIX_3 "User disconnected\n");
}