Would it be possible for someone to point me in the direction of a AGI script in PHP that does a simple Hello World type functionality and that actually WORKS?
I have been messing with packtpub.com/article/asteris … g-with-php the Hello World script and after getting the script to actually function without error, All that happens if Asterisk hangs with the script running.
I am using Asterisk 1.6 on CentOS. I run asterisk -gvvvvvvvc, and I see the incoming call, I see the extension selected, and I see Asterisk start the php script, but nothing ever happens after that. From listening to the dialed extension I get nothing but silence, and from the console it just sites there until I hangup the extension at which time it console shows the script completing…
I am learning Asterisk, and PHP all at the same time, and I am taking baby steps to learn each step of the way to expand as I go.