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: 10.3.183.0
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