Click or drag to resize

ExDialInfoCreate(String, SIPAddress) Method

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

Parameters

dialed  String
 
sipDialed  SIPAddress
 

Return Value

DialInfo
See Also