| Package | Description |
|---|---|
| org.asteriskjava.pbx | |
| org.asteriskjava.pbx.internal.core |
| Modifier and Type | Class and Description |
|---|---|
class |
CallImpl
Holds a call which may consist of 0, 1, 2 or 3 channels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.addHangupListener(ChannelHangupListener listener)
Adds a listener to the channel.
|
void |
Channel.removeListener(ChannelHangupListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsteriskPBX |
class |
CallTracker
This is a fairly simple class which is used by a Peer to track what calls are
live for the given Peer.
|
class |
ChannelProxy
The ChannelProxy exists to deal with the fact that Asterisk will often
replace a channel during a call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelImpl.addHangupListener(ChannelHangupListener listener) |
void |
ChannelProxy.addHangupListener(ChannelHangupListener listener) |
void |
ChannelImpl.removeListener(ChannelHangupListener listener) |
void |
ChannelProxy.removeListener(ChannelHangupListener listener) |
Copyright © 2004–2024. All rights reserved.