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: 10.3.183.0
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