Index: apps/app_dial.c =================================================================== --- apps/app_dial.c (revision 140354) +++ apps/app_dial.c (working copy) @@ -1492,6 +1492,7 @@ /* 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)";