Re: [Freeswitch-dev] nolocal exports from dial plan

2010-06-23 Thread Dino Korah
local argument, more > confusing than anything else > > > On Tue, Jun 22, 2010 at 5:26 PM, Dino Korah wrote: > >> Thanks Brian, >> >> Then by the looks, there is something broken. >> >> When a variable (say MyAppName) is exported as "nolocal", it appe

Re: [Freeswitch-dev] nolocal exports from dial plan

2010-06-22 Thread Dino Korah
t only on > the B leg. > > /b > > On Jun 16, 2010, at 4:49 AM, Dino Korah wrote: > > > Guys, > > > > When I export a variable as nolocal, is it intended to prefix "nolocal:" > for that variable on A, when that appears in the CDR? > > > >

[Freeswitch-dev] nolocal exports from dial plan

2010-06-22 Thread Dino Korah
Guys, When I export a variable as nolocal, is it intended to prefix "nolocal:" for that variable on A, when that appears in the CDR? Or is it a glitch? Ref: src/mod/applications/mod_dptools/mod_dptools.c line 889 Here if you check, the export seems to ignore the local variable altogether. I am