Click or drag to resize

RedirectionInfo(RedirectionType, SIPAddress) Constructor

Creates a new instance of the RedirectionInfo class.

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

Parameters

type  RedirectionType
The type of the redirection.
target  SIPAddress
The target the call will be redirected.
See Also