Click or drag to resize

DirectIPDialInfo(String, SIPAddress) Constructor

Creates a new instance of the DirectIPDialInfo class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public DirectIPDialInfo(
	string remoteHostPort,
	SIPAddress callerID
)

Parameters

remoteHostPort  String
The remote address that will be called.
callerID  SIPAddress
The caller ID for outbound call.
See Also