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.
|
org.asteriskjava.pbx.asterisk.wrap.events | |
org.asteriskjava.pbx.internal.core |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChannelStateEvent
Abstract base class providing common properties for HangupEvent,
NewChannelEvent and NewStateEvent.
|
class |
AbstractConfbridgeEvent |
class |
AntennaLevelEvent |
class |
ConfbridgeEndEvent
This event is sent when the last user leaves a conference and it is torn
down.
|
class |
ConfbridgeJoinEvent
This event is sent when a user joins a conference - either one already in
progress or as the first user to join a newly instantiated bridge.
|
class |
ConfbridgeLeaveEvent
This event is sent when a user leaves a conference.
|
class |
ConfbridgeStartEvent
This event is sent when the first user requests a conference and it is
instantiated.
|
class |
ConfbridgeTalkingEvent
This event is sent when the conference detects that a user has either begin
or stopped talking.
|
class |
HangupEvent
A HangupEvent is triggered when a channel is hung up.
|
class |
HangupRequestEvent
A HangupEvent is triggered when a channel is requested hung up.
|
class |
NewCallerIdEvent
A NewCallerIdEvent is triggered when the caller id of a channel changes.
|
class |
NewChannelEvent
A NewChannelEvent is triggered when a new channel is created.
|
class |
NewStateEvent
A NewStateEvent is triggered when the state of a channel has changed.
|
class |
SoftHangupRequestEvent
A HangupEvent is triggered when a channel is hung up.
|
Constructor and Description |
---|
ChannelEventHelper(AbstractChannelEvent event) |
Modifier and Type | Method and Description |
---|---|
CallerID |
AsteriskPBX.buildCallerID(AbstractChannelEvent event)
Convenience method to build a call id from an event.
|
Copyright © 2004–2020. All rights reserved.