]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4480 try this
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 31 Jul 2012 20:32:04 +0000 (15:32 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 31 Jul 2012 20:32:04 +0000 (15:32 -0500)
src/mod/applications/mod_dptools/mod_dptools.c

index 4b46e7eec35c3952d52c41f14d2a708519859812..5ca719e8d2e31764040dd2a9acbfe64b3f2b780c 100755 (executable)
@@ -1403,7 +1403,7 @@ SWITCH_STANDARD_APP(export_function)
                        }
                }
 
-               switch_channel_export_variable(channel, var, val, SWITCH_EXPORT_VARS_VARIABLE);
+               switch_channel_export_variable_var_check(channel, var, val, SWITCH_EXPORT_VARS_VARIABLE, SWITCH_FALSE);
        }
 }