Click or drag to resize
ParkAction Constructor (String, String, String, String)
Creates a new ParkAction.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ParkAction(
	string channel,
	string channel2,
	string timeout,
	string parkinglot
)

Parameters

channel
Type: SystemString
Set the Channel which should be parked
channel2
Type: SystemString
Set the Channel where the Call will end up after the timeout is reached.
timeout
Type: SystemString
Timeout in msec, after timeout is reached call will come back to channel2
parkinglot
Type: SystemString
Set the Parking lot.
See Also