Package | Description |
---|---|
org.asteriskjava.live |
Provides a higher level API on top of Asterisk's Manager API.
|
org.asteriskjava.util |
Provides various utility classes used throughout the library.
|
Modifier and Type | Method and Description |
---|---|
void |
AsteriskChannel.pauseMixMonitor(MixMonitorDirection direction)
Temporarily stops monitoring this channel if this is monitored with MixMonitor.
|
void |
AsteriskChannel.unPauseMixMonitor(MixMonitorDirection direction)
Re-enables monitoring this channel after calling
AsteriskChannel.pauseMixMonitor(org.asteriskjava.util.MixMonitorDirection) ()}
if this is monitored with MixMonitor |
Modifier and Type | Method and Description |
---|---|
static MixMonitorDirection |
MixMonitorDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MixMonitorDirection[] |
MixMonitorDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2004–2016. All rights reserved.