continue even though php script takes a long time.
Posted: Thu Nov 02, 2006 3:03 pm
What if I want to post data to a php script and then continue on with the vxml without waiting for the php script to finish.
Basicaly I want someone to post their phone number to my php script, have the vxml say "thank you, goodbye" Then it hangs up on them. But even though the user has been disconnected.... the php script is still doing something with that phonenumber that was posted to it.
By default, I think the vxml script is waiting for a response from the php.
Any ideas on what i can do?
Basicaly I want someone to post their phone number to my php script, have the vxml say "thank you, goodbye" Then it hangs up on them. But even though the user has been disconnected.... the php script is still doing something with that phonenumber that was posted to it.
By default, I think the vxml script is waiting for a response from the php.
Any ideas on what i can do?