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:saigop at gtalk2voip.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110401/051f68d3/attachment.htm>
Perl is the best script On Fri, Apr 1, 2011 at 5:27 PM, Gopalakrishnan A.N <saigop at gmail.com> 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:saigop at gtalk2voip.com > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Best Regards, Mahesh Katta *BUZZ**WORKS* Business Services Private Limited BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI 303, Gagangiri Apts, Parleshwar Road, Ville Parle East, Mumbai - 400057. GSM +91.97029.70779 | Phone +91.22.2663.1811 | Fax +91.22.2663.1811 Web http://www.buzzworks.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110401/d5d9dfc5/attachment.htm>
Thanks for your suggestion....:) On Fri, Apr 1, 2011 at 5:30 PM, mahesh katta <maheshkatta at flexydial.com>wrote:> > Perl is the best script > > On Fri, Apr 1, 2011 at 5:27 PM, Gopalakrishnan A.N <saigop at gmail.com>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:saigop at gtalk2voip.com >> >> >> >> -- >> _____________________________________________________________________ >> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >> New to Asterisk? Join us for a live introductory webinar every Thurs: >> http://www.asterisk.org/hello >> >> asterisk-users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >> > > > > -- > Best Regards, > > Mahesh Katta > *BUZZ**WORKS* Business Services Private Limited > BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI > 303, Gagangiri Apts, Parleshwar Road, Ville Parle East, Mumbai - 400057. > GSM +91.97029.70779 | Phone +91.22.2663.1811 | Fax +91.22.2663.1811 > Web http://www.buzzworks.com > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Thank you with regards, Gopalakrishnan A.N. VoIP call - sip:saigop at gtalk2voip.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110401/85dabcab/attachment.htm>
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 <maheshkatta at flexydial.com> wrote:> > Perl is the best script > > On Fri, Apr 1, 2011 at 5:27 PM, Gopalakrishnan A.N > <saigop at gmail.com> 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:saigop at gtalk2voip.com > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > -- > Best Regards, > > Mahesh Katta > BUZZWORKS Business Services Private Limited > BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI > 303, Gagangiri Apts, Parleshwar Road, Ville Parle East, Mumbai - > 400057. > GSM +91.97029.70779 | Phone +91.22.2663.1811 | Fax +91.22.2663.1811 > Web http://www.buzzworks.com > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110401/ceb38bb2/attachment.htm>
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 per second. (Ditto Ruby and Python.) C will be much faster, but it's more effort to write and debug.
perl libraries are so fast to manage/debug and easy to use,more over you can call too many function from system, and its good documented . Perl is the best J Regards Khaled Chehab NGN Eng. Description: xplorium Operations Office - Lebanon Office : +961 1 868686 ext 115 Mobile: +961 3 045212 E-mail: kchehab at xplorium.com MSN ID :KhalidChehab at hotmail.com Web Site: http://www.xplorium.com From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Satish Patel Sent: Friday, 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 Apr 1, 2011, at 8:00 AM, mahesh katta <maheshkatta at flexydial.com> wrote: Perl is the best script On Fri, Apr 1, 2011 at 5:27 PM, Gopalakrishnan A.N <saigop at gmail.com> 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:saigop at gtalk2voip.com <mailto:sip%3Asaigop at gtalk2voip.com> -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Best Regards, Mahesh Katta BUZZWORKS Business Services Private Limited BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI 303, Gagangiri Apts, Parleshwar Road, Ville Parle East, Mumbai - 400057. GSM +91.97029.70779 | Phone +91.22.2663.1811 | Fax +91.22.2663.1811 Web http://www.buzzworks.com -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users ********************************************* No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with another party by e-mail without express written confirmation by an officer of Xplorium. Any views expressed by an individual in this electronic message do not necessarily reflect views of Xplorium or its subsidiaries and associates. This electronic message and its attachments are solely addressed to the addressee(s), and contain confidential information protected from disclosure belonging to Xplorium. If you are not the intended addressee of this electronic message and its attachments, kindly delete it immediately from your system and notify the sender by electronic mail. You must not copy this message or attachment or disclose its content to any other person. Xplorium does not guarantee the integrity of this electronic message and any of its attachments, or that they are free from computer viruses or other defects. ********************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110401/67606de3/attachment.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 10812 bytes Desc: not available URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110401/67606de3/attachment.png>
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 framework for asterisk. But it _really_ does depend on what you are doing. T. On 1 Apr 2011, at 12:57, 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:saigop at gtalk2voip.com > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-usersTim Panton - Web/VoIP consultant and implementor www.westhawk.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110401/16e4c8ee/attachment.htm>