Click or drag to resize

CallAddRemoteAddressDigit Method

For a call in the off-hook dialing state, adds a digit to the remote address being collected via a dial pad.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void AddRemoteAddressDigit(
	AddressDigit digit
)

Parameters

digit
Type: Avaya.ClientServicesAddressDigit
The digit to be appended to the remote address.
Remarks
When a match is found in the dial plan the call will automatically be initiated and event DigitCollectionCompleted will be fired. During digit collection the dial plan may indicate that dial tone should be played, this will be indicated via DigitCollectionPlayDialTone event.
See Also