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

by f0028c5
Fri Jun 12, 2015 4:55 am
Forum: Plum iOn Q&A
Topic: Facing 5 to 10 mins of delay in getting the Outbound call
Replies: 1
Views: 14891

Facing 5 to 10 mins of delay in getting the Outbound call

Hi, We are using Plum-Dev for our Voice calls, and we implemented a simple voice call functionality here. Below are details what we have done. 1. we have a jsp page which contains vxml tags as follow, <vxml version="2.0"> <form> <block> <prompt> Your One Time passcode is: <%= request.getParameter("c...
by f0028c5
Wed Jun 10, 2015 12:01 pm
Forum: Plum DEV Q&A
Topic: how to access call_parameters in vxml file.
Replies: 4
Views: 11879

Re: how to access call_parameters in vxml file.

Never mind. I resolved the issue. Thanks for your support.
by f0028c5
Wed Jun 10, 2015 10:46 am
Forum: Plum DEV Q&A
Topic: how to access call_parameters in vxml file.
Replies: 4
Views: 11879

Re: how to access call_parameters in vxml file.

Hi, Thanks for the PHP code, but as this will not work in mycase. So, i created a JSP page as follow, ---->call.jsp <%@LANGUAGE="JSP"%> <?xml version="1.0" encoding="ISO-8859-1" ?> <%@ page contentType="text/html; charset=UTF-8" %> <% String otp = request.getParameter('call_parameters'); %> <vxml ve...
by f0028c5
Fri Jun 05, 2015 5:25 am
Forum: Plum DEV Q&A
Topic: How to add dynamic data to vxml?
Replies: 14
Views: 26432

Re: How to add dynamic data to vxml?

Hi,

I have one more question like, does plum voice sends us any response code or some thing when we get the voice call.

Thanks,
Srinivas. A
by f0028c5
Fri Jun 05, 2015 4:46 am
Forum: Plum DEV Q&A
Topic: How to add dynamic data to vxml?
Replies: 14
Views: 26432

Re: How to add dynamic data to vxml?

Hi, We have one more issues here. Now we are generating the vxml dynamically and placing it in public domain and we are able to get the calls. But my problem is if two users are accessing our code to generate the vxml file dynamically at the same time. For the first user we will generate one vxml an...
by f0028c5
Thu Jun 04, 2015 11:10 am
Forum: Plum DEV Q&A
Topic: how to access call_parameters in vxml file.
Replies: 4
Views: 11879

how to access call_parameters in vxml file.

Hi, Can you please clarify me below questions, 1. What is the role of "call_parameters" in voice calls? 2. Can we access the data of "call_parameters" in VXML file which is stored in plum file repository? ex: 1. I am calling the vxml file which is stored in plum file repository from JAVA as follow, ...
by f0028c5
Thu Jun 04, 2015 9:55 am
Forum: Plum DEV Q&A
Topic: How to add dynamic data to vxml?
Replies: 14
Views: 26432

Re: How to add dynamic data to vxml?

Hi, Thanks for the update. We are placing the our Vxml files in public domain, and we are able to get the calls. But now my issue is we are getting the voice call delay by 2-3 minutes. This is the code snippet we are using to make the voice calls. URL obj = new URL(myVoiceURL); HttpURLConnection con...
by f0028c5
Thu Jun 04, 2015 3:51 am
Forum: Plum DEV Q&A
Topic: How to add dynamic data to vxml?
Replies: 14
Views: 26432

Re: How to add dynamic data to vxml?

Hi, Thanks for the update. We followed the steps which you provided. Development URL is http://172.16.12.163:8080/Voice/Parent.xml As we are trying to validate the URL we are getting the message like This document is not valid VoiceXML! Empty string supplied as input As per my understanding plum voi...
by f0028c5
Wed Jun 03, 2015 10:59 am
Forum: Plum DEV Q&A
Topic: How to add dynamic data to vxml?
Replies: 14
Views: 26432

Re: How to add dynamic data to vxml?

Hi,

Thanks for the update, as per my understanding, our java code should be deployed in public IP, so that it can be accessed by plum voice.

Please let me know whether my understanding is correct or not.

Thanks,
Srinivas. A
by f0028c5
Wed Jun 03, 2015 9:53 am
Forum: Plum DEV Q&A
Topic: How to add dynamic data to vxml?
Replies: 14
Views: 26432

Re: How to add dynamic data to vxml?

Hi,

We are having the our Parent.vxml file and data.xml files in plum voice repository.

Now I am trying to update the data.xml file from our custom java code.

Can you please let me know is this possible to update the data.xml from our custom java file.

Thanks,
Srinivas. A
by f0028c5
Mon Jun 01, 2015 9:18 am
Forum: Plum DEV Q&A
Topic: How to add dynamic data to vxml?
Replies: 14
Views: 26432

Re: How to add dynamic data to vxml?

Hi, Thanks for the update. We are able to make voice calls using the <data> tag, but there is 2-3 mins delay in receiving the calls when we are using <data> tab. One more thing observed is when we are making the voice calls to 2 different numbers at the same time, we are getting only one voice call....
by f0028c5
Fri May 29, 2015 9:06 am
Forum: Plum DEV Q&A
Topic: How to add dynamic data to vxml?
Replies: 14
Views: 26432

How to add dynamic data to vxml?

Hi,

We have a requirement like, we need to add dynamic data to the vxml using java.

Vxml file is stored in File repository.

Can you please let us know how to pass dynamic data to vxml file.

Thanks,
Srinivas