Click or drag to resize
QueueAddAction Constructor (String, String)
Creates a new QueueAddAction that adds a new member on the given interface to the given queue.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public QueueAddAction(
	string queue,
	string iface
)

Parameters

queue
Type: SystemString
the name of the queue the new member will be added to
iface
Type: SystemString
Sets the interface to add. To add a specific channel just use the channel name, e.g. "SIP/1234".
See Also