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

by shanthint@paydq.com
Mon Jun 04, 2007 3:07 pm
Forum: Plum DEV Q&A
Topic: Error Fetching document file
Replies: 7
Views: 8740

Hello,

Yes, you are right. I am using scratch pad file only.
It was working in the plum voice developer's site.
So I thought it will work on our server too. I will use the URL instead of using just the file name.

I will let you guys know if it is not working.

Thank you for help.
by shanthint@paydq.com
Mon Jun 04, 2007 3:00 pm
Forum: Plum DEV Q&A
Topic: Inline Grammar Error
Replies: 3
Views: 5741

Inline Grammar Error

Hello, I am having a problem with inline grammar. here is the code. The array and all variables are declared and assigned properly. <form id="main"> <var name="count" expr="1"/> <grammar type="text/gsl"> [one two three four five six seven eight nine zero] </grammar> <grammar type="text/gsl"> [dtmf-1...
by shanthint@paydq.com
Mon Jun 04, 2007 2:14 pm
Forum: Plum DEV Q&A
Topic: Error Fetching document file
Replies: 7
Views: 8740

Hello, I am having a problem with inline grammar. here is the code. The array and all variables are declared and assigned properly. <form id="main"> <var name="count" expr="1"/> <grammar type="text/gsl"> [one two three four five six seven eight nine zero] </grammar> <grammar type="text/gsl"> [dtmf-1...
by shanthint@paydq.com
Mon Jun 04, 2007 1:55 pm
Forum: Plum DEV Q&A
Topic: Error Fetching document file
Replies: 7
Views: 8740

Hello, I am sorry for not providing enough information. here is the code. The <goto> is not working. <form id="getMenu"> <subdialog name="companyInfo" src="https://webapps2.paydq.com/IVRApp/PresentationAction.do" method="post" namelist="phoneno" > <filled> <if cond="companyInfo.status =='1'"> <assig...
by shanthint@paydq.com
Mon Jun 04, 2007 8:45 am
Forum: Plum DEV Q&A
Topic: Error Fetching document file
Replies: 7
Views: 8740

Error Fetching document file

Hello, We installed plum voice IVR Server at our office. The application we developed using plum voice developer's site is not working properly in our server. It throws the Fetch document error When it tries to open vxml file through <goto> tag. Do I need to use the whole path to vxml file? Here is ...
by shanthint@paydq.com
Fri Apr 20, 2007 8:29 am
Forum: Plum DEV Q&A
Topic: Dynamic Menu
Replies: 10
Views: 12387

Hello,

I am wondering that is it possible to get both dtmf and voice using the foreach array dynamic menu that we were talking before.?
Now the dynamic menu is working only for dtmf.but not for voice response.

Thank you.
by shanthint@paydq.com
Tue Apr 17, 2007 3:27 pm
Forum: Plum DEV Q&A
Topic: Record tag question
Replies: 12
Views: 20012

Thank You guys.
It is working now.
by shanthint@paydq.com
Tue Apr 17, 2007 3:00 pm
Forum: Plum DEV Q&A
Topic: Record tag question
Replies: 12
Views: 20012

Hello,

If I can not set up the type here, Can I somehow convert the basic audio file to wav? and also how should I save that file in server side I mean with what extension?
Any help is appreciated.

Thank you.
by shanthint@paydq.com
Tue Apr 17, 2007 2:02 pm
Forum: Plum DEV Q&A
Topic: Record tag question
Replies: 12
Views: 20012

I know that I can set up the type in record tag.
But here I am trying to record whole page like whole conversation using <property name="recordcall" value="true" />. I am not even using record tag here.
Is that possible to set up the type in this case??

Thank you,
by shanthint@paydq.com
Tue Apr 17, 2007 1:24 pm
Forum: Plum DEV Q&A
Topic: Record tag question
Replies: 12
Views: 20012

Hello, Now I can save the wav file at server side. But I can not play it. I tried ti convert it using sox. It says Couldn't find RIFF header. I think the recordcall is storing the audio as basic type. Is that Correct? If so, how can I set up type as audio/x-wav in the property tag? Thank you.
by shanthint@paydq.com
Mon Apr 16, 2007 1:45 pm
Forum: Plum DEV Q&A
Topic: Record tag question
Replies: 12
Views: 20012

<?xml version="1.0"?> <vxml version="2.0"> <property name="recordcall" value="true"/> <form> <field name="field1" type="digits"> <prompt>Please say some digits</prompt> <filled> <value expr="callrecording"/> </filled> </field> </form> </vxml> This code is not working either. Is there any other way t...
by shanthint@paydq.com
Mon Apr 16, 2007 12:09 pm
Forum: Plum DEV Q&A
Topic: Record tag question
Replies: 12
Views: 20012

I tried the same code. But it gives me this error. VXI::var_element(name="recording" expr = "session.callrecording") received event: error.semantic . It seems like it is not getting the session variable.Is that correct? And also in the programmers' mannual, There are only three session variables set...
by shanthint@paydq.com
Mon Apr 16, 2007 11:05 am
Forum: Plum DEV Q&A
Topic: Record tag question
Replies: 12
Views: 20012

Thank you very much. This is exactly what we need.
But in the previous emails regarding the record tags I saw that
plum voice does not support the feature to record the entire call. That's why I was not using record call property. I hope this will work now.

Thank you.
by shanthint@paydq.com
Fri Apr 13, 2007 3:34 pm
Forum: Plum DEV Q&A
Topic: Record tag question
Replies: 12
Views: 20012

Record tag question

Hello,

I am trying to record a part of conversation between the user and system.
I know i can record user response using record tag.
But is it possible to record the question and also the response.??


Thank you.
by shanthint@paydq.com
Thu Apr 12, 2007 3:55 pm
Forum: Plum DEV Q&A
Topic: SAY AS Currency not working
Replies: 6
Views: 7388

Yes, that helps.

Thank you very much.