Click or drag to resize
InternalDialInfo Constructor (String, String, String, SIPAddress, SIPAddress)
For internal use only!

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public InternalDialInfo(
	string dialed,
	string callerDisplay,
	string callerID,
	SIPAddress sipDialed,
	SIPAddress sipCallerID
)

Parameters

dialed
Type: SystemString
callerDisplay
Type: SystemString
callerID
Type: SystemString
sipDialed
Type: Ozeki.VoIPSIPAddress
sipCallerID
Type: Ozeki.VoIPSIPAddress
See Also