[Freeswitch-users] Variables from failed call to be exported to a a new B leg
Brian West
brian at freeswitch.org
Thu Feb 26 13:48:32 PST 2009
You can also do it like this:
<action application="bridge" data="{sip_hangup_phrase=$
{sip_hangup_phrase}}sofia/gateway/gw_2/$1" />
I don't think what MC pointed out works. I'll have to double check.
/b
On Feb 26, 2009, at 3:35 PM, Michael Collins wrote:
>
>
> 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