Ozeki VoIP SDK Class library
Create Method (dialed, callerDisplay, callerID, sipDialed, sipCallerID)
NamespacesOzeki.VoIPDialInfoExCreate(String, String, String, SIPAddress, SIPAddress)
Declaration Syntax
C#Visual BasicVisual C++
public static DialInfo Create(
	string dialed,
	string callerDisplay,
	string callerID,
	SIPAddress sipDialed,
	SIPAddress sipCallerID
)
Public Shared Function Create ( 
	dialed As String,
	callerDisplay As String,
	callerID As String,
	sipDialed As SIPAddress,
	sipCallerID As SIPAddress
) As DialInfo
public:
static DialInfo^ Create(
	String^ dialed, 
	String^ callerDisplay, 
	String^ callerID, 
	SIPAddress^ sipDialed, 
	SIPAddress^ sipCallerID
)
Parameters
dialed (String)
callerDisplay (String)
callerID (String)
sipDialed (SIPAddress)
sipCallerID (SIPAddress)
Return Value

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.90