IPhoneLineAutoAnswer Property |
Gets or sets a boolean value indicating whether the incoming calls on this line will be answered automatically.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool AutoAnswer { get; set; }
Property AutoAnswer As Boolean
Get
Set
property bool AutoAnswer {
bool get ();
void set (bool value);
}
abstract AutoAnswer : bool with get, set
Property Value
Type:
BooleanRemarks
If this property is true the softphone will automatically accept all incoming calls in this line.
If the value is false the calls will be in Ringing state until the user accepts or rejects them.
See Also