| VoiceXML 2.1 Development Guide | Home | Frameset Home |
|
http://webhosting.voxeo.net/AccountID/www/Filename.xml| ANNOTATIONS: EXISTING POSTS |
mthle01
|
|
| <?xml version="1.0" encoding="UTF-8" ?>
- <vxml version="2.1"> <meta name="maintainer" content="YOUREMAILADDRESS@HERE.com" /> - <form> <block>Hello World. This is my first telephone application.</block> </form> </vxml> |
|
JimMurphy
|
|
| mthle01,
Is there anything we cam do to help with your development? If so, please open a support ticket from your evolution account and describe the problem. We'd be glad to help. Thanks, Jim |
|
NanLu
|
|
| I have created my first application and created file "helloworld.xml" like below and Saved changes:
<?xml version="1.0" encoding="UTF-8"?> <vxml version = "2.1" > <form> <block> <prompt> Hello World. This is my first telephone application. </prompt> </block> </form> </vxml> but when I test by calling the # came with the application, I couldn't hear "Hello World" as I expected. why? |
|
MattHenry
|
|
| NanLu,
This sort of specific support question is better suited for an account ticket. It might be best if you review the following links, which detail the information that we need in order to effectively troubleshoot your problem: http://docs.voxeo.com/voicexml/2.0/motty_meta.htm http://docs.voxeo.com/voicexml/2.0/loggerfeatures.htm http://docs.voxeo.com/voicexml/2.0/gettingsupport.htm Regards, ~Matt |
|
chidu_jigajinni
|
|
| Hi,
I am a newbie to VXML programming. I have uploaded a helloworld.xml file onto the server. But when i try to access the URL given there, namely http://webhosting.voxeo.net/19797/www/helloworld.xml, i see the (110) Connection timed out message. Is the server down or any other problems? -Chidanand. |
|
MattHenry
|
|
|
Hello Chidanand, This URL is only visible from within the voxeo network; the only way that you will be able to view this code in a browser window is when you choose the 'view' icon from within the file manager itself. Simply pasting the http://webhosting.voxeo.net address into a browser will not allow you to view the code at all. Hope that this clears up the mystery, ~Matthew Henry |
|
qkhader
|
|
| i have tried the example helloworld.xml, but when calling i get error message applicatoin could not be open eroor code 6..etc
regards david |
|
qkhader
|
|
| hi i have another question when you i do the sample
<?xml version="1.0" encoding="UTF-8"?> <vxml version = "2.1" > <form> <block> <prompt> Hello World. This is my first telephone application. </prompt> </block> </form> </vxml> is it actually attached to a TTS engine in order to read the text or i have to attach a wav file, thanks david |
|
mikethompson
|
|
| David,
If you're running your applications in our hosted staging environment, you will have access to two types of text-to-speech engines. By default, our VoiceXML browser uses Speechify text-to-speech, but you also have the option to use Rhetorical. You can find more information on these engines here: http://www.voicexmlguide.com/appendixm.htm http://www.voicexmlguide.com/appendixn.htm Hope this helps, Mike Thompson Voxeo Corporation |
|
random_oracle
|
|
| Thanks for providing this wonderful development platform. I was able to code my first VXML application "Hello world", call up the number and test it in about an hour. Though it is simple, this is an exciting start for me as a newbie to VXML. Have a wonderful Thanksgiving day. | |
swethareddy
|
|
| Hi Colleagues,
I'm trying to start the prophecy home page after installing the Voxeo prophecy server 8.0 and i get the following error: Warning: DOMDocument::loadXML() [function.loadXML]: Empty string supplied as input in c:\program files\Voxeo\mc\index.php on line 49 Warning: DOMXPath::query() [function.query]: ..\xpath.c:11188 Internal error: document without root in c:\program files\Voxeo\mc\index.php on line 52 Warning: DOMDocument::loadXML() [function.loadXML]: Empty string supplied as input in c:\program files\Voxeo\mc\index.php on line 59 Warning: DOMXPath::query() [function.query]: ..\xpath.c:11188 Internal error: document without root in c:\program files\Voxeo\mc\index.php on line 62 Please suggest how to proceed. |
|
jbassett
|
|
| Hello,
I have addressed your issue in the support ticket that you have opened. Thanks Jesse Bassett Voxeo |
|
haresh_gateway
|
|
| Hello respected person
i m developing this kind of application in .net so can u send me some information regarding that. any resources available? Thanks |
|
jbassett
|
|
| Hello,
Our free hosted environment only allows for xml, wav, and grammar files to be executed. The good news is you can feel free to host the .NET files on your own server as long as they are outputting valid XML code. When you create your first application, just point to the URL of the files hosted on your server. Here are some examples of how to use VoiceXML with various server side languages. http://docs.voxeo.com/voicexml/2.0/qs_vars.htm If you run into any trouble getting something to work, feel free to open a ticket in our support forums. Thanks, Jesse Bassett Voxeo Support |
|
AlanT
|
|
| Hi,
I am new to VXML and this website. After I loggin and click the Application Manager, how do I upload my HelloWorld.xml to your webhost? |
|
jbassett
|
|
| Hello,
From the account menu, choose "Files, Logs, & Reports". You will want to upload your file into the "www" directory. After you have done that you can map your application to this file through "Application Manager" Cheers, Jesse Bassett Voxeo Support |
|
AlanT
|
|
| Hi,
Now I successfully upload the Helloworld.XML file. I am in Australia and installed Skype, what number I can dial to hear my HelloWorld ? |
|
MattHenry
|
|
|
Hi Alan, Once uploaded, you will then choose "account", then "application manager" and hen select theapp name that you have mapped to your application. Then select the "phone numbers" tab, which should list out a bountiful array of options for indialing our application. Cheers! ~Matthew henry |
|
rahulk
|
|
| Can i use VXML With ASP.Net & C#.
If yes please give me a sample. Rahul |
|
voxeojeff
|
|
| Hi Rahul,
You can use VoiceXML with all different flavors of server-side scripting. However, we do not support server-side scripting. Database queries, stored procedures, and functions on the server side is simply something that we cannot offer support for; even assuming that we did offer support for this, there would be no way that we could offer an accurate response to developer inquiries, as we don't have the database mappings, and have no way of recreating the code locally to test. As such, I think that your best course of action would be to search for assistance on this matter by visiting a ASP.net-specific site, (such as http://www.w3schools.com/aspnet/default.asp), to see if you can find advice and support in this inquiry. http://docs.voxeo.com/voicexml/2.0/gettingsupport.htm http://docs.voxeo.com/voicexml/2.0/intro_serverside.htm http://docs.voxeo.com/voicexml/2.0/qs_vars.htm Regards, Jeff |
|
rahulk
|
|
| Hi Jeff,
Thank's for support. I tried my asp.net & C# code. it's working fine. Thanks Rahul |
|
rahulk
|
|
| Hi Jeff,
Suppose my grammar contain word Chemistry. There are many ways to pronounce the word chemistry. how dose your engine recognize the word. is there any option to recognize the word irrespective of Pronunciation. Thanks Rahul |
|
VoxeoDante
|
|
| Hello Rahul,
This is a common issue developers face when designing grammars. The most common option to ensure proper recognition is to add phonetic spellings to the grammar for a given utterance. Like so; <rule id="THERULE" scope="public"> <one-of> <item> <one-of> <item> tomato</item> <item> tomoto </item> </one-of> <tag> <![CDATA[ <MySlot "1"> ]]> </tag> </item> <item> <one-of> <item> water </item> <item> wadder </item> </one-of> <tag> <![CDATA[ <MySlot "2"> ]]> </tag> </item> <item> <one-of> <item> car </item> <item> kar </item> </one-of> <tag> <![CDATA[ <MySlot "3"> ]]> </tag> </item> </one-of> </rule> Structuring your grammar in the way should help you too capture utterances even if the word is spoken in a slightly different way. All the best, Danté Vitulano Voxeo Support |
|
amit.l
|
|
| Hi
This is very nice. However, I have few questions like if I want to do auto calling to few numbers e.g. I have a list of mobile numbers and a text messages for each on them, and I want to call those numbers then how can I do that using VoiceXML (push service). Thanks |
|
voxeojeremyr
|
|
| Hi,
If you are looking to just dial out a number and then play a message it might be easier to use CCXML 1.0. We have many examples of doing outbound calls and playing a message in our docs. Some of the places you can look are: http://docs.voxeo.com/ccxml/1.0-final/tutparent_ccxml10.htm http://docs.voxeo.com/ccxml/1.0-final/t_7ccxml10.htm Hopefully, this will get you started in the right direction. Thanks, Jeremy Richmond Voxeo Support |
| login |
|