ExDialInfoCreate(String, SIPAddress) Method |
Creates a new
DialInfo. If the SIP address is not null, use that; Otherwise use the string parameter.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic static DialInfo Create(
string dialed,
SIPAddress sipDialed
)
Public Shared Function Create (
dialed As String,
sipDialed As SIPAddress
) As DialInfo
public:
static DialInfo^ Create(
String^ dialed,
SIPAddress^ sipDialed
)
static member Create :
dialed : string *
sipDialed : SIPAddress -> DialInfo
Parameters
- dialed String
-
- sipDialed SIPAddress
-
Return Value
DialInfo
See Also