SendUserInput

Metreos.CallControl.SendUserInput

Summary

Sends the specified digits to a call leg.

Usage

SendUserInput will simulate the occurrence of digits on a call leg, specific to the underlying call control protocol.

As an example, SendUserInput would allow one to dial into a voicemail system with an application and input digits to traverse a touch-tone menu as a user would.

Remarks

The Call Control API makes every effort to abstract the complexities of the underlying telephony protocol; however, one should consult the Call Control Feature Matrix to understand what Call Control actions and action parameters are valid for each of the four supported protocols. One can set installation and deployment guidelines based on the Call Control actions and action parameters that an application uses; the Call Control Feature Matrix makes developing such guidelines feasible.

Action Parameters
Parameter Name.NET TypeDefaultDescription
CallId *System.StringThe CallId of the call leg to send digits on.
Digits *System.StringThe digit(s) to send.
TimeoutSystem.Int32The Timeout property specifies to the Application Runtime Environment how long to wait for a response from the provider for the current action. The ReturnValue returned in this case is 'Timeout'. The value must be a literal value in milliseconds.

No Result Data

Branch Conditions 

Success

No description.

Failure

No description.

Timeout

No description.