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.
|
Modifier and Type | Method and Description |
---|---|
ResponseEvents |
DefaultManagerConnection.sendEventGeneratingAction(EventGeneratingAction action) |
ResponseEvents |
ManagerConnection.sendEventGeneratingAction(EventGeneratingAction action)
Sends an
EventGeneratingAction to the Asterisk server and waits
for the corresponding ManagerResponse and the
ResponseEvent s |
ResponseEvents |
DefaultManagerConnection.sendEventGeneratingAction(EventGeneratingAction action,
long timeout) |
ResponseEvents |
ManagerConnection.sendEventGeneratingAction(EventGeneratingAction action,
long timeout)
Sends an
EventGeneratingAction to the Asterisk server and waits
for the corresponding ManagerResponse and the
ResponseEvent s |
Modifier and Type | Method and Description |
---|---|
ResponseEvents |
ManagerConnectionImpl.sendEventGeneratingAction(EventGeneratingAction action) |
ResponseEvents |
ManagerConnectionImpl.sendEventGeneratingAction(EventGeneratingAction action,
long timeout) |
Copyright © 2004–2016. All rights reserved.