[Asterisk-Users] PHP/AGI Problem

Matthew Boehm mboehm at cytelcom.com
Wed May 25 08:11:52 MST 2005


Jon Farmer wrote:
>> Well, that is your problem. Don't use deadagi.
>> DeadAGI is for use if you
>> want to continue processing "after" the call hangs
>> up. That is why your
>> scripts are continuing to run. Use regular AGI.
>
>
> I get the same behaviour if I use deadagi or just agi
>
> Regards
>

Well then you got something screwed up somewhere. I've got many PHP AGI's
and as soon as the caller hangs up the script terminates.

This is what I use:

exten => _80059974XX,1,AGI(line_counter.php)

Works like a champ. And yes, I'm using phpagi.php as well.

-Matthew




More information about the asterisk-users mailing list