Package | Description |
---|---|
org.asteriskjava.live |
Provides a higher level API on top of Asterisk's Manager API.
|
Modifier and Type | Method and Description |
---|---|
static HangupCause |
HangupCause.getByCode(int code)
Returns the HangupCode by its numeric cause code.
|
HangupCause |
AsteriskChannel.getHangupCause()
Returns the reason for hangup.
|
static HangupCause |
HangupCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HangupCause[] |
HangupCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AsteriskChannel.hangup(HangupCause cause)
Hangs up this channel using a given cause code.
|
Copyright © 2004–2020. All rights reserved.