Click or drag to resize
ExDialInfoCreate Method (String, SIPAddress)
Creates a new DialInfo. If the SIP address is not null, use that; Otherwise use the string parameter.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static DialInfo Create(
	string dialed,
	SIPAddress sipDialed
)

Parameters

dialed
Type: SystemString
sipDialed
Type: Ozeki.VoIPSIPAddress

Return Value

Type: DialInfo
See Also