CallCreationInfoOffHookDialingEnabled Property |
Enables or disabled off-hook dialing for specification of the remote
address. The default is disabled.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic bool OffHookDialingEnabled { get; set; }
Property Value
Type:
Boolean
Remarks
Off-hook dialing is used to support the user experience of a
traditional desk telephone where the handset is lifted (goes
off-hook) and the user enters the digits to dial via a dial pad. In
this mode the remote address is not specified before Call.Start() is
called and digits are entered via Call.AddRemoteAddressDigit() as
the user enters them in the UI. When a match against the call
server's dial plan is found the call will be automatically
initiated.
See Also