aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-13 13:54:15 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-13 13:54:15 +0000
commit5d19839a33b1a32877f72651ad015c4d84387b63 (patch)
treed9167154888da9a9e9ba16dc38c14b8e5a9723f3 /apps/app_dial.c
parent95bae857590d3ca7e1bb44f384014d691442eb00 (diff)
Repair IAXVAR implementation so that it works again (regression?)
(closes issue #13354) Reported by: adomjan Patches: 20080828__bug13354.diff.txt uploaded by Corydon76 (license 14) 20080829__bug13354__1.6.0.diff.txt uploaded by Corydon76 (license 14) Tested by: Corydon76, adomjan git-svn-id: http://svn.digium.com/svn/asterisk/trunk@143031 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dial.c')
-rw-r--r--apps/app_dial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 919963538..6a1022a7f 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -1492,6 +1492,7 @@ static int dial_exec_full(struct ast_channel *chan, void *data, struct ast_flags
/* Inherit specially named variables from parent channel */
ast_channel_inherit_variables(chan, tc);
+ ast_channel_datastore_inherit(chan, tc);
tc->appl = "AppDial";
tc->data = "(Outgoing Line)";