aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-19 23:37:59 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-19 23:37:59 +0000
commit304116c2f63b4f40fa08e5b37931a9600f4ffcc3 (patch)
tree602ced6773862cb181afbf081d30627e538cbc74 /apps/app_dial.c
parentba2d313a6f0f9eb98206d87bdc225e079aa74b94 (diff)
Add missing datastore inherit (exists in all other branches)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@183481 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 bb5e9570c..98e66ef9a 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -1280,6 +1280,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, tmp->chan);
+ ast_channel_datastore_inherit(chan, tmp->chan);
tmp->chan->appl = "AppDial";
tmp->chan->data = "(Outgoing Line)";