public class PauseMixMonitorAction extends AbstractManagerAction
Available since Asterisk 1.4. Channel - Used to specify the channel to mute. Direction - Which part of the recording to mute: read, write or both (from channel, to channel or both channels). State - Turn mute on or off : 1 to turn on, 0 to turn off.
Constructor and Description |
---|
PauseMixMonitorAction() |
PauseMixMonitorAction(String ch,
Integer st,
String dir) |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns the name of the action for example "Hangup".
|
String |
getChannel() |
String |
getDirection() |
Integer |
getState() |
void |
setChannel(String channel) |
void |
setDirection(String direction) |
void |
setState(Integer state) |
getActionId, setActionId, toString
public String getAction()
ManagerAction
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public String getChannel()
public void setChannel(String channel)
public Integer getState()
public void setState(Integer state)
public String getDirection()
public void setDirection(String direction)
Copyright © 2004–2024. All rights reserved.