DialInfo(SIPAddress, SIPAddress) Constructor |
Initializes a new instance of the
DialInfo class.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic DialInfo(
SIPAddress dialed,
SIPAddress callerID
)
Public Sub New (
dialed As SIPAddress,
callerID As SIPAddress
)
public:
DialInfo(
SIPAddress^ dialed,
SIPAddress^ callerID
)
new :
dialed : SIPAddress *
callerID : SIPAddress -> DialInfo
Parameters
- dialed SIPAddress
- The SIP address of the dialed number or user.
- callerID SIPAddress
- The SIP address of the caller.
See Also