Click or drag to resize
RedirectionInfo Constructor (RedirectionType, SIPAddress)
Creates a new instance of the RedirectionInfo class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public RedirectionInfo(
	RedirectionType type,
	SIPAddress target
)

Parameters

type
Type: Ozeki.VoIPRedirectionType
The type of the redirection.
target
Type: Ozeki.VoIPSIPAddress
The target the call will be redirected.
See Also