Click or drag to resize

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

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static DialInfo Create(
	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

Return Value

Type: DialInfo
See Also