DirectIPDialInfo Constructor (SIPAddress, SIPAddress) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public DirectIPDialInfo(
SIPAddress dialed,
SIPAddress callerID
)
Public Sub New (
dialed As SIPAddress,
callerID As SIPAddress
)
public:
DirectIPDialInfo(
SIPAddress^ dialed,
SIPAddress^ callerID
)
new :
dialed : SIPAddress *
callerID : SIPAddress -> DirectIPDialInfo
Parameters
- dialed
- Type: Ozeki.VoIPSIPAddress
The SIP address that will be dialed. - callerID
- Type: Ozeki.VoIPSIPAddress
The caller ID for outbound call.
See Also