Click or drag to resize
PhoneLineConfiguration Class
Defines configration options for a SIP phone line.
Inheritance Hierarchy

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class PhoneLineConfiguration : ISIPClientConfiguration, 
	ISIPConfiguration

The PhoneLineConfiguration type exposes the following members.

Constructors
  NameDescription
Protected methodPhoneLineConfiguration
Initializes a new instance of the PhoneLineConfiguration class
Public methodPhoneLineConfiguration(SIPAccount)
Initializes a new instance of the PhoneLineConfiguration clas.
Top
Methods
  NameDescription
Public methodClone
Creates a deep copy instance of the object.
Protected methodUseOutboundProxyAddress
Top
Extension Methods
  NameDescription
Public Extension MethodSetDefaults (Defined by SIPClientConfigurationEx.)
Top
Properties
  NameDescription
Public propertyExpirationTime
Gets the desired time after the SIP account registration expires (in seconds).
Public propertyInboundCallMapping
Gets the SIP header mapping for incoming calls.
Public propertyKeepAliveInterval
Gets or sets the interval between keep-alive packets (in seconds).
Public propertyKeepAliveMode
Gets or sets the keep-alive mode of the client.
Public propertyLocalAddress
Gets the local address used for SIP communication (registration, making and receiving calls).
Public propertyLocalOutgoingTcpPort
Port used for connnecting to the remote sip endpoint via TCP protocol.
Public propertyLocalPort
Gets the local port used for SIP communication (registration, making and receiving calls).
Public propertyNatConfig
Gets the NAT configuration used when registering the SIP account, and when making or receiving calls.
Public propertyOutboundCallMapping
Gets the SIP header mapping for outbound calls.
Public propertyRegisterBeforeExpires
Gets az interval between the SIP account expiration time and the time when the system sends the re-REGISTER request.
Public propertySIPAccount
Gets the user and domain data for the SIP account.
Public propertySRTPMode
Gets the default security mode for incoming and outgoing calls.
Public propertyTransportType
Gets the type of the transport used for SIP communication (registration, making and receiving calls).
Top
See Also