Click or drag to resize
RedirectAction Constructor (String, String, String, Int32)
Creates a new RedirectAction that redirects the given channel to the given context, extension, priority triple.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public RedirectAction(
	string channel,
	string context,
	string exten,
	int priority
)

Parameters

channel
Type: SystemString
the name of the channel to redirect
context
Type: SystemString
the destination context
exten
Type: SystemString
the destination extension
priority
Type: SystemInt32
the destination priority
See Also