public class QueueResetAction extends AbstractManagerAction
It is implemented in apps/app_queue.c
Available since Asterisk 1.6.
| Constructor and Description |
|---|
QueueResetAction()
Creates a new QueueResetAction that resets statistical data of all queues.
|
QueueResetAction(String queue)
Creates a new QueueResetAction that resets statistical data of the given queue.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Returns the name of the action for example "Hangup".
|
String |
getQueue()
Returns the name of the queue to reset.
|
void |
setQueue(String queue)
Sets the name of the queue to reset.
|
getActionId, setActionId, toStringpublic QueueResetAction()
public QueueResetAction(String queue)
queue - the name of the queue to reset.public String getAction()
ManagerActiongetAction in interface ManagerActiongetAction in class AbstractManagerActionpublic String getQueue()
null for all queues.public void setQueue(String queue)
queue - the name of the queue to reset or null for all queues.Copyright © 2004–2022. All rights reserved.