Click or drag to resize
RedirectionInfo Class
Provides data for SIP call redirection.
Inheritance Hierarchy

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class RedirectionInfo : EventArgs

The RedirectionInfo type exposes the following members.

Constructors
  NameDescription
Public methodRedirectionInfo(RedirectionType, SIPAddress)
Creates a new instance of the RedirectionInfo class.
Public methodRedirectionInfo(RedirectionType, String)
Creates a new instance of the RedirectionInfo class.
Top
Methods
Properties
  NameDescription
Public propertyTarget
Gets the number of the target.
Public propertyTargetSIPAddress
Gets the SIP address of the target.
Public propertyType
Gets the type of the redirection.
Top
See Also