Feedback

  • Contents
 

Wait For Disconnect

This Telephony tool causes the handler to pause until the specified call disconnects.

Inputs

Call Identifier

The unique identifier for the call.

Timeout

The number of seconds the tool will wait for the specified call to disconnect. A value of -1 gives this tool an infinite timeout period. A value of zero is also valid and will cause the tool to return immediately. A value of zero would be used if you don't need the handler to wait, but simply want to see if the call is in a disconnected state.

Exit Paths

Success

This path is taken if the specified call disconnects within the specified time period.

Timeout

This path is taken if the specified call does not disconnect within the specified time period.

Failure

This path is taken if the operation fails.