Re: [asterisk-users] Billing/Call Control engine : AGI scripts/ AstMan API

2007-11-28 Thread Moises Silva
I have found out that executing AGI thru the AMI interface fill better my needs of control. Take a look http://bugs.digium.com/view.php?id=11282 Ignore the bug description and read the first note entry, that might be a better way to get things done. - Moy On Nov 27, 2007 10:27 PM, Benjamin

[asterisk-users] Billing/Call Control engine : AGI scripts/ AstMan API

2007-11-27 Thread Benjamin Jacob
Hello ppl, Have implemented a really nice Billing engine using AGI scripts. So far it works fine, tho haven't yet put it in the torture cell. The AGI scripts have been written in PHP, using MySQL for the billing and profile information. The major disadvantages I see using AGI scripts : 1. A

Re: [asterisk-users] Billing/Call Control engine : AGI scripts/ AstMan API

2007-11-27 Thread Steve Edwards
On Wed, 28 Nov 2007, Benjamin Jacob wrote: The AGI scripts have been written in PHP, using MySQL for the billing and profile information. The major disadvantages I see using AGI scripts : 1. A new process(invocation of PHP scripts) on every new call. I write all of my AGIs in C. While PHP