ExDialInfoCreate Method (String, String, String, SIPAddress, SIPAddress) |
Namespace: Ozeki.VoIPAssembly: 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
)
Public Shared Function Create (
dialed As String,
callerDisplay As String,
callerID As String,
sipDialed As SIPAddress,
sipCallerID As SIPAddress
) As DialInfo
public:
static DialInfo^ Create(
String^ dialed,
String^ callerDisplay,
String^ callerID,
SIPAddress^ sipDialed,
SIPAddress^ sipCallerID
)
static member Create :
dialed : string *
callerDisplay : string *
callerID : string *
sipDialed : SIPAddress *
sipCallerID : SIPAddress -> DialInfo
Parameters
- dialed
- Type: SystemString
- callerDisplay
- Type: SystemString
- callerID
- Type: SystemString
- sipDialed
- Type: Ozeki.VoIPSIPAddress
- sipCallerID
- Type: Ozeki.VoIPSIPAddress
Return Value
Type:
DialInfoSee Also