Click or drag to resize

DialInfo(SIPAddress, SIPAddress) Constructor

Initializes a new instance of the DialInfo class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public DialInfo(
	SIPAddress dialed,
	SIPAddress callerID
)

Parameters

dialed  SIPAddress
The SIP address of the dialed number or user.
callerID  SIPAddress
The SIP address of the caller.
See Also