summaryrefslogtreecommitdiff
path: root/res/res_features.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-11-01 20:29:36 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-11-01 20:29:36 +0000
commitddaed942eea5fb7296ec3401d63baf7de3188fcc (patch)
treee7bfad7fc85e7d58f03298afb5c2873170660bbc /res/res_features.c
parentd6b64431b03175f29a7765c8fdde7486696c0a40 (diff)
issue #5499
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6931 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_features.c')
-rwxr-xr-xres/res_features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_features.c b/res/res_features.c
index 2d1f852fe..b973da595 100755
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -1087,7 +1087,7 @@ static struct ast_channel *ast_feature_request_and_dial(struct ast_channel *call
if ((chan = ast_request(type, format, data, &cause))) {
ast_set_callerid(chan, cid_num, cid_name, cid_num);
-
+ ast_channel_inherit_variables(caller, chan);
if (!ast_call(chan, data, timeout)) {
struct timeval started;
int x, len = 0;