Click or drag to resize
IPhoneLineDoNotDisturb Property
Gets or sets the boolean value indicating whether the PhoneLine is in "Do Not Disturb" mode.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
bool DoNotDisturb { get; set; }

Property Value

Type: Boolean
Remarks
If the value is true, the softphone will reject all incoming calls on this line. If the value is false the calls will be in Ringing state until the user accepts or rejects them.
See Also