Defines configration options for a SIP client.

C# | Visual Basic | Visual C++ |
public interface ISIPClientConfiguration : ISIPConfiguration
Public Interface ISIPClientConfiguration Inherits ISIPConfiguration
public interface class ISIPClientConfiguration : ISIPConfiguration

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | ExpirationTime |
Gets the desired time after the SIP account registration expires (in seconds).
|
![]() | ExplicitIdentity |
Gets a boolean value indicating whether the SIP identity is fixed.
(Inherited from ISIPConfiguration.) |
![]() | InboundCallMapping |
Gets the SIP header mapping for incoming calls.
(Inherited from ISIPConfiguration.) |
![]() | KeepAliveInterval |
Gets or sets the interval between keep-alive packets (in seconds).
|
![]() | KeepAliveMode |
Gets or sets the keep-alive mode of the client.
|
![]() | LocalAddress |
Gets the local address used for SIP communication (registration, making and receiving calls).
|
![]() | LocalPort |
Gets the local port used for SIP communication (registration, making and receiving calls).
|
![]() | NatConfig |
Gets the NAT configuration for the SIP client.
(Inherited from ISIPConfiguration.) |
![]() | OutboundCallMapping |
Gets the SIP header mapping for outbound calls.
(Inherited from ISIPConfiguration.) |
![]() | RegisterBeforeExpires |
Gets az interval between the SIP account expiration time and the time when the system sends the re-REGISTER request.
|
![]() | SIPAccount |
Gets the user and domain data for the SIP account.
|
![]() | SRTPMode |
Gets the default security mode for incoming and outgoing calls.
|
![]() | TransportType |
Gets the type of the transport used for SIP communication (registration, making and receiving calls).
|
![]() | UseOutboundProxyAddress |
Gets a boolean value indicating whether the SIP client will send SIP messages to the outbound proxy address.
(Inherited from ISIPConfiguration.) |
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290