public class UnpauseMonitorAction extends AbstractManagerAction
It is implemented in res/res_monitor.c
Available since Asterisk 1.4.
PauseMonitorAction
,
Serialized FormConstructor and Description |
---|
UnpauseMonitorAction()
Creates a new empty UnpauseMonitorAction.
|
UnpauseMonitorAction(String channel)
Creates a new UnpauseMonitorAction that re-enables monitoring the given
channel.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns the name of this action, i.e.
|
String |
getChannel()
Returns the name of the channel to re-enable monitoring.
|
void |
setChannel(String channel)
Sets the name of the channel to re-enable monitoring.
|
getActionId, setActionId, toString
public UnpauseMonitorAction()
public UnpauseMonitorAction(String channel)
channel
- the name of the channel re-enable monitoring.public String getAction()
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public String getChannel()
public void setChannel(String channel)
This property is mandatory.
channel
- the name of the channel to re-enable monitoring.Copyright © 2004–2017. All rights reserved.