Click or drag to resize
ExDialInfoCreate Method (String, String, String, SIPAddress, SIPAddress)

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