There is really no reason why you cannot.

Personally... I'd avoid using Java for AGI's that you think are going to 
receive heavy use... simply because the JVM adds a lot of overhead, and 
possibly a very real performance impact from having the load the JVM everytime. 
 Of course there is overhead as well if you do PHP instead, as the PHP 
interpreter has to load everytime... but that's probably pretty light-weight in 
comparison to the JVM.

Of course you could compile your Java code to native binaries to work around 
that problem, but I have no experience doing that.

Please keep in mind that I have not actually created or used any Java AGI's... 
really just my thoughts without any experience.

--
Matt

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of chetherston miles
Sent: Saturday, May 03, 2008 6:30 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] AGI asterisk high balance

Hello,

Is there a problem to use AGI JAVA to write an AGI to billing calls and 
customer accounts?

Anyone have experience with it could give me some tips?

Thanks,

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to