Facing 5 to 10 mins of delay in getting the Outbound call
Posted: Fri Jun 12, 2015 4:55 am
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("call_parameters")%>
</prompt>
</block>
</form>
</vxml>
2. We are calling this jsp from java code as start_url.
When we call the "queuecall.php" from java, we are getting the response xml immediately. But, its taking 5-10 mins to get the call and because of what OTP is expiring and the functionality is not working.
1. I have gone through the forum and found that this is because of Queue your placing the calls in. So, is there any way we can resolve it?. Like if we can get the exact time of call when it is going to come then we can update our code accordingly.
2. or, is this because of JSP?
3. or, Is this because of network issues?
As this is a high priority issue we are going with, we are expecting a early reply.
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("call_parameters")%>
</prompt>
</block>
</form>
</vxml>
2. We are calling this jsp from java code as start_url.
When we call the "queuecall.php" from java, we are getting the response xml immediately. But, its taking 5-10 mins to get the call and because of what OTP is expiring and the functionality is not working.
1. I have gone through the forum and found that this is because of Queue your placing the calls in. So, is there any way we can resolve it?. Like if we can get the exact time of call when it is going to come then we can update our code accordingly.
2. or, is this because of JSP?
3. or, Is this because of network issues?
As this is a high priority issue we are going with, we are expecting a early reply.