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 phani2223
Fri Sep 09, 2011 12:54 pm
Forum: Plum DEV Q&A
Topic: Error Parsing Vxml-Servlet
Replies: 21
Views: 45912

Re: Error Parsing Vxml-Servlet

Hi,

Thanks, For the Support and valuable suggestions.

Phani.
by phani2223
Fri Sep 09, 2011 11:45 am
Forum: Plum DEV Q&A
Topic: Error Parsing Vxml-Servlet
Replies: 21
Views: 45912

Re: Error Parsing Vxml-Servlet

Hi, When i try to connect servlet page through the expr I am able to connect and my java log shown log are written to the file. But plum shown following error in logs line 1, column 1 - The main XML document cannot be empty DocumentParser::FetchDocument - Parse error in file "http://209.190.17.2/kno...
by phani2223
Thu Sep 08, 2011 2:25 pm
Forum: Plum DEV Q&A
Topic: Error Parsing Vxml-Servlet
Replies: 21
Views: 45912

Re: Error Parsing Vxml-Servlet

Hi,

What i meat was how to assign the value of Recorded audio content to a session value...
For ex..
I had a recorded audio in "feedback" how to assign this to session value "121223;444;43434.wav" to make unique value...

Please help,

Thanks,
Phani.
by phani2223
Thu Sep 08, 2011 11:15 am
Forum: Plum DEV Q&A
Topic: Error Parsing Vxml-Servlet
Replies: 21
Views: 45912

Re: Error Parsing Vxml-Servlet

HI,

How can we assign file name similar to [object __SBjsiContent] when accessing far end...

Please Help.

Thanks,
Phani.
by phani2223
Wed Sep 07, 2011 7:46 pm
Forum: Plum DEV Q&A
Topic: Error Parsing Vxml-Servlet
Replies: 21
Views: 45912

Re: Error Parsing Vxml-Servlet

Hi,

I am getting lots of SPAM messages in reply..I thought i am getting suggestions from support...

Phani.
by phani2223
Wed Sep 07, 2011 3:26 pm
Forum: Plum DEV Q&A
Topic: Error Parsing Vxml-Servlet
Replies: 21
Views: 45912

Re: Error Parsing Vxml-Servlet

Hi,

Could you help me out how can i send audio file object through expr URL...
Becuase in this notation i can see the sessionID passing but not feedback(audio content)..

Thanks,
Phani.
by phani2223
Wed Sep 07, 2011 12:03 pm
Forum: Plum DEV Q&A
Topic: Error Parsing Vxml-Servlet
Replies: 21
Views: 45912

Re: Error Parsing Vxml-Servlet

Hi, I used to get this error in plum log when try to call servlet as below Servlet call.... <var name="clientUrl1" expr="'http://knowtate.servehttp.com/knowtate/servlet/RecordComment?feedback=' + feedback + '&sessionId=' + session.id "/> <goto expr='clientUrl1'/> Here i am able to see sessionId send...
by phani2223
Wed Sep 07, 2011 11:54 am
Forum: Plum DEV Q&A
Topic: Error Parsing Vxml-Servlet
Replies: 21
Views: 45912

Re: Error Parsing Vxml-Servlet

Hi,

Thanks for suggestions..

When attempting to access the recording on the far-end, you will only have a filename similar to:
Code: Select all
[object __SBjsiContent]


I didnot understand please explain with example..

Thanks,
Phani.
by phani2223
Wed Sep 07, 2011 10:27 am
Forum: Plum DEV Q&A
Topic: Error Parsing Vxml-Servlet
Replies: 21
Views: 45912

Re: Error Parsing Vxml-Servlet

Hi,

Thanks, for your suggestions...

How can i concatenate session id to feedback(recording)value and send through submit as single argument in name list...

Please help,

Thanks,
Phani.
by phani2223
Tue Sep 06, 2011 10:59 pm
Forum: Plum DEV Q&A
Topic: Error Parsing Vxml-Servlet
Replies: 21
Views: 45912

Re: Error Parsing Vxml-Servlet

Hi,

I didn't understand your reply... I am sorry.

Please reply for the request..

Phani...
by phani2223
Tue Sep 06, 2011 4:41 pm
Forum: Plum DEV Q&A
Topic: Error Parsing Vxml-Servlet
Replies: 21
Views: 45912

Re: Error Parsing Vxml-Servlet

Hi,

I am sorry that is not my issue..

My issue is i cannot send sessionId and feedback(recording) to some servlet...

And my last post is different way to request the servlet... and i have posted the plum log error in that.

Please help in that regard.

Phani.
by phani2223
Tue Sep 06, 2011 3:09 pm
Forum: Plum DEV Q&A
Topic: Error Parsing Vxml-Servlet
Replies: 21
Views: 45912

Re: Error Parsing Vxml-Servlet

Hi, I am sorry the example you have given not help us.. Becuase we are using java-servlets.. So PHP is again new technology.. As i posted my vxml page call to servlete RecordComment is receiving recording comment(feedback) but not sessionId.It shown as nulll. I tried several options to send by URL a...
by phani2223
Tue Sep 06, 2011 10:40 am
Forum: Plum DEV Q&A
Topic: Error Parsing Vxml-Servlet
Replies: 21
Views: 45912

Error Parsing Vxml-Servlet

Hi, When i submit like below.. The RecordComment is receiving Null value in sessionId.. Please help. Because i want to save this recording as sessionId.wav.... <?xml version="1.0" encoding="UTF-8" ?> <vxml version="2.1"> <var name="sessionId" expr="''"/> <var name="vComment" expr=""/> <property name...