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

by gmanigopal
Wed Nov 27, 2013 9:21 am
Forum: Plum DEV Q&A
Topic: Allow only Numbers
Replies: 1
Views: 6064

Allow only Numbers

Hi I have created one scratchpad to get four digits ( only numbers). The code as follows <vxml version="2.0" > <form id="frmTransferGetAmount"> <property name="termmaxdigits" value="false"/> <field name="userinput" type="digits?length=4"> <grammar type="application/x-jsgf" xml:lang="en-GB" mode="dtm...
by gmanigopal
Thu Aug 01, 2013 11:27 am
Forum: Plum DEV Q&A
Topic: Error fetching document due to socket error: 113
Replies: 1
Views: 7489

Error fetching document due to socket error: 113

Hi Currently i'm testing my IVR Application with plumvoice demo account. I deployed my application in server. while accessing that i will get following error. But it is working fine in web browser. I'm getting error through plumvoice only. ERROR ------------------------------------------------------...
by gmanigopal
Mon Jul 29, 2013 5:00 am
Forum: Plum DEV Q&A
Topic: error.badfetch.http.500
Replies: 3
Views: 16299

Re: error.badfetch.http.500

Yeah that is the problem. while i entering URL in web browser it doesn't show any error. Also I checked the log file in my server. I haven't seen any 500 in that file. Today also this error was occurred. Again i tried it is working fine. It is happening randomly. This is the first page (login.aspx) ...
by gmanigopal
Thu Jul 25, 2013 4:53 am
Forum: Plum DEV Q&A
Topic: error.badfetch.http.500
Replies: 3
Views: 16299

error.badfetch.http.500

Hi, During testing my application sometimes I'm getting error message " A serious error of type. error.badfetch.http.500". In Last log View shows 500 internal server error. it has happening in different page. Also I checked log files of my server and it was good. Let me know what is reason for this ...
by gmanigopal
Tue Jul 02, 2013 1:04 pm
Forum: Plum DEV Q&A
Topic: record the conversation between the customer and a customer
Replies: 10
Views: 18626

Re: record the conversation between the customer and a custo

Thanks a lot. It very useful to me.
by gmanigopal
Tue Jul 02, 2013 11:13 am
Forum: Plum DEV Q&A
Topic: record the conversation between the customer and a customer
Replies: 10
Views: 18626

Re: record the conversation between the customer and a custo

Hi, I have two doubt in this post. 1> Is any cache details are need to clear in plumvoice during call?. I'm getting Max Disconnect Count Exceeded and variable not defined in line error in log details. what is Max disconnect count exceeded and how to solve this? and "my_transfer" is not defined error...
by gmanigopal
Fri Jun 28, 2013 1:07 pm
Forum: Plum DEV Q&A
Topic: record the conversation between the customer and a customer
Replies: 10
Views: 18626

Re: record the conversation between the customer and a custo

Hi, If i tried without '+1' i'm getting no one answering the call message. This is my code ----------------------------------------------------------------------------------------------------------------------------------------------- <?xml version="1.0"?> <vxml version="2.0"> <form> <property name=...
by gmanigopal
Fri Jun 28, 2013 10:24 am
Forum: Plum DEV Q&A
Topic: record the conversation between the customer and a customer
Replies: 10
Views: 18626

Re: record the conversation between the customer and a custo

Hi, Sorry to again. I tried call transferring as you told {US exit code} + {country code} + {phone number}. But i unable to get call. <transfer name="mycall" dest="tel:+1011447586062438" connecttimeout="180s"/> while i'm checking log it shows as follows ----------------------------------------------...
by gmanigopal
Fri Jun 28, 2013 8:46 am
Forum: Plum DEV Q&A
Topic: record the conversation between the customer and a customer
Replies: 10
Views: 18626

Re: record the conversation between the customer and a custo

Hi, Thanks for your reply. Now i'm getting idea how to save the conversation but i'm facing problem in transferring the call. I just tried to transfer the call to particular no. In the log shows makecall failed. The following things was showed in log details Log details -----------------------------...
by gmanigopal
Thu Jun 27, 2013 11:50 am
Forum: Plum DEV Q&A
Topic: record the conversation between the customer and a customer
Replies: 10
Views: 18626

record the conversation between the customer and a customer

Hi, I am new to VoiceXML IVR development. currenlty i'm developing ivr application using asp.net. I tried some samples of record option using record tag and saved as wav file. But my criteria Is it possible to record the conversation between the customer and a customer support executive once the cal...