| VoiceXML 2.1 Development Guide | Home | Frameset Home |
|
| SIP VoIP | sip:9990000000@sip.voxeo.net |
<call value="4075551234"/><call value="sip:9990000000@sip.voxeo.net"/><transfer dest="tel:2223334444"><transfer dest="sip:9990000000@sip.voxeo.net"><createcall dest="'tel:+14075551234'"/> <createcall dest="'sip:9990000000@sip.voxeo.net'"/> http://api.voxeo.net/SessionControl/VoiceXML.start?
numbertodial=sip:9990000000@sip.voxeo.net&
tokenid=yourTokenIDhere
http://api.voxeo.net/SessionControl/CallXML.start?
tokenid=yourTokenIDhere
http://api.voxeo.net/SessionControl/CCXML10.start?
tokenid=yourTokenIDhere
| 800+PIN |
| +1-800-289-5570 |
| +1-407-386-2174 |
| Route Name | SIP Address |
| callxml | sip:callxml@127.0.0.1 |
| Route Name | SIP Address |
| callxml | sip:callxml@myserver.com:5060 |
<call value="sip:callxml@127.0.0.1:5060"/><transfer dest="sip:vxml@127.0.0.1:5060"><createcall dest="'sip:ccxml@127.0.0.1:5060'"/> | ANNOTATIONS: EXISTING POSTS |
childrens
|
|
| Despite 100% SSML compliance, I don't think
<say-as interpret-as="telephone"> works with Rhetorical. With Speechify, it's pronounced correctly -- six one seven, etc. -- but with Rhetorical I hear "six billion ..." |
|
steve.sax
|
|
| Hi there,
I am not sure as I understand completely; in testing say-as + Rhetorical on our hosted environment, I am not having any difficulties in using this interpret-as type....the problems that you are seeing may, or may not, be due to a misconfiguration on your premise server. In order to help address this problem, it would help if you could open an account ticket and provide us with: * a URL of the code that is invoking the say-as tag * a set of logs that show us your test calls Once we have this specvific information, we will be in a much better position to address the problem for you. Thanks, - Steve Sax |
|
Cypherwire
|
|
| Like the previous posting, I have the same problem. The TTS Eng. will not speak each individual digit when using
<say-as interpret-as="telephone"> The TTS Engine reads the string as a numeric amount. Thanks!!! Previous posting was: -------------------------------------------- Despite 100% SSML compliance, I don't think <say-as interpret-as="telephone"> works with Rhetorical. With Speechify, it's pronounced correctly -- six one seven, etc. -- but with Rhetorical I hear "six billion ..." -------------------------------------------- |
|
MattHenry
|
|
|
Hi again, As we indicated on the first response, we'd really need to see application debug logs in order to assess the problem. My initial tests in response to childrens' posting resulted in me being unable to reproduce the problem, so this might be something specific to how both of you are using the Rhetorical engine. ~Matt |
|
SSA_MarkPMiller
|
|
| Matt,
I'm having the same problem as the other two posts. The default voice does not have a problem. It's only when I use the property element to specify another voice that the TTS engine reads digits as full numbers. The application still works properly, other than the reading of the digits. Here's the code (PHP) that does the output: // create a message that repeats what the application heard so the user can verify if correct (implicit) function create_message($pin, $phone) { $msg = "You said <say-as interpret-as='number' format='digits'>$pin</say-as> and <say-as interpret-as='number' format='digits'>$phone</say-as>. "; return $msg; } The TTS is spoken as "nine thousand, nine hundred ninety three" instead of "nine, nine, nine, three" for the pin number. The phone number also comes out that way. I used the english male and english female voices, placing the property element at the application level: <!-- SET THE DEFAULT VOICE FOR THIS APPLICATION --> <property name="nuance.core.tts.ResourceName" value="en-US.F019" /> Looking at the debug log (16e6), it is recognized as individual digits and the 'say-as' element is processed: 00803 16e6 8:00:11 PM 20:00:11.513: TEXT:[<?xml version="1.0"?> <speak> You said <say-as interpret-as="number" format="digits"> 9693 </say-as> and <say-as interpret-as="number" format="digits"> 2342343 </say-as>. Welcome back. </speak> ] Hope this helps, Mark |
|
MattHenry
|
|
|
Hi again Mark, I'm really sorry about this, and my intention isn't making anyone jump thru hoops for no reason, but we really need to see the full output from a debug log in order to assess this: http://docs.voxeo.com/voicexml/2.0/gettingsupport.htm As I indicated previously, I had attempted to recreate this problem locally, and was unsuccessful in doing so. As such, we need a very specific example of this in action in order to provide any insight into this behavior. Hope that this makes sense and everything; I'm really glad to help out if there is a problem, but I am lacking the information that I need in order to make an assessment of the situation. ~Matthew Henry |
|
SSA_MarkPMiller
|
|
| Matt,
Sent a log to support, and to your attention. Thanks, Mark |
|
MattHenry
|
|
|
Hi again Mark, Thanks again for sending the logs, this helps me wrap my head around the problem a lot better. Per my testing, there are certain Rhetorical TTS personas that don't seem to accept the <say-as interpret-as="number" format="digits"> SSML format. Checking in the Rhetorical TTS guide, I did find, and test out a valid workaround that's pretty low impact. Check the below snippet, which I think you'll find fairly easy to implement: <say-as interpret-as="digits"> 9693 </say-as> I wish I had gotten this specific data from our previous posters in this thread, we could have doubtlessly saved some developer confusion, eh? In any case, lots of folks are in your debt for helping us track this down; your efforts are very much appreciated. ~Matthew Henry |
|
SSA_MarkPMiller
|
|
| Matt,
I had been using Rhetorical voices for a while before Nuance bought them out. They had a GREAT female Scottish voice that I was using to read my kids bedtime stories. Do you have that, or other, voices available other than the basic male/female english voices? It would be very useful when changing dialogs to be able to change to different voices. Current voices found: en-US.M009 en-US.F019 Thanks, Mark |
|
MattHenry
|
|
|
Hello Mark, We do not have the Scottish TTS persona installed as part of our free developer offering, as there hasn't een too much demand for it. We can always procure some ports for you if this is a requirement for a commercial application deployment; let me know if this how you'd like to proceed. Regards, ~Matthew Henry |
| login |
|