Click or drag to resize

DirectIPDialInfo Constructor (SIPAddress, SIPAddress)

Creates a new instance of the DirectIPDialInfo class.

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

Parameters

dialed
Type: Ozeki.VoIPSIPAddress
The SIP address that will be dialed.
callerID
Type: Ozeki.VoIPSIPAddress
The caller ID for outbound call.
See Also