|
Author
|
Topic: VXML submitting PHP
|
lambert
Junior Member
Member # 3215
Rate Member
|
posted August 14, 2005 09:20 PM
hi there!
I have a program in my PHP that when you open the page it will have an output on parallel port which works successfully.
I'm trying to use VXML to call this page so that I can control my output on parallelport using my phone.
My problem is that when i'm submitting the PHP page, the prompt says" THE PAGE CANNOT BE FOUND" I don't know whats the problem, my PHP works well on the internet. heres a link to my page:
http://www.angelfire.com/mech/dornier328/Mainmenu.vxml
And i'm using VOICEGENIE browser to test my application.
I hope you can help me to analyze my problem, thanks a lot!
Lamberto C. Reyes Jr. email:[email protected] FEU-East Asia College Philippines
Posts: 2 | From: philippines | Registered: Aug 2005
| IP: Logged
|
|
mheadd
Member
Member # 3181
Member Rated:
|
posted August 15, 2005 09:47 AM
Lamberto:
I tried to access the URI's in your menu options using a desktop browser, but received the following error: quote:
Could not connect to remote server
You tried to access the address http://203.87.136.244/port1out.php, which is currently unavailable. Please make sure that the Web address (URL) is correctly spelled and punctuated, then try reloading the page
I assume that you are using the VoiceGenie test platform to test your application remotely. This platform will make an HTTP call to the URI in the "next" attribute of the <submit> tag. If the URI is not accessible to a remote web host, the platform will likely throw a "error.badfetch" event. You should check the logs provided by VoiceGenie to verify that this is what is happening.
Make sure that the remote URI's in your application are accessible to an outside platform. If you can't view these URI's in a web browser, then the VoiceXML platform will probably not be able to access them.
Hope this helps.
-------------------- Mark VoiceinGov.org http://www.voiceingov.org
Posts: 55 | Registered: Jun 2005
| IP: Logged
|
|
lambert
Junior Member
Member # 3215
Rate Member
|
posted August 19, 2005 01:56 AM
hi sir!
sorry i replied only at this time, ijust get back from a vacation.
our IP address is restricted for use at this time. We need to coordinate once again for testing in our schooladministration.and our WEB SERVER APACHE at that time is not active.
there's no problem in accessing our PHP when both IP and our web server is active. i will try to add the "META CONTENT" command in my program.
but if our PHP is accessible already, why can't VXML call our PHP page in our page in angelfire? Are the commands use in submitting the page just right?or is there something missing that we need to add?
Thanks a lot!
Posts: 2 | From: philippines | Registered: Aug 2005
| IP: Logged
|
|
|