Re: [Freeswitch-dev] Setting channel variables in originate with XML-RPC

2008-07-08 Thread Anthony Minessale
the {} list is part of the dial string put it after "originate" eg bgapi originate {foo=bar}sofia/default/[EMAIL PROTECTED] On Tue, Jul 8, 2008 at 7:45 PM, Cesar Cepeda <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to dial a call using XML-RPC, I need to set some variables on > the > channel

[Freeswitch-dev] Setting channel variables in originate with XML-RPC

2008-07-08 Thread Cesar Cepeda
Hi, I'm trying to dial a call using XML-RPC, I need to set some variables on the channel before the call starts. On the XML-RPC call I'm sending: Cmd: bgapi Args: {}originate sofia// I receive a Job ID but the call doesn't starts. If I remove the {} section the call starts correctly. What am

Re: [Freeswitch-dev] [Freeswitch-users] Question about IAX?

2008-07-08 Thread Michael Collins
> We would support this. > > Teliax has been doing some testing on FS and would need support for a > full fledged, scalable IAX channel to go any further. I think anthm > has the scope of the project in mind. If the community is interested > we'll gladly contribute $$$ as well as dev support on an

Re: [Freeswitch-dev] [Freeswitch-users] Question about IAX?

2008-07-08 Thread David Aldworth
We would support this. Teliax has been doing some testing on FS and would need support for a full fledged, scalable IAX channel to go any further. I think anthm has the scope of the project in mind. If the community is interested we'll gladly contribute $$$ as well as dev support on an ongoi

Re: [Freeswitch-dev] Question about IAX?

2008-07-08 Thread Michael Collins
Please also indicate just how much you'd like it, i.e. if you are willing to contribute to the devs for their time and effort. -MC > -Original Message- > From: [EMAIL PROTECTED] [mailto:freeswitch-dev- > [EMAIL PROTECTED] On Behalf Of Brian West > Sent: Tuesday, July 08, 2008 3:23 PM > To:

[Freeswitch-dev] Question about IAX?

2008-07-08 Thread Brian West
Just doing a quick poll to see who would like to see IAX in FreeSWITCH with all the bells and whistles? Brian West sip:[EMAIL PROTECTED] ___ Freeswitch-dev mailing list Freeswitch-dev@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinf

Re: [Freeswitch-dev] Wednesday meeting moved to 9AM Central, 3PM GMT

2008-07-08 Thread Michael Collins
FYI, I'm generally on the road at 7am pacific (9am CST) so I will be purchasing a new headset so that I can participate. I'll keep myself on mute until I have something to say so that you all don't have to hear the background noise. Any suggestions for a solid Bluetooth headset that doesn't sound

Re: [Freeswitch-dev] Wednesday meeting moved to 9AM Central, 3PM GMT

2008-07-08 Thread Brian West
Could be. I'm confused today :( On Jul 8, 2008, at 10:03 AM, Wasim Baig wrote: > > CST is -5 UTC > so 9AM CST is 2PM UTC > > correct? > Brian West sip:[EMAIL PROTECTED] ___ Freeswitch-dev mailing list Freeswitch-dev@lists.freeswitch.org http://lis

Re: [Freeswitch-dev] Wednesday meeting moved to 9AM Central, 3PM GMT

2008-07-08 Thread Wasim Baig
On Tue, Jul 8, 2008 at 8:44 PM, Brian West <[EMAIL PROTECTED]> wrote: So Wednesday at 9AM CST, 3PM GMT on the July 8th. CST is -5 UTC so 9AM CST is 2PM UTC correct? -- wasim h. baig | principal consultant | convergence pk | +92 300 8508070 ___ Frees

Re: [Freeswitch-dev] Wednesday meeting moved to 9AM Central, 3PM GMT

2008-07-08 Thread Brian West
Doh OFF BY ONE ERROR!!! its the 9th not the 9th. On Jul 8, 2008, at 9:44 AM, Brian West wrote: > We have decided to move the meeting earlier since 5PM resulted in > very few showing up. This also gives us a chance of more people in > Europe to join in and take part. We could also Sched

[Freeswitch-dev] Wednesday meeting moved to 9AM Central, 3PM GMT

2008-07-08 Thread Brian West
We have decided to move the meeting earlier since 5PM resulted in very few showing up. This also gives us a chance of more people in Europe to join in and take part. We could also Schedule some so Asia can get involved also. So Wednesday at 9AM CST, 3PM GMT on the July 8th. Any thoughts?

Re: [Freeswitch-dev] Extracting protocol variables from failed bridge B chan

2008-07-08 Thread Anthony Minessale
We do have "failed_xml_cdr_prefix" you set that on the A leg and any and all failed B originates generate a full XML CDR report and set it as a variable, this includes during a forked dial. so say you try to call sofia/profile/[EMAIL PROTECTED],sofia/profile/[EMAIL PROTECTED] and it fails comple