Package | Description |
---|---|
org.asteriskjava.manager.event |
Provides classes that represent the standard events that can be received
from an Asterisk server via the Manager API.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUnParkedEvent
Enro 2015-03: Asterisk 13 Support
|
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.
|
Copyright © 2004–2020. All rights reserved.