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: 10.3.199.0
Syntax
public static DialInfo Create(
	string dialed,
	SIPAddress sipDialed
)

Parameters

dialed
Type: SystemString
sipDialed
Type: Ozeki.VoIPSIPAddress

Return Value

Type: DialInfo
See Also