Click or drag to resize
IPhoneLineAutoAnswer Property
Gets or sets a boolean value indicating whether the incoming calls on this line will be answered automatically.

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

Property Value

Type: Boolean
Remarks
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