Click or drag to resize

IPhoneLine Interface

Represents the usage of a SIP account.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public interface IPhoneLine : ISIPClient, 
	ISIPClientConfigurable

The IPhoneLine type exposes the following members.

Properties
 NameDescription
Public propertyAutoAnswer Gets or sets a boolean value indicating whether the incoming calls on this line will be answered automatically.
Public propertyConfig Gets the configuration for the SIP client.
(Inherited from ISIPClientConfigurable)
Public propertyCustomProperties Gets a collection that can be used for storing custom values for the SIP client.
(Inherited from ISIPClient)
Public propertyDoNotDisturb Gets or sets the boolean value indicating whether the PhoneLine is in "Do Not Disturb" mode.
Public propertyInstantMessaging Gets an interface for sending and receiving MESSAGE requests and responses.
Public propertyPhoneCalls Gets the active phone calls on the line.
Public propertyRegistrationInfo Gets information about the registration process.
(Inherited from ISIPClient)
Public propertyRegState Gets the state of the SIP client.
(Inherited from ISIPClient)
Public propertySIPAccount Gets the associated SIP account.
(Inherited from ISIPClient)
Public propertySourceIdentifier Gets or sets an object that can be used to identify a SIP message sent to the client.
(Inherited from ISIPClient)
Public propertySubscription Gets the manager that can handle SIP subscriptions (SUBSCRIBE).
(Inherited from ISIPClient)
Top
Methods
 NameDescription
Public methodDispose Releases any resources used by the line.
Top
Events
 NameDescription
Public eventLocalEndPointChanged Occurs when the local address or port has changed.
Public eventRegistrationStateChanged Occurs when the registration state of the SIP client has changed.
(Inherited from ISIPClient)
Top
Remarks
In SIP communication the call is made through a session. The phone line in a VoIP communication is an end-point that can be seen and reached by others. Technically the phone line is a SIP account that is used in the SIP Registrar server. After the login the SIP Registrat Server stores the communication address you have set and the other registered clients can call you.
See Also