|
Asterisk-Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractParkedCallEvent | |
---|---|
org.asteriskjava.manager.event | Provides classes that represent the standard events that can be received from an Asterisk server via the Manager API. |
Uses of AbstractParkedCallEvent in org.asteriskjava.manager.event |
---|
Subclasses of AbstractParkedCallEvent in org.asteriskjava.manager.event | |
---|---|
class |
ParkedCallEvent
A ParkedCallEvent is triggered when a channel is parked (in this case no action id is set) and in response to a ParkedCallsAction. |
class |
ParkedCallGiveUpEvent
A ParkedCallGiveUpEvent is triggered when a channel that has been parked is hung up. |
class |
ParkedCallTimeOutEvent
A ParkedCallTimeOutEvent is triggered when call parking times out for a given channel. |
class |
UnparkedCallEvent
A UnparkedCallEvent is triggered when a channel that has been parked is resumed. |
|
Asterisk-Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |