Click or drag to resize
CallServiceApplyDialingRulesForEC500 Method
Apply dialing rules. It is used for applying dialing rules outside of the call service (e.g ec500 calls).

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public string ApplyDialingRulesForEC500(
	string inputNumber
)

Parameters

inputNumber
Type: SystemString
Number to which dialing rules logic needs to be applied.

Return Value

Type: String
A number that can be dialed or the number as is if the number is not valid or cannot be transformed.
See Also