07-18-2019 03:10 AM
Hello all,
I have a question. Is there a wait timer in Call studio? I have an application that attempts to get information from a rest client. The client way specify that it is still gathering data. So the proposal is to set a wait timer for 5 seconds and try again.
ICM has a simple wait timer. CVP has an outbound caller wait timer. I have not found another timer.
Could the outbound caller element work as just a wait timer when there is no outbound call?
Is there an easy method to provide a wait timer that I am missing, like an action element?
Thank you all!
07-18-2019 04:03 AM
You may explore Subdialog Invoke, below from CVP call studio guide:
The Subdialog Invoke element initiates a subdialog invocation to another VoiceXML application, and
handles passing data to and from the application. For the entire duration while a subdialog application is
handling a call, the calling application waits in a dormant state for the subdialog to return. The goal of the
Subdialog Invoke element is to allow voice applications to be invoked across multiple servers, as well as
giving temporary control of the call to a voice application (such as flat VoiceXML and JSPs) created outside Call Studio.
07-18-2019 04:05 AM
Or you can just use Connect Timeout of Webservice Element.
07-18-2019 06:01 AM
Don't the connect timeout and the read timeout settings in the REST element give you what you want?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide