[Asterisk-java-users] FastAGI and DeadAGI
Brought to you by:
srt
From: chetherston m. <mil...@gm...> - 2008-05-09 13:57:27
|
Hello All, I have to ask again because a still can´t understand (sorry guys), i have to do some billing routines after the calls hangup, the thing is i used php agi with the DeadAGI command and works fine, but now the volume of operations are growing and i like java more... anyway i happyly found asterisk-java and after i did some tests i realize that i can use fastAGI + deadagi to call the agi and a sucefully get my routines work after the hagup. My dial plan is something like this: DeadAgi(agi://localhost/hello.agi) Is there any kind of problem realated to performance using the FastAGI like this? Anyone could give me some adivice? Thanks |