| DirectIPPhoneLineConfig Class |
Namespace: Ozeki.VoIP
The DirectIPPhoneLineConfig type exposes the following members.
| Name | Description | |
|---|---|---|
| DirectIPPhoneLineConfig(String) | Initializes a new instance of the DirectIPPhoneLineConfig class | |
| DirectIPPhoneLineConfig(String, Int32) | Initializes a new instance of the DirectIPPhoneLineConfig class | |
| DirectIPPhoneLineConfig(String, Int32, SIPAddress, TransportType, Int32) | Initializes a new instance of the DirectIPPhoneLineConfig class |
| Name | Description | |
|---|---|---|
| Clone | (Overrides PhoneLineConfigurationClone.) | |
| UseOutboundProxyAddress | (Overrides PhoneLineConfigurationUseOutboundProxyAddress.) |
| Name | Description | |
|---|---|---|
| SetDefaults | (Defined by SIPClientConfigurationEx.) |
| Name | Description | |
|---|---|---|
| ExpirationTime |
Gets the desired time after the SIP account registration expires (in seconds).
(Inherited from PhoneLineConfiguration.) | |
| InboundCallMapping |
Gets the SIP header mapping for incoming calls.
(Inherited from PhoneLineConfiguration.) | |
| KeepAliveInterval |
Gets or sets the interval between keep-alive packets (in seconds).
(Inherited from PhoneLineConfiguration.) | |
| KeepAliveMode |
Gets or sets the keep-alive mode of the client.
(Inherited from PhoneLineConfiguration.) | |
| LocalAddress |
Gets the local address used for SIP communication (registration, making and receiving calls).
(Inherited from PhoneLineConfiguration.) | |
| LocalOutgoingTcpPort |
Port used for connnecting to the remote sip endpoint via TCP protocol.
(Inherited from PhoneLineConfiguration.) | |
| LocalPort |
Gets the local port used for SIP communication (registration, making and receiving calls).
(Inherited from PhoneLineConfiguration.) | |
| NatConfig |
Gets the NAT configuration used when registering the SIP account, and when making or receiving calls.
(Inherited from PhoneLineConfiguration.) | |
| OutboundCallMapping |
Gets the SIP header mapping for outbound calls.
(Inherited from PhoneLineConfiguration.) | |
| RegisterBeforeExpires |
Gets az interval between the SIP account expiration time and the time when the system sends the re-REGISTER request.
(Inherited from PhoneLineConfiguration.) | |
| SIPAccount |
Gets the user and domain data for the SIP account.
(Inherited from PhoneLineConfiguration.) | |
| SRTPMode |
Gets the default security mode for incoming and outgoing calls.
(Inherited from PhoneLineConfiguration.) | |
| TransportType |
Gets the type of the transport used for SIP communication (registration, making and receiving calls).
(Inherited from PhoneLineConfiguration.) |