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

2010-06-22 Thread Rupa Schomaker
ah, didn't look at the diff, just the descri[ption. What I get for assuming. On Tue, Jun 22, 2010 at 10:49 PM, Mathieu Rene wrote: > That is completely unrelated. I added that function so one can all > switch_channel_export_variable() instead of switch_channel_set_variable() > followed by getti

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

2010-06-22 Thread Mathieu Rene
That is completely unrelated. I added that function so one can all switch_channel_export_variable() instead of switch_channel_set_variable() followed by getting "exports" and appending the name of the new variable. As for nolocal, it actually saves the variable with a prefix so it has no effect

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

2010-06-22 Thread Rupa Schomaker
commit 2c830f84aa8e5a5b05c55c5f02ae0025c4986bd2 Author: Mathieu Rene Date: Wed Apr 7 15:02:00 2010 -0400 remove switch_channel_export_variable's nolocal argument, more confusing than anything else On Tue, Jun 22, 2010 at 5:26 PM, Dino Korah wrote: > Thanks Brian, > > Then by the looks,

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

2010-06-22 Thread Dino Korah
Thanks Brian, Then by the looks, there is something broken. When a variable (say MyAppName) is exported as "nolocal", it appears in A leg CDR as "HelloWorldApp", which then breaks the XML (those strict parsers). In the line I pointed earlier; as I understand, if the variable being exported from

Re: [Freeswitch-dev] uuid_bridge doesn't work

2010-06-22 Thread Mathieu Rene
You can't use origination_uuid within { }s, it has to be within [ ]s since its a per-leg parameter. Looking at the logs would reveal you that the newly created channel doesn't have the expected uuid. Mathieu Rene Avant-Garde Solutions Inc Office: + 1 (514) 664-1044 x100 Cell: +1 (514) 664-1044 x

Re: [Freeswitch-dev] uuid_bridge doesn't work

2010-06-22 Thread Rupa Schomaker
Why not set ringback to your pleasewait wav file and do a forked bridge to your extensions? On Tue, Jun 22, 2010 at 12:02 PM, Arturo Monroy wrote: > thank for your response, the version that I'm using is 1.0.head > (svn-17188:17782M), and no is something silly, I'm triying to created a > Lua's

Re: [Freeswitch-dev] uuid_bridge doesn't work

2010-06-22 Thread Brian West
OK you're too far behind, you need to download from GIT. Also PLEASE STOP WITH THE FREAKIN BLUE EMAILS its hard to read when you have bright blue on white background. Thanks you. /b On Jun 22, 2010, at 12:02 PM, Arturo Monroy wrote: > thank for your response, the version that I'm using is 1.

Re: [Freeswitch-dev] uuid_bridge doesn't work

2010-06-22 Thread Arturo Monroy
thank for your response, the version that I'm using is 1.0.head (svn-17188:17782M), and no is something silly, I'm triying to created a Lua's method to make my own "advance bridge" , to allow create many originate at same time and the first to answerd bridge to current channel, if not anyone a

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

2010-06-22 Thread Brian West
nolocal is just like setting inside {} so its not on the A leg but 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? > > Or is it a

Re: [Freeswitch-dev] uuid_bridge doesn't work

2010-06-22 Thread Brian West
What are you doing exactly cuz this makes no sense.. Also what SVN rev are you on because uuid_bridge uses the exact same code the core uses and bridge works fine. I suspect you're either on OLD code or you're doing something silly. /b On Jun 22, 2010, at 10:55 AM, Arturo Monroy wrote: > Hel

[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