| Package | Description |
|---|---|
| org.asteriskjava.manager |
Provides an implementaion of Asterisk's Manager API.
|
| org.asteriskjava.manager.internal |
Provides private implementations for interfaces defined in the
org.asteriskjava.manager package.
|
| org.asteriskjava.pbx.internal.core |
| Modifier and Type | Method and Description |
|---|---|
ResponseEvents |
ManagerConnection.sendEventGeneratingAction(EventGeneratingAction action)
Sends an
EventGeneratingAction to the Asterisk server and waits
for the corresponding ManagerResponse and the
ResponseEvents
EventGeneratingActions are ManagerActions that don't return their
response in the corresponding ManagerResponse but send a series
of events that contain the payload. |
ResponseEvents |
DefaultManagerConnection.sendEventGeneratingAction(EventGeneratingAction action) |
ResponseEvents |
ManagerConnection.sendEventGeneratingAction(EventGeneratingAction action,
long timeout)
Sends an
EventGeneratingAction to the Asterisk server and waits
for the corresponding ManagerResponse and the
ResponseEvents
EventGeneratingActions are ManagerActions that don't return their
response in the corresponding ManagerResponse but send a series
of events that contain the payload. |
ResponseEvents |
DefaultManagerConnection.sendEventGeneratingAction(EventGeneratingAction action,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
ResponseEvents |
ManagerConnectionImpl.sendEventGeneratingAction(EventGeneratingAction action) |
ResponseEvents |
ManagerConnectionImpl.sendEventGeneratingAction(EventGeneratingAction action,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
ResponseEvents |
AsteriskPBX.sendEventGeneratingAction(EventGeneratingAction action) |
ResponseEvents |
AsteriskPBX.sendEventGeneratingAction(EventGeneratingAction action,
int timeout) |
Copyright © 2004–2024. All rights reserved.