Click or drag to resize

DirectIPDialInfo(SIPAddress, 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(
	SIPAddress dialed,
	SIPAddress callerID
)

Parameters

dialed  SIPAddress
The SIP address that will be dialed.
callerID  SIPAddress
The caller ID for outbound call.
See Also