Feedback

  • Contents
 

Synchronous Answer

This Telephony tool establishes a connection with an incoming call. It differs from the Answer tool in that the GetCall command issued to the TS server is done synchronously, allowing the call to be transferred to a different system if the first answering system lacks the resources to perform IVR.

Inputs

Call Identifier

The unique identifier for the incoming call.

Exit Paths

Success

This path is taken if the call is answered.

Failure

This path is taken if the operation fails. This will happen if the Call ID is invalid.

Disconnect

This path is taken if the call is disconnected before the operation is complete.

Resources Unavailable

This path is taken if the system does not have enough resources available to handle the call.