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 8 matches

by sasa
Thu Feb 02, 2012 8:50 pm
Forum: Plum DEV Q&A
Topic: How to use say-as for numbers in UK
Replies: 7
Views: 17254

Re: How to use say-as for numbers in UK

Hi,

I found a good voice with Mille using Cepstral Swift 4.1 . We are good for now.

Thank you for help!
sasa
by sasa
Thu Feb 02, 2012 8:43 pm
Forum: Plum DEV Q&A
Topic: How to use say-as for numbers in UK
Replies: 7
Views: 17254

Re: How to use say-as for numbers in UK

Hi, I tried with comas but the voice speaks like this six coma two coma eight coma one coma two coma three coma four coma five coma six coma seven coma seven coma <say-as type="number">6,2,8,1,2,3,4,5,6,7,8,0,</say-as> It behaves the same way with <say-as type="acronym"> and <say-as type="telephone"...
by sasa
Thu Feb 02, 2012 5:19 am
Forum: Plum DEV Q&A
Topic: How to use say-as for numbers in UK
Replies: 7
Views: 17254

How to use say-as for numbers in UK

Hi, I'm having difficulties to use the say-as tag. According to documentation, alot of it does not work in UK. Does this mean as long as it is forwarded from UK number, say-as number, acrnom, telephone will never work? Is there a solution ? <say-as type="number"> 628123456770</say-as> I have IVR num...
by sasa
Fri Mar 18, 2011 2:26 am
Forum: Plum DEV Q&A
Topic: disconnect and asterix to be sent to us
Replies: 1
Views: 5434

disconnect and asterix to be sent to us

Hi, How can we get disconnect string and asterix sent to our application? currently we dnt recieve anything visible when this happens. When the user enters * infact on my application i dont see this returned. I see this in Plum's log as below and plum returned nomatch to caller immediately. Same whe...
by sasa
Mon Jan 03, 2011 11:21 pm
Forum: Plum DEV Q&A
Topic: How to have auto hangup after repeating <nomatch> 3 times?
Replies: 1
Views: 4791

How to have auto hangup after repeating <nomatch> 3 times?

Hi support, I'm trying to make the call disconnect with <nomatch count=3>$nomatch<disconnect/></nomatch> but the xml did not form(in the code but not formed to send to plum)... Can i get some advise? <vxml version = "2.0" ><property name="inputmodes" value="dtmf"/><property name="interdigittimeout" ...
by sasa
Wed Dec 29, 2010 2:44 am
Forum: Plum DEV Q&A
Topic: multiple voice/language when answering a call
Replies: 1
Views: 5092

multiple voice/language when answering a call

Hi, I'm trying to have the call answered and speak in english, then spanish then french. However it generates 500error whenever i have the 2nd <speak> tag in the xml. it didnt work like this <vxml version = "2.0" ><property name="inputmodes" value="dtmf"/><property name="interdigittimeout" value="5s...
by sasa
Tue Dec 28, 2010 10:00 pm
Forum: Plum DEV Q&A
Topic: How to have auto hangup after repeating <noinput> 3 times?
Replies: 2
Views: 5601

Re: How to have auto hangup after repeating <noinput> 3 time

oh great! thanks! exactly what i'm looking for!
by sasa
Tue Dec 28, 2010 2:07 am
Forum: Plum DEV Q&A
Topic: How to have auto hangup after repeating <noinput> 3 times?
Replies: 2
Views: 5601

How to have auto hangup after repeating <noinput> 3 times?

Hi, I am trying to make the call hang up by itself if there is no response from caller after repeating <noinput> 3 times. Have anyone able to do this yet? I've tried the timeout options but didnt seem to work, i'm sending the following xml upon answering a call. $xml = "<?xml version=\"1.0\" encodin...