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

by nevenfi
Wed Apr 16, 2008 10:08 am
Forum: Plum DEV Q&A
Topic: queuecall.php not working
Replies: 4
Views: 5290

The problem is that, on the server that hosts our aplication, DNS resolution is not available. That's why we replace the server name by the IP address. This used to work. This used to return <queuecall status="failed">Missing "login" POST variable.</queuecall>, but it now gives a 404 not found error...
by nevenfi
Fri Apr 11, 2008 4:23 am
Forum: Plum DEV Q&A
Topic: queuecall.php not working
Replies: 4
Views: 5290

queuecall.php not working

It appears the url http://212.118.226.201/webservice/queuecall.php is not working for the moment, it gives a 404 not found error!

Is this a temporary problem that will be resolved?
by nevenfi
Tue Jan 29, 2008 3:46 am
Forum: Plum DEV Q&A
Topic: language of error messages
Replies: 3
Views: 4683

This works, but now Plumvoice keeps on trying to get user input infinitely. Normally, PlumVoice stops trying after a number of attempts. How can I get the same behavior in another language?
by nevenfi
Mon Jan 28, 2008 11:26 am
Forum: Plum DEV Q&A
Topic: language of error messages
Replies: 3
Views: 4683

language of error messages

Error messages such as 'sorry, I didn't hear you', when the user doesn't repond, are always in English. Even if I globally set the language to french using: <property name="voicename" value="Isabelle"/> These message are still in English. Is it possible to change this (we need this for french and ge...
by nevenfi
Wed Jan 23, 2008 7:32 am
Forum: Plum DEV Q&A
Topic: Pronounce amount to pay
Replies: 1
Views: 3424

Pronounce amount to pay

Hi,

I'd like to have plumvoice pronounce an amount to pay. I've tried the following:

You will be asked to pay <say-as type="currency">10.00</say-as> euro.

But the amount is pronounced as 'ten point zero zero'.

How can this be improved?
by nevenfi
Tue Jan 22, 2008 5:29 am
Forum: Plum DEV Q&A
Topic: Infinite wait for answering machine beep
Replies: 1
Views: 3482

Infinite wait for answering machine beep

In our voice messages, we use the following line to make sure that, when a answering machine or voice mail answers the call, the system waits until after the beep until the message is read: <record cond="calleeType=='answeringmachine'" finalsilence="4000ms"><noinput></noinput></record> (see post htt...
by nevenfi
Tue Jan 22, 2008 5:14 am
Forum: Plum DEV Q&A
Topic: Answering Machine issue
Replies: 3
Views: 4808

The answering machine detection actually doesn't work really well. Often, the call is identified as an answering machine call while it's a normal user that answers the call. Will this be improved in the future?
by nevenfi
Tue Dec 18, 2007 4:18 am
Forum: Plum DEV Q&A
Topic: Calleetype recognition problems
Replies: 1
Views: 3335

Calleetype recognition problems

I noticed that a call is often recognized as an answering machine call, while it is actually a voice call. This happens almost every time when I answer the phone without saying anything. If I answer the call and I make some noise (or say hello), the call is correctly recognized as a voice call. This...
by nevenfi
Mon Dec 17, 2007 10:49 am
Forum: Plum DEV Q&A
Topic: Handle voice mail / answering machine
Replies: 7
Views: 14973

Ok, this appears to work. Of course, the <record ... /> tag should only be added if the phone is answered by an answering machine. That's why I've added a variable calleeType and surrounded the <record.../> tag with an if as follows: <var name="calleeType" expr="'answeringmachine'"/> <form> <if cond...
by nevenfi
Mon Dec 17, 2007 9:56 am
Forum: Plum DEV Q&A
Topic: Dates pronunciation
Replies: 1
Views: 3436

Dates pronunciation

I'm developing a service that can read messages in french, english & german. The messages contain dates. I have tried: <say-as type="date">17/12/2007</say-as> But this only works in french, in english & german it simply reads this as if the say-as tag was omitted (it literally says 17 slash 12 slash...
by nevenfi
Mon Dec 03, 2007 5:18 am
Forum: Plum DEV Q&A
Topic: Handle voice mail / answering machine
Replies: 7
Views: 14973

Handle voice mail / answering machine

If a phonecall is answered by a voice mail or answering machine, only a part of the message is delivered to the customer. This because the messages starts to be played before the recording of the voice mail starts. I would like to make sure the service waits until after the beep (start of recording ...