Hi,
I was curious can we play MP3's over the Plum Voice IVR?
Thanks!
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 18 matches
- Thu May 09, 2013 12:05 pm
- Forum: Plum DEV Q&A
- Topic: MP3s?
- Replies: 1
- Views: 8089
- Thu Jul 26, 2012 10:47 am
- Forum: Plum DEV Q&A
- Topic: Takes any answer?
- Replies: 3
- Views: 8858
Re: Takes any answer?
Ah ok I see. I was thinking that I had to make my grammar of a specific type. But I guess it doesnt matter it is smart enough to take input as digits. But lets say I had a custom grammar and I wanted them to say "Eight thousand two hundred and ten" versus "Eight" "Two" "One" "Zero" ? And thanks so m...
- Tue Jul 24, 2012 7:54 pm
- Forum: Plum DEV Q&A
- Topic: Takes any answer?
- Replies: 3
- Views: 8858
Takes any answer?
Hi, I am trying to set up a simple pin number authentication. And I have the following code <vxml version="2.0"> <form id="getpin"> <field name="pinnumber" type="digits"> <grammar type="application/x-jsgf" mode="voice"> 8210 </grammar> <prompt> Please say your login code. </prompt> <filled> <assign ...
- Mon Jul 16, 2012 3:25 pm
- Forum: Plum DEV Q&A
- Topic: Default Voice for AT&T Natural Voices 1.4?
- Replies: 2
- Views: 7824
Re: Default Voice for AT&T Natural Voices 1.4?
Works great thank you!
- Mon Jul 16, 2012 3:19 pm
- Forum: Plum DEV Q&A
- Topic: Spell a word
- Replies: 19
- Views: 44444
Re: Spell a word
Hi, Okay the issue was I was missing the inner prompt <filled> You spelled example correctly. </filled> And that was causing it to never understand what I was saying unless it was correct. One last question it is not possible to capture the incorrect spelling correct? i.e. if I spell example as "exa...
- Mon Jul 16, 2012 11:45 am
- Forum: Plum DEV Q&A
- Topic: Default Voice for AT&T Natural Voices 1.4?
- Replies: 2
- Views: 7824
Default Voice for AT&T Natural Voices 1.4?
Hi, Which voice is the default voice for the demo site? It is a female voice. And if I want to try different voices using the following code <?xml version="1.0"?> <vxml version="2.0"> <form> <block> <prompt> Hi </prompt> <assign name="CallerID" expr="session.telephone.ani"/> <submit next="./jsp/comm...
- Mon Jul 16, 2012 11:40 am
- Forum: Plum DEV Q&A
- Topic: Spell a word
- Replies: 19
- Views: 44444
Re: Spell a word
Is there anyway to capture the event of it being spelled incorrectly?
Thus if the spell it wrong give a message
"You have spelled it wrong"
Thanks!
Thus if the spell it wrong give a message
"You have spelled it wrong"
Thanks!
- Fri Jul 13, 2012 4:25 pm
- Forum: Plum DEV Q&A
- Topic: Spell a word
- Replies: 19
- Views: 44444
Re: Spell a word
Hi,
Okay so if I spell example incorrectly it just keeps saying
"Sorry I didn't understand you"
Thanks
Mike
Okay so if I spell example incorrectly it just keeps saying
"Sorry I didn't understand you"
Thanks
Mike
- Fri Jul 13, 2012 4:21 pm
- Forum: Plum DEV Q&A
- Topic: Spell a word
- Replies: 19
- Views: 44444
Re: Spell a word
Perfect! Thanks so much for all of your help!
- Fri Jul 13, 2012 1:24 pm
- Forum: Plum DEV Q&A
- Topic: Spell a word
- Replies: 19
- Views: 44444
Re: Spell a word
Hi, One last question you don't mind. I am trying to give a prompt if they spell the word incorrectly. So I have been trying <vxml version="2.0"> <form> <field name="word" type="alphanum"> <property name="sensitivity" value="0.2"/> <property name="confidencelevel" value="0.75"/> <grammar src="spelli...
- Thu Jul 12, 2012 10:32 pm
- Forum: Plum DEV Q&A
- Topic: Spell a word
- Replies: 19
- Views: 44444
Re: Spell a word
Hi,
Sorry I finally realized what was wrong. I am using Tomcat and JSPs to serve up my vxml.
So I switched the php page to a JSP and everything is great.
Thanks so much for your help and sorry for the confusion
Mike
Sorry I finally realized what was wrong. I am using Tomcat and JSPs to serve up my vxml.
So I switched the php page to a JSP and everything is great.
Thanks so much for your help and sorry for the confusion
Mike
- Wed Jul 11, 2012 7:02 pm
- Forum: Plum DEV Q&A
- Topic: Spell a word
- Replies: 19
- Views: 44444
Re: Spell a word
Hi, I am still getting the same error when I try this... ed 11 Jul 2012 07:59:59.0454 PM EDT (000001;043;1342050844) [vxi] EVENT: DocumentParser::FetchDocument(http://ec2-user@174.129.240.84:8999/spell.vxml) Wed 11 Jul 2012 07:59:59.0454 PM EDT (000001;043;1342050844) [vxi] EVENT: Cache Hit: http://...
- Wed Jul 11, 2012 7:32 am
- Forum: Plum DEV Q&A
- Topic: Spell a word
- Replies: 19
- Views: 44444
Re: Spell a word
thanks I will try this out
- Sun Jul 08, 2012 7:22 pm
- Forum: Plum DEV Q&A
- Topic: Spell a word
- Replies: 19
- Views: 44444
Re: Spell a word
Hi, I have tried exactly what you have suggested and am getting the following Sun 08 Jul 2012 08:20:24.0687 PM EDT (000001;024;1341791797) [inet] EVENT: Attempting to fetch http://us.popproxy.plumgroup.com/plumvp/demo.php Sun 08 Jul 2012 08:20:24.0716 PM EDT (000001;024;1341791797) [vxi] EVENT: Docu...
- Sat Jul 07, 2012 6:26 pm
- Forum: Plum DEV Q&A
- Topic: Spell a word
- Replies: 19
- Views: 44444
Re: Spell a word
Awesome thanks so much!