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: 1.8.12.0 (1.8.12)
Syntax
public RouteInfo(
	IExtensionBase sourceExtension,
	DialInfo sourceDialInfo,
	RoutingState state
)

Parameters

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