Hi Matteo, Thanks, suddenly makes sense now. I guessed that is the case however was not sure. Any opinion on what is more/most efficient, using a scripting language like perl or a compile app in C/pascal.
What I am looking to do is some database access with in the script to rate a call and set an absolute time out (sort of a prepaid application, but basic with no prompts) Thanks Umar -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brancaleoni Matteo Sent: 27 May 2004 23:18 To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] AGI Pascal Hi Il gio, 2004-05-27 alle 23:32, usedcanon ha scritto: > Hi, > Has anyone done any AGI scripting in pascal. I would appreciate help anyone > can offer. My understandin on AGI scripting is very flaky, I am assuming > whatever language is used the application needs to be compile and made > executable. wrong wrong wrong AGI is just an external application, written in whatever language you want. if the language needs to be compiled like C, pascal, whatever... yes, must be compiled to make it work. but you are free to use scripting languages that doesn't need to be compiled... like php,perl,bash scripting,ruby, whatever.... AGI speaks with the app with stdout/stdin/stderr ... so anything that supports this IO can be used :) Matteo -- Brancaleoni Matteo <[EMAIL PROTECTED]> Espia - Emmegi Srl _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
