1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-22 19:29:54 +00:00

FS-4480 try this

This commit is contained in:
Anthony Minessale 2012-07-31 15:32:04 -05:00
parent a7b10081c8
commit 258afd4704

@ -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);
}
}