Click or drag to resize
ISIPClientConfiguration Interface
Defines configration options for a SIP client.

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

The ISIPClientConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyExpirationTime
Gets the desired time after the SIP account registration expires (in seconds).
Public propertyExplicitIdentity
Gets a boolean value indicating whether the SIP identity is fixed.
(Inherited from ISIPConfiguration.)
Public propertyInboundCallMapping
Gets the SIP header mapping for incoming calls.
(Inherited from ISIPConfiguration.)
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 propertyLocalPort
Gets the local port used for SIP communication (registration, making and receiving calls).
Public propertyNatConfig
Gets the NAT configuration for the SIP client.
(Inherited from ISIPConfiguration.)
Public propertyOutboundCallMapping
Gets the SIP header mapping for outbound calls.
(Inherited from ISIPConfiguration.)
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).
Public propertyUseOutboundProxyAddress
Gets a boolean value indicating whether the SIP client will send SIP messages to the outbound proxy address.
(Inherited from ISIPConfiguration.)
Top
See Also