Click or drag to resize

DirectIPPhoneLineConfig(String, Int32, SIPAddress, TransportType, Int32) Constructor

Initializes a new instance of the DirectIPPhoneLineConfig class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public DirectIPPhoneLineConfig(
	string localAddress,
	int localPort,
	SIPAddress sipIdentity,
	TransportType transportType,
	int localOutgoningTcpPort = 0
)

Parameters

localAddress  String
 
localPort  Int32
 
sipIdentity  SIPAddress
 
transportType  TransportType
 
localOutgoningTcpPort  Int32  (Optional)
 
See Also