Re: [asterisk-users] Best Scripting Language

2011-04-06 Thread Mohammad Khan
I am using Ruby, per call I have 2-4 agi scripts that execute. Each take 0.02 to 0.08sec On Mon, Apr 4, 2011 at 3:19 AM, Thorsten Göllner wrote: > > > Am 01.04.2011 14:27, schrieb Roger Burton West: > > On Fri, Apr 01, 2011 at 05:27:20PM +0530, Gopalakrishnan A.N wrote: >> >>> Can anyone sugges

Re: [asterisk-users] Best Scripting Language

2011-04-04 Thread Thorsten Göllner
Am 01.04.2011 14:27, schrieb Roger Burton West: On Fri, Apr 01, 2011 at 05:27:20PM +0530, Gopalakrishnan A.N wrote: Can anyone suggest which is the best scripting language for Asterisk or any telecom device? Depends on the other parameters. Perl is great for rapid development, but I wouldn't

Re: [asterisk-users] Best Scripting Language

2011-04-02 Thread Hans Witvliet
On Fri, 2011-04-01 at 13:27 +0100, Roger Burton West wrote: > On Fri, Apr 01, 2011 at 05:27:20PM +0530, Gopalakrishnan A.N wrote: > >Can anyone suggest which is the best scripting language for Asterisk or any > >telecom device? > > Depends on the other parameters. Perl is great for rapid developme

Re: [asterisk-users] Best Scripting Language

2011-04-01 Thread Danny Nicholas
ers-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Goke M Aruna Sent: Friday, April 01, 2011 1:38 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Best Scripting Language Can you give me a reference on how to comp

Re: [asterisk-users] Best Scripting Language

2011-04-01 Thread Goke M Aruna
k-users@lists.digium.com > Subject: Re: [asterisk-users] Best Scripting Language > > Do you think C is a scripting language? > > -- > Sent from my iPhone > > On Apr 1, 2011, at 8:27 AM, Roger Burton West > wrote: > >> On Fri, Apr 01, 2011 at 05:27:20PM +0530

Re: [asterisk-users] Best Scripting Language

2011-04-01 Thread Tim Panton
I don't think that is quite true - Asterisk-java gives you access to AMI - which can be used to originate calls and to monitor call progress etc. You can even get RTCP call quality events. So I'm pretty sure you could use groovy and asterisk-java together to stress test your asterisk build. Yo

Re: [asterisk-users] Best Scripting Language

2011-04-01 Thread Gopalakrishnan A.N
Thanks. Asterisk-Java is a framework to build customer application. But my query here is, a testing script where to test a asterisk appliance or application, like stress testing, performance testing and etc. through some scripting language. For example SIPp has its own framework, where If the aste

Re: [asterisk-users] Best Scripting Language

2011-04-01 Thread Tim Panton
Gosh, it depends what you want to do with asterisk. I've been having quite a lot of luck with groovy recently. You can easily wrap it around the (excellent) asterisk-java framework and have clean simple access to AMI and AGI interfaces. Alternatively look at adhearsion - which is a ruby framewor

Re: [asterisk-users] Best Scripting Language

2011-04-01 Thread Gopalakrishnan A.N
-- > > From: asterisk-users-boun...@lists.digium.com > > [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Satish > Patel > > Sent: Friday, April 01, 2011 8:08 AM > > To: Asterisk Users Mailing List - Non-Commercial Discussion > > Cc: asterisk-users@list

Re: [asterisk-users] Best Scripting Language

2011-04-01 Thread Mark Deneen
h Patel > Sent: Friday, April 01, 2011 8:08 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Cc: asterisk-users@lists.digium.com > Subject: Re: [asterisk-users] Best Scripting Language > > Do you think C is a scripting language? > > -- > Sent from my iPhone &

Re: [asterisk-users] Best Scripting Language

2011-04-01 Thread Danny Nicholas
n...@lists.digium.com] On Behalf Of Satish Patel Sent: Friday, April 01, 2011 8:08 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Cc: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Best Scripting Language Do you think C is a scripting language? -- Sent from my iPhone O

Re: [asterisk-users] Best Scripting Language

2011-04-01 Thread Satish Patel
Do you think C is a scripting language? -- Sent from my iPhone On Apr 1, 2011, at 8:27 AM, Roger Burton West wrote: On Fri, Apr 01, 2011 at 05:27:20PM +0530, Gopalakrishnan A.N wrote: Can anyone suggest which is the best scripting language for Asterisk or any telecom device? Depends o

Re: [asterisk-users] Best Scripting Language

2011-04-01 Thread Khaled W. Chehab
, April 01, 2011 3:24 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Cc: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Best Scripting Language No doubt perl is best. But python getting more popular these days. -- Sent from my iPhone On

Re: [asterisk-users] Best Scripting Language

2011-04-01 Thread Roger Burton West
On Fri, Apr 01, 2011 at 05:27:20PM +0530, Gopalakrishnan A.N wrote: >Can anyone suggest which is the best scripting language for Asterisk or any >telecom device? Depends on the other parameters. Perl is great for rapid development, but I wouldn't run it per-call on a box taking hundreds of calls p

Re: [asterisk-users] Best Scripting Language

2011-04-01 Thread Satish Patel
No doubt perl is best. But python getting more popular these days. -- Sent from my iPhone On Apr 1, 2011, at 8:00 AM, mahesh katta wrote: Perl is the best script On Fri, Apr 1, 2011 at 5:27 PM, Gopalakrishnan A.N wrote: Hi, Can anyone suggest which is the best scripting language for

Re: [asterisk-users] Best Scripting Language

2011-04-01 Thread Gopalakrishnan A.N
Thanks for your suggestion:) On Fri, Apr 1, 2011 at 5:30 PM, mahesh katta wrote: > > Perl is the best script > > On Fri, Apr 1, 2011 at 5:27 PM, Gopalakrishnan A.N wrote: > >> Hi, >> >> Can anyone suggest which is the best scripting language for Asterisk or >> any telecom device? Thanks in ad

Re: [asterisk-users] Best Scripting Language

2011-04-01 Thread mahesh katta
Perl is the best script On Fri, Apr 1, 2011 at 5:27 PM, Gopalakrishnan A.N wrote: > Hi, > > Can anyone suggest which is the best scripting language for Asterisk or any > telecom device? Thanks in advance. > > -- > Thank you with regards, > Gopalakrishnan A.N. > VoIP call - sip:sai...@gtalk2voip

[asterisk-users] Best Scripting Language

2011-04-01 Thread Gopalakrishnan A.N
Hi, Can anyone suggest which is the best scripting language for Asterisk or any telecom device? Thanks in advance. -- Thank you with regards, Gopalakrishnan A.N. VoIP call - sip:sai...@gtalk2voip.com -- _ -- Bandwidth and Coloc