PhoneLineConfiguration Class |
Namespace: Ozeki.VoIP
The PhoneLineConfiguration type exposes the following members.
Name | Description | |
---|---|---|
PhoneLineConfiguration | Initializes a new instance of the PhoneLineConfiguration class | |
PhoneLineConfiguration(SIPAccount) |
Initializes a new instance of the PhoneLineConfiguration clas.
|
Name | Description | |
---|---|---|
Clone |
Creates a deep copy instance of the object.
| |
UseOutboundProxyAddress |
Name | Description | |
---|---|---|
SetDefaults | (Defined by SIPClientConfigurationEx.) |
Name | Description | |
---|---|---|
ExpirationTime |
Gets the desired time after the SIP account registration expires (in seconds).
| |
InboundCallMapping |
Gets the SIP header mapping for incoming calls.
| |
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).
| |
LocalOutgoingTcpPort |
Port used for connnecting to the remote sip endpoint via TCP protocol.
| |
LocalPort |
Gets the local port used for SIP communication (registration, making and receiving calls).
| |
NatConfig |
Gets the NAT configuration used when registering the SIP account, and when making or receiving calls.
| |
OutboundCallMapping |
Gets the SIP header mapping for outbound calls.
| |
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).
|