Click or drag to resize

InternalDialInfo(String, String, String, SIPAddress, SIPAddress) Constructor

For internal use only!

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

Parameters

dialed  String
 
callerDisplay  String
 
callerID  String
 
sipDialed  SIPAddress
 
sipCallerID  SIPAddress
 
See Also