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
