Click or drag to resize
DirectIPPhoneLineConfig Class
Contains configuration for creating phone lines that can be accessed by local IP address.
Inheritance Hierarchy

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

The DirectIPPhoneLineConfig type exposes the following members.

Constructors
  NameDescription
Public methodDirectIPPhoneLineConfig(String)
Initializes a new instance of the DirectIPPhoneLineConfig class
Public methodDirectIPPhoneLineConfig(String, Int32)
Initializes a new instance of the DirectIPPhoneLineConfig class
Public methodDirectIPPhoneLineConfig(String, Int32, SIPAddress, TransportType, Int32)
Initializes a new instance of the DirectIPPhoneLineConfig class
Top
Methods
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).
(Inherited from PhoneLineConfiguration.)
Public propertyInboundCallMapping
Gets the SIP header mapping for incoming calls.
(Inherited from PhoneLineConfiguration.)
Public propertyKeepAliveInterval
Gets or sets the interval between keep-alive packets (in seconds).
(Inherited from PhoneLineConfiguration.)
Public propertyKeepAliveMode
Gets or sets the keep-alive mode of the client.
(Inherited from PhoneLineConfiguration.)
Public propertyLocalAddress
Gets the local address used for SIP communication (registration, making and receiving calls).
(Inherited from PhoneLineConfiguration.)
Public propertyLocalOutgoingTcpPort
Port used for connnecting to the remote sip endpoint via TCP protocol.
(Inherited from PhoneLineConfiguration.)
Public propertyLocalPort
Gets the local port used for SIP communication (registration, making and receiving calls).
(Inherited from PhoneLineConfiguration.)
Public propertyNatConfig
Gets the NAT configuration used when registering the SIP account, and when making or receiving calls.
(Inherited from PhoneLineConfiguration.)
Public propertyOutboundCallMapping
Gets the SIP header mapping for outbound calls.
(Inherited from PhoneLineConfiguration.)
Public propertyRegisterBeforeExpires
Gets az interval between the SIP account expiration time and the time when the system sends the re-REGISTER request.
(Inherited from PhoneLineConfiguration.)
Public propertySIPAccount
Gets the user and domain data for the SIP account.
(Inherited from PhoneLineConfiguration.)
Public propertySRTPMode
Gets the default security mode for incoming and outgoing calls.
(Inherited from PhoneLineConfiguration.)
Public propertyTransportType
Gets the type of the transport used for SIP communication (registration, making and receiving calls).
(Inherited from PhoneLineConfiguration.)
Top
See Also