I am not sure if this is the correct category for VXML but it is very similar to XML; so I am hoping this will fly. Please move to another forum if necessary.
I am a Grad-Student and my thesis is working with VXML. I have built my application to properly build the VXML and test it on the Voice Server. Everything is working up to this point, woohoo!
The VXML is stored on a web server as it is a web application that builds it. I have read about calling javascript from within VXML. I would like the script to call a PHP script to log information about the caller. The only way I know to do this is with AJAX, however, I am not sure how to have the voice browser support an XMLHTTPRequest. Any pointers to tutorials or examples would be greatly appreciated.