|
Asterisk-Java | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HangupCause | |
|---|---|
| org.asteriskjava.live | Provides a higher level API on top of Asterisk's Manager API. |
| Uses of HangupCause in org.asteriskjava.live |
|---|
| Methods in org.asteriskjava.live that return HangupCause | |
|---|---|
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(java.lang.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. |
| Methods in org.asteriskjava.live with parameters of type HangupCause | |
|---|---|
void |
AsteriskChannel.hangup(HangupCause cause)
Hangs up this channel using a given cause code. |
|
Asterisk-Java | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||