[svn-commits] twilson: branch 1.4 r183481 - /branches/1.4/apps/app_dial.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Mar 19 18:38:02 CDT 2009


Author: twilson
Date: Thu Mar 19 18:37:59 2009
New Revision: 183481

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=183481
Log:
Add missing datastore inherit (exists in all other branches)

Modified:
    branches/1.4/apps/app_dial.c

Modified: branches/1.4/apps/app_dial.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.4/apps/app_dial.c?view=diff&rev=183481&r1=183480&r2=183481
==============================================================================
--- branches/1.4/apps/app_dial.c (original)
+++ branches/1.4/apps/app_dial.c Thu Mar 19 18:37:59 2009
@@ -1280,6 +1280,7 @@
 		
 		/* 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)";




More information about the svn-commits mailing list