[Freeswitch-users] Variables from failed call to be exported to a a new B leg

Michael Collins msc at freeswitch.org
Thu Feb 26 13:35:25 PST 2009


On Thu, Feb 26, 2009 at 1:18 PM, Tchavdar Paskov <chavpaskov at shaw.ca> wrote:
> isn't this already done because of the info application called before ?
> Chav
>

to make sure that there is indeed a value and that it gets exported to
the second b-leg try this:
<action application="set" data="my_var=${nolocal:sip_hangup_phrase}"/>
<action application="export" data="my_var" />

see if my_var is populated on the new b-leg.
-MC




More information about the FreeSWITCH-users mailing list