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

by czhang
Wed Apr 20, 2005 11:12 am
Forum: Plum iOn Q&A
Topic: only one call been transfered
Replies: 3
Views: 8358

I'm using bridge transfer. I've already tested using multiple phones on PBX calling customer service queue at the same time, an they all can be put into that queue. But if we have mutiple caller transferred to that queue number from IVR at the same time, only one is either put through or on hold, an...
by czhang
Fri Apr 08, 2005 10:01 am
Forum: Plum iOn Q&A
Topic: only one call been transfered
Replies: 3
Views: 8358

only one call been transfered

We are testing IVR under production environment right now. When we had multiple callers try to connect customer service number through IVR at the same time, only one can be put through, and all others got network busy message but not been put into waiting queue as we expected. Do you know what might...
by czhang
Thu Dec 30, 2004 2:20 pm
Forum: Plum DEV Q&A
Topic: voice sensitivity
Replies: 1
Views: 4481

voice sensitivity

I tried to use voice recognition, but a little noise, even from dropping a pen, can be recognized and disturb the prompt, I tried to adjust the sensitivity property, but it doesn’t work as expected. would you please let me know how to fix this problem? Thank you very much.
by czhang
Tue Nov 09, 2004 12:16 pm
Forum: Plum DEV Q&A
Topic: got error for vxml pages from remote server
Replies: 1
Views: 4351

got error for vxml pages from remote server

I just deployed my project to a remote server, and changed the application url from my local address to remote address in plum voice portal. I can see those vxml pages in browser using remote addresses, but I heard error on the phone. Do you guys know the possible reasons? Thanks
by czhang
Mon Sep 13, 2004 1:02 pm
Forum: Plum DEV Q&A
Topic: outbound call
Replies: 5
Views: 9279

I think it's an onsite solution
by czhang
Mon Sep 13, 2004 12:32 pm
Forum: Plum DEV Q&A
Topic: outbound call
Replies: 5
Views: 9279

still doesn't work

I kept getting 'noanswer' error when I use the code below, do you know what possible reasons may cause the problem? :?: for value of 'dest', 9 is for outbound call, and rest of them is a phone number <form id="custSvc"> <transfer name="cust" dest="917131111111" connecttimeout="10s"> <filled> <if con...
by czhang
Mon Sep 13, 2004 12:11 pm
Forum: Plum DEV Q&A
Topic: Call transfer
Replies: 3
Views: 6683

Can not open the page

by czhang
Fri Sep 10, 2004 1:36 pm
Forum: Plum DEV Q&A
Topic: what if a field allows multiple lengths of digits?
Replies: 3
Views: 7041

but my problem is that the number has to be 9 digits OR 11 digits long, not from 9 digits TO 11 digits.
I'm now handling it using <if> and it works find, I just wonder if there's a more effecient way to use grammar to handle it. Thanks
by czhang
Fri Sep 10, 2004 11:09 am
Forum: Plum DEV Q&A
Topic: outbound call
Replies: 5
Views: 9279

outbound call

if I need to dial 9 first for an outbound call, how should I write the value of 'dest' for <transfer>? Or is there any other way to do this? Thanks.
Carol
by czhang
Wed Sep 08, 2004 4:52 pm
Forum: Plum DEV Q&A
Topic: Call transfer
Replies: 3
Views: 6683

Call transfer

I found
"We will implement call transfer in section 6.2."
in http://192.168.10.225/docs/Plum_VoiceXM ... orial.html
but I can't find this section in the tutorial . :oops: Would you pls tell me where to look at it?Thanks.
Carol
by czhang
Wed Sep 08, 2004 1:12 pm
Forum: Plum DEV Q&A
Topic: what if a field allows multiple lengths of digits?
Replies: 3
Views: 7041

what if a field allows multiple lengths of digits?

I'm working on a field that allows 9 digits or 11 digits,
Below is the code I tried but didn't work.

<field name="sth" type="digits">
<grammar type="application/x-regexp">{9}|{11}</grammar>

Thanks.
by czhang
Fri Aug 27, 2004 8:53 am
Forum: Plum DEV Q&A
Topic: how to use <choice> to choose #
Replies: 2
Views: 5480

I did use it within menu, but it still didn't work. Maybe I should just switch to use <grammar>#|....
by czhang
Thu Aug 26, 2004 4:50 pm
Forum: Plum DEV Q&A
Topic: how to use <choice> to choose #
Replies: 2
Views: 5480

how to use <choice> to choose #

I tried to use <choice dtmf="#"> and got error, anyone knows how to do it? thanks.