Click or drag to resize

ExDialInfoCreate(String, String, String, SIPAddress, SIPAddress) Method


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
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

DialInfo
See Also