Package | Description |
---|---|
org.asteriskjava.live |
Provides a higher level API on top of Asterisk's Manager API.
|
Modifier and Type | Method and Description |
---|---|
ChannelState |
ChannelStateHistoryEntry.getState()
The state the channel entered.
|
ChannelState |
AsteriskChannel.getState()
Returns the state of this channel.
|
static ChannelState |
ChannelState.valueOf(Integer status)
Returns value specified by int.
|
static ChannelState |
ChannelState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelState[] |
ChannelState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AsteriskChannel.wasInState(ChannelState state)
Checks if this channel was at least once in the given state.
|
Constructor and Description |
---|
ChannelStateHistoryEntry(Date date,
ChannelState state)
Creates a new instance.
|
Copyright © 2004–2016. All rights reserved.