Click or drag to resize

DirectIPDialInfo Constructor (String, SIPAddress)

Creates a new instance of the DirectIPDialInfo class.

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

Parameters

remoteHostPort
Type: SystemString
The remote address that will be called.
callerID
Type: Ozeki.VoIPSIPAddress
The caller ID for outbound call.
See Also