Re: [Freeswitch-users] Originate and bridge with lua

2009-02-18 Thread Michael Collins
Nik, What are you building? I'm wondering if this is the correct approach for your application. You might be better off using the even socket and controlling your calls from a central point. -MC On Wed, Feb 18, 2009 at 11:26 AM, Nik Middleton nik.middle...@noblesolutions.co.uk wrote: Hi Guys,

Re: [Freeswitch-users] Originate and bridge with lua

2009-02-18 Thread Nik Middleton
] Originate and bridge with lua Nik, What are you building? I'm wondering if this is the correct approach for your application. You might be better off using the even socket and controlling your calls from a central point. -MC On Wed, Feb 18, 2009 at 11:26 AM, Nik Middleton nik.middle

Re: [Freeswitch-users] Originate and bridge with lua

2009-02-18 Thread Michael Collins
On Wed, Feb 18, 2009 at 11:53 AM, Nik Middleton nik.middle...@noblesolutions.co.uk wrote: I'm trying to build an emergency broadcasting solution. So I place a call, and have ivr in the lua script. But I also want to give them the option of speaking to someone. If they hit the option to

Re: [Freeswitch-users] Originate and bridge with lua

2009-02-18 Thread Nik Middleton
: [Freeswitch-users] Originate and bridge with lua On Wed, Feb 18, 2009 at 11:53 AM, Nik Middleton nik.middle...@noblesolutions.co.uk wrote: I'm trying to build an emergency broadcasting solution. So I place a call, and have ivr in the lua script. But I also want to give them the option

Re: [Freeswitch-users] Originate and bridge with lua

2009-02-18 Thread Michael Collins
Everything is working perfectly, except the bridge to another number. Because of the nature of the beast the bridge needs to dial an external number (ie sofia/gateway/Mygateway/num) What I'm getting is: attempt to perform arithmetic on global 'sofia' (a nil value) Can you pastebin your Lua

Re: [Freeswitch-users] Originate and bridge with lua

2009-02-18 Thread Nik Middleton
@lists.freeswitch.org Subject: Re: [Freeswitch-users] Originate and bridge with lua Everything is working perfectly, except the bridge to another number. Because of the nature of the beast the bridge needs to dial an external number (ie sofia/gateway/Mygateway/num) What I'm getting is: attempt

Re: [Freeswitch-users] Originate and bridge with lua

2009-02-18 Thread Brian West
Learn C and write it all in C. /b On Feb 18, 2009, at 3:56 PM, Nik Middleton wrote: Astererisk happily does around 200 calls, I'm hoping FS will do better or I've just been wasting my time. Is there a more efficient way of doing this? ___

Re: [Freeswitch-users] Originate and bridge with lua

2009-02-18 Thread Anthony Minessale
@lists.freeswitch.org Subject: Re: [Freeswitch-users] Originate and bridge with lua Everything is working perfectly, except the bridge to another number. Because of the nature of the beast the bridge needs to dial an external number (ie sofia/gateway/Mygateway/num) What I'm getting is: attempt

Re: [Freeswitch-users] Originate and bridge with lua

2009-02-18 Thread Anthony Minessale
] Originate and bridge with lua Everything is working perfectly, except the bridge to another number. Because of the nature of the beast the bridge needs to dial an external number (ie sofia/gateway/Mygateway/num) What I'm getting is: attempt to perform arithmetic on global 'sofia' (a nil

Re: [Freeswitch-users] Originate and bridge with lua

2009-02-18 Thread Nik Middleton
@lists.freeswitch.org Subject: Re: [Freeswitch-users] Originate and bridge with lua i replied to your last private message and it was returned as undeliverable. overzealous spam server? Can you add my account to your whitelist? On Wed, Feb 18, 2009 at 4:06 PM, Anthony Minessale anthony.miness