[Freeswitch-users] null/undef variables
Philipp Kempgen
philipp.kempgen at amooma.de
Tue May 31 02:35:21 MSD 2011
Madovsky wrote:
> Just updated to today git
> so all variables I set to null like
> <action application="set" data="myvar="/>
>
> don't work anymore.
> is there now another method to set to undef/null variable ?
I'd give
<action application="set" data="myvar=_undef_" />
or
<action application="unset" data="myvar" />
a try.
http://wiki.freeswitch.org/wiki/Manipulating_Channel_Variables#Setting_a_variable_as_undefined
http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_unset
Philipp
--
http://twitter.com/kempgen
More information about the FreeSWITCH-users
mailing list