Click or drag to resize

RouteInfo Constructor (IExtensionBase, DialInfo, RoutingState)

Initializes a new instance of the RouteInfo class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public RouteInfo(
	IExtensionBase sourceExtension,
	DialInfo sourceDialInfo,
	RoutingState state
)

Parameters

sourceExtension
Type: Ozeki.VoIPIExtensionBase
sourceDialInfo
Type: Ozeki.VoIPDialInfo
state
Type: Ozeki.VoIPRoutingState
See Also