|
Asterisk-Java | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| EventGeneratingAction | The EventGeneratingAction interface is implemented by ManagerActions that return their result not in a ManagerResponse but by sending a series of events. |
| ManagerAction | Interface that all Actions that can be sent to the Asterisk server must impement. |
| Class Summary | |
|---|---|
| AbsoluteTimeoutAction | The AbsoluteTimeoutAction sets the absolute maximum amount of time permitted for a call on a given channel, it hangs up the channel after a certain time. |
| AbstractManagerAction | This class implements the ManagerAction interface and can serve as base class for your concrete Action implementations. |
| AbstractMeetMeMuteAction | Abstract base class for mute and unmute actions. |
| AgentCallbackLoginAction | The AgentCallbackLoginAction sets an agent as logged in with callback. |
| AgentLogoffAction | The AgentLogoffAction sets an agent as no longer logged in. |
| AgentsAction | The AgentsAction requests the state of all agents. |
| ChallengeAction | The ChallengeAction requests a challenge from the server to use when logging in using challenge/response. |
| ChangeMonitorAction | The ChangeMonitorAction changes the monitoring filename of a channel. |
| CommandAction | The CommandAction sends a command line interface (CLI) command to the asterisk server. |
| DbGetAction | Retrieves an entry in the Asterisk database for a given family and key. |
| DbPutAction | Adds or updates an entry in the Asterisk database for a given family, key, and value. |
| EventsAction | With the EventsAction you can specify what kind of events should be sent to this manager connection. |
| ExtensionStateAction | The ExtensionStateAction queries the state of an extension in a given context. |
| GetVarAction | The GetVarAction queries for a global or local channel variable. |
| HangupAction | The HangupAction causes the pbx to hang up a given channel. |
| LoginAction | The LoginAction authenticates the connection. |
| LogoffAction | The LogoffAction causes the server to close the connection. |
| MailboxCountAction | The MailboxCountAction queries the number of unread and read messages in a mailbox. |
| MailboxStatusAction | The MailboxStatusAction checks if a mailbox contains waiting messages. |
| MeetMeMuteAction | The MeetMeMuteAction mutes a user in a conference. |
| MeetMeUnmuteAction | The MeetMeUnmuteAction unmutes a user in a conference. |
| MonitorAction | The MonitorAction starts monitoring (recording) a channel. |
| OriginateAction | The OriginateAction generates an outgoing call to the extension in the given context with the given priority or to a given application with optional parameters. |
| ParkAction | The ParkAction parks a channel using Asterisk's park feature. |
| ParkedCallsAction | The ParkedCallsAction requests a list of all currently parked calls. |
| PauseMonitorAction | The PauseMonitorAction temporarily stop monitoring (recording) a channel. |
| PingAction | The PingAction will ellicit a 'Pong' response, it is used to keep the manager connection open and performs no operation. |
| PlayDtmfAction | The PlayDTMFAction plays a DTMF digit on the specified channel. |
| QueueAddAction | The QueueAddAction adds a new member to a queue. |
| QueuePauseAction | The QueuePauseAction makes a queue member temporarily unavailabe (or available again). |
| QueueRemoveAction | The QueueRemoveAction removes a member from a queue. |
| QueueStatusAction | The QueueStatusAction requests the state of all defined queues their members (agents) and entries (callers). |
| QueueSummaryAction | The QueueSummaryAction retrieves the summary for one or all queues. |
| RedirectAction | Redirects a given channel (and an optional additional channel) to a new extension. |
| SetCdrUserFieldAction | The SetCDRUserFieldAction causes the user field of the call detail record for the given channel to be changed. |
| SetVarAction | The SetVarAction sets the value of a global or local channel variable. |
| SipPeersAction | Retrieves a list of all defined SIP peers. |
| SipShowPeerAction | Retrieves a the details about a given SIP peer. |
| StatusAction | The StatusAction requests the state of all active channels. |
| StopMonitorAction | The StopMonitorAction ends monitoring (recording) a channel. |
| UnpauseMonitorAction | The PauseMonitorAction re-enables monitoring (recording) of a channel after calling PauseMonitor. |
| ZapDialOffhookAction | The ZapDialOffhookAction dials a number on a zap channel while offhook. |
| ZapDndOffAction | The ZapDNDOnAction switches a zap channel "Do Not Disturb" status off. |
| ZapDndOnAction | The ZapDNDOnAction switches a zap channel "Do Not Disturb" status on. |
| ZapHangupAction | The ZapHangupAction hangs up a zap channel. |
| ZapRestartAction | Fully restarts all zaptel channels and terminates any calls on Zap interfaces. |
| ZapShowChannelsAction | The ZapShowChannelsAction requests the state of all zap channels. |
| ZapTransferAction | The ZapTransferAction transfers a zap channel. |
Provides classes that represent the standard actions that can be sent to an Asterisk server via the Manager API.
|
Asterisk-Java | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||