IPhoneLineDoNotDisturb Property |
Gets or sets the boolean value indicating whether the PhoneLine is in "Do Not Disturb" mode.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool DoNotDisturb { get; set; }
Property DoNotDisturb As Boolean
Get
Set
property bool DoNotDisturb {
bool get ();
void set (bool value);
}
abstract DoNotDisturb : bool with get, set
Property Value
Type:
BooleanRemarks
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