DirectIPDialInfo(String, SIPAddress) Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic DirectIPDialInfo(
string remoteHostPort,
SIPAddress callerID
)
Public Sub New (
remoteHostPort As String,
callerID As SIPAddress
)
public:
DirectIPDialInfo(
String^ remoteHostPort,
SIPAddress^ callerID
)
new :
remoteHostPort : string *
callerID : SIPAddress -> DirectIPDialInfo
Parameters
- remoteHostPort String
- The remote address that will be called.
- callerID SIPAddress
- The caller ID for outbound call.
See Also