Author Message
JaydeepH
Joined: Feb 24, 2017
Messages: 41
Offline
Dear Team,

We have AEP 7.2.x and AOD 7.2.x and our requirement within AOD application is to have a 5 minutes wait (dead silence) before it proceeds to the next node.

An easiest way to achieve this is to play a blank silent prompt for 5 minutes and then move on to the next node.

Question - is there any other way to achieve a 5 minutes wait period within our AOD application? - Remember the control will remain within the AOD application with the same session ID and the same AEP port to be used for such a long duration of the call.

Appreciate any inputs,

Thanks for your support.

Warm regards,
Jaydeep Hatekar
massimo__croci
Joined: Jan 31, 2020
Messages: 518
Offline
Hi.

- You can use the Servlet node and put there your own Java code to do nothing for 5 mins.

a) Servelet node in the AOD: Take a look at

https://www.devconnectprogram.com/fileMedia/download/d1e60358-b1d5-4e39-9236-ad1b699a59b9

on page 666.


b) Java code: There are many examples on the web, for instance

https://javahungry.blogspot.com/2020/10/java-delay.html

Feel free to use what you prefer.



- VXML Servlet node: On the page 673 of the above doc, there is also a VXML Servlet node but I don't know any VXML code for stopping the execution and restart after a specified time.



- Another way it could be to use a Sub-Dialog doing something for 5 mins then come back to the main app.
arunkumarramachandran2
Joined: May 30, 2013
Messages: 16
Offline
yes , possible.

Need to configure the required VB timeout like 120 seconds in EPM configurations and in AOD application , can play a music for 2 mins with 3 rounds.
Go to:   
Mobile view