We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Search found 46 matches

by w2gi
Tue Mar 11, 2014 3:38 pm
Forum: Plum DEV Q&A
Topic: Speech Rec Optimization?
Replies: 1
Views: 6308

Speech Rec Optimization?

I understand the plum dev console has something called "VoiceTrends" for streamlining of call flows. Specifically I need to gain access to "Speech Rec Optimization—Logs speech recognition attempts and identifies spots that need grammar improvements." How can I view this? I've already read and enable...
by w2gi
Tue Nov 26, 2013 11:59 am
Forum: Plum DEV Q&A
Topic: Canadian Postal Code / Alpha-Numeric entry
Replies: 5
Views: 17520

Re: Canadian Postal Code / Alpha-Numeric entry

Thanks for your response. Few months ago we worked on Spanish based voice input and you helped us with your answers for our questions. Similarly, now we have to get the Canadian Postal Codes in French voice/speech input. Will the <grammar ...> tag accept this input. I could not find an example in th...
by w2gi
Mon Nov 25, 2013 10:20 am
Forum: Plum DEV Q&A
Topic: Canadian Postal Code / Alpha-Numeric entry
Replies: 5
Views: 17520

Re: Canadian Postal Code / Alpha-Numeric entry

Hope there is a possibility with the voice input. The voice input of numbers and letters should be recognizable, right?

Any sample VXMLs for Canadian Postal Code voice/speech based input would be helpful.

Thanks,
Mani
by w2gi
Thu Nov 21, 2013 4:09 pm
Forum: Plum DEV Q&A
Topic: Canadian Postal Code / Alpha-Numeric entry
Replies: 5
Views: 17520

Canadian Postal Code / Alpha-Numeric entry

Hi,

We are trying to figure out how we can implement the Canadian Postal Code as input entry in the phone. On a mobile phone or any phone, how can we enter alpha-numeric Canadian Postal Code? Can you provide any sample VXML which does that?

FYI, we are not looking for speech input.

Thanks,
Mani
by w2gi
Wed Sep 18, 2013 12:54 pm
Forum: Plum DEV Q&A
Topic: Spanish IVR equivalent
Replies: 8
Views: 15705

Re: Spanish IVR equivalent

Thanks again for your help. If you check the test number "617-712-3999 x1892" again, I have removed all other VXMl tags and left only the getZipCodeSpanish form for easy testing. If you check this VXML, I am trying to get the Spanish zipcode and repeating it with <say-as type="acronym"><value expr="...
by w2gi
Tue Sep 17, 2013 11:16 pm
Forum: Plum DEV Q&A
Topic: Spanish IVR equivalent
Replies: 8
Views: 15705

Re: Spanish IVR equivalent

Thanks for your response. Can you please verify the VXML configured on the number "617-712-3999 x 1892"? It is in scratchpad. The Spanish part starts from the comment "Spanish INTRO" in the VXML. Please search for this comment and let me know the problems with the <form id="getZipCodeSpanish"> part....
by w2gi
Tue Sep 17, 2013 1:17 pm
Forum: Plum DEV Q&A
Topic: Spanish IVR equivalent
Replies: 8
Views: 15705

Re: Spanish IVR equivalent

Hi, Per your response, I tried the following: <form id="getZipCodeSpanish"> <field name="chosen"> <grammar type="application/x-jsgf" xml:lang="es-MX" mode="voice"> ( 1 | 2 )+ </grammar> <prompt bargein="false"> <audio src="..."></audio> </prompt> <filled> <assign name="address" expr="chosen" /> <pro...
by w2gi
Wed Sep 04, 2013 12:08 pm
Forum: Plum DEV Q&A
Topic: Spanish IVR equivalent
Replies: 8
Views: 15705

Spanish IVR equivalent

Hi, We need the Spanish voice input grammar equivalent for the following English grammar tags: <grammar type="application/x-jsgf" mode="voice"> ( one | two )+ </grammar> --------------------------------------------- <field name="chosen" type="uscitystate"> <prompt bargein="false"> Please tell your c...
by w2gi
Wed Aug 21, 2013 11:45 am
Forum: Plum DEV Q&A
Topic: Spanish IVR error
Replies: 3
Views: 7966

Re: Spanish IVR error

The VXML code which causes the error is ============================================================ <field name="chosen"> <grammar type="application/x-jsgf" mode="voice" xml:lang="es-MX"> Sucursal Compartida|cajero automático </grammar> ... <field name="chosen"> <grammar type="application/x-js...
by w2gi
Wed Aug 21, 2013 10:13 am
Forum: Plum DEV Q&A
Topic: Spanish IVR error
Replies: 3
Views: 7966

Spanish IVR error

Hi, Can you please verify the log for the number 617-712-3999 x1892? We have errors like this <?xml version='1.0'?><speak>error.grammar.inlined</speak> Actually, we are trying to implement Spanish IVR. If you can check the VXML and let us know if something is missing that would be really helpful. Th...
by w2gi
Wed Jun 19, 2013 1:14 pm
Forum: Plum DEV Q&A
Topic: <say-as type="address"> reads Prix as P R I X
Replies: 1
Views: 7624

<say-as type="address"> reads Prix as P R I X

Hi, We are using <say-as type="address"> ... </say-as> tags to repeat what we said for the address prompt, as a confirmation. When we say "5405 Grand Prix Court, Fontana, CA 92336"or "324 Grand Prix Avenue, Manteca, CA", the <say-as type="address"> repeats the address with the word Prix as separate ...
by w2gi
Fri May 17, 2013 4:01 pm
Forum: Plum DEV Q&A
Topic: How to check if a variable is undefined?
Replies: 2
Views: 6462

Re: How to check if a variable is undefined?

Thank you
by w2gi
Fri May 17, 2013 11:35 am
Forum: Plum DEV Q&A
Topic: How to check if a variable is undefined?
Replies: 2
Views: 6462

How to check if a variable is undefined?

Hi, In the following vxml, I am trying to find out if chosen.StreetPreDirectional variable has some value in it, before assigning. <if cond="chosen.StreetPreDirectional || chosen.StreetPreDirectional != undefined || chosen.StreetPreDirectional != 'undefined' || chosen.StreetPreDirectional != ''"> <a...
by w2gi
Thu Jan 24, 2013 11:58 am
Forum: Plum DEV Q&A
Topic: Call transfer disconnecting
Replies: 5
Views: 11086

Re: Call transfer disconnecting

It was our understanding that we could not port a local phone number into Plum Voice. I'm happy to hear that this is possible. Can it be any local phone number throughout the US or does it need to be a local Boston number?

Best regards,

Jon
by w2gi
Wed Jan 23, 2013 9:41 am
Forum: Plum DEV Q&A
Topic: Call transfer disconnecting
Replies: 5
Views: 11086

Re: Call transfer disconnecting

Thanks for the update. How would I do a transfer to a local number and then subsequent transfer to the 800 number?

Best regards,

Jon