See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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 | Deprecated
use
QueueAddAction instead. |
| AgentLogoffAction |
The AgentLogoffAction sets an agent as no longer logged in.
|
| AgentsAction |
The AgentsAction requests the state of all agents.
|
| AgiAction |
Add a new AGI command to execute by the Async AGI application.
|
| AtxferAction |
Starts an attended transfer.
|
| BridgeAction |
The BridgeAction bridges two channels that are currently active on the system.
|
| 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.
|
| ConfbridgeKickAction |
The ConfbridgeKickAction kicks a channel out of a conference.
|
| ConfbridgeListAction |
Lists all users in a particular ConfBridge conference.
|
| ConfbridgeListRoomsAction |
Lists data about all active conferences.
|
| ConfbridgeLockAction |
The ConfbridgeLockAction lockes a specified conference.
|
| ConfbridgeMuteAction |
The ConfbridgeMuteAction mutes a channel in a conference.
|
| ConfbridgeSetSingleVideoSrcAction |
The ConfbridgeSetSingleVideoSrcAction sets a conference user as the single video source distributed to all other video-capable participants.
|
| ConfbridgeStartRecordAction |
The ConfbridgeStartAction starts an audio recording of a conference.
|
| ConfbridgeStopRecordAction |
The ConfbridgeStopAction stops an audio recording of a conference.
|
| ConfbridgeUnlockAction |
The ConfbridgeUnlockAction unlocks a specified conference.
|
| ConfbridgeUnmuteAction |
The ConfbridgeUnmuteAction unmutes a channel in a conference.
|
| CoreSettingsAction |
The CoreStatusAction requests a settings summary from the server.
|
| CoreShowChannelsAction |
The CoreShowChannelsAction requests the state of all active channels.
|
| CoreStatusAction |
The CoreStatusAction requests a status summary from the server.
|
| DahdiShowChannelsAction |
The DahdiShowChannelsAction requests the state of all Dahdi channels.
|
| DbDelAction |
Deletes an entry in the Asterisk database for a given family and key.
|
| DbDelTreeAction |
Recursivly deletes entries in the Asterisk database for a given family and key.
|
| 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.
|
| DongleSendSMSAction | |
| DongleShowDevicesAction | |
| EventsAction |
With the EventsAction you can specify what kind of events should be sent to
this manager connection.
|
| ExecAction |
The CommandAction sends a command line interface (CLI) command to the
asterisk server.
|
| ExtensionStateAction |
The ExtensionStateAction queries the state of an extension in a given context.
|
| FilterAction |
The FilterAction dynamically adds filters for the current user in a manager session.
|
| GetConfigAction |
The GetConfigAction sends a GetConfig command to the Asterisk server.
|
| GetVarAction |
The GetVarAction queries for a global or local channel variable.
|
| HangupAction |
The HangupAction causes Asterisk to hang up a given channel.
|
| IaxPeerListAction |
Retrieves a list of all defined IAX peers.
|
| JabberSendAction |
The JabberSendAction sends a Jabber (XMPP) message to a recipient.
|
| ListCommandsAction |
The ListCommandsAction returns possible commands in the Manager interface.
|
| LocalOptimizeAwayAction |
LocalOptimizeAway action -- Optimize away a local channel when possible.
|
| 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.
|
| MessageSendAction |
Send a custom SIP message to the specified peer.
|
| MixMonitorAction |
Start a MixMonitor on the specified channel.
|
| MixMonitorMuteAction |
MixMonitorMute can be used to mute and un-mute an existing recording.
|
| ModuleCheckAction |
The ModuleLoadAction checks if an Asterisk module is loaded and reports its version.
|
| ModuleLoadAction |
The ModuleLoadAction loads, unloads or reloads Asterisk modules.
|
| MonitorAction |
The MonitorAction starts monitoring (recording) a channel.
|
| MuteAudioAction |
Action: MuteAudio Synopsis: Mute an audio stream Privilege: system,all
Description: Mute an incoming or outbound audio stream in a channel.
|
| MWIDeleteAction | |
| MWIUpdateAction | |
| 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.
|
| PauseMixMonitorAction |
The PauseMixMonitorAction temporarily stop/start monitoring (recording) a/both channel(s).
|
| PauseMonitorAction |
The PauseMonitorAction temporarily stop monitoring (recording) a channel.
|
| PingAction |
The PingAction is used to keep the manager connection open and performs no operation.
|
| PJSIPNotifyAction |
Send a NOTIFY to either an endpoint or an arbitrary URI.
|
| PJSipShowContactsAction |
Retrieves a list of all defined PJSIP contacts.
|
| PJSipShowEndpointAction |
Retrieves details about a given endpoint.
|
| PJSipShowEndpointsAction |
Retrieves a list of all defined SIP peers.
|
| PlayDtmfAction |
The PlayDTMFAction plays a DTMF digit on the specified channel.
|
| QueueAddAction |
The QueueAddAction adds a new member to a queue.
|
| QueueChangePriorityCallerAction |
The QueueChangePriorityCallerAction requests to change priority of caller.
|
| QueueLogAction |
The QueueLogAction adds a custom log entry to the
queue_log. |
| QueueMemberRingInUseAction |
The QueueMemberRingInUseAction requests to change RingInUse value of queue member.
|
| QueuePauseAction |
The QueuePauseAction makes a queue member temporarily unavailabe (or
available again).
|
| QueuePenaltyAction |
The QueuePenaltyAction sets the penalty for a queue member.
|
| QueueRemoveAction |
The QueueRemoveAction removes a member from a queue.
|
| QueueResetAction |
The QueueResetAction resets all statistical data of a given queue or all queues.
|
| 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.
|
| SendTextAction |
Sends a text message to a given channel while in a call.
|
| 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.
|
| ShowDialplanAction |
Retrieves a list of all priorities defined in the dialplan.
|
| SipNotifyAction |
Send a custom SIP notify message to the specified peer.
|
| SipPeersAction |
Retrieves a list of all defined SIP peers.
|
| SipShowPeerAction |
Retrieves a the details about a given SIP peer.
|
| SipShowRegistryAction |
Retrieves a list with the details about the SIP registrations.
|
| SkypeAccountPropertyAction |
The SkypeAccountPropertyAction sets properties for a Skype for Asterisk user.
|
| SkypeAddBuddyAction |
The SkypeAddBuddyAction adds a buddy to the buddy list of a Skype for Asterisk user.
|
| SkypeBuddiesAction |
The SkypeBuddiesAction retrieves the buddy list of a Skype for Asterisk user
including the full name and status of each buddy.
|
| SkypeBuddyAction |
The SkypeBuddyAction retrieves the detais of a buddy for a Skype for Asterisk user.
|
| SkypeChatSendAction |
The SkypeChatSendAction sends a Skype Chat message to a buddy of a Skype for Asterisk user.
|
| SkypeLicenseListAction |
The SkypeLicenseListAction lists all Skype for Asterisk licenses currently installed on
the system.
|
| SkypeLicenseStatusAction |
The SkypeLicenseStatusAction returns the total number of Skype calls licensed.
|
| SkypeRemoveBuddyAction |
The SkypeRemoveBuddyAction removes a buddy from the buddy list of a Skype for Asterisk user.
|
| StatusAction |
The StatusAction requests the state of all active channels.
|
| StopMixMonitorAction |
Stop the specified MixMonitor on the specified channel.
|
| StopMonitorAction |
The StopMonitorAction ends monitoring (recording) a channel.
|
| UnpauseMonitorAction |
The PauseMonitorAction re-enables monitoring (recording) of a channel after
calling PauseMonitor.
|
| UpdateConfigAction |
The UpdateConfigAction sends an UpdateConfig command to the asterisk server.
|
| UserEventAction |
The UserEventAction will send a custom user event to the Asterisk server.
|
| VoicemailUsersListAction |
Retrieves a list of all defined voicemail users.
|
| 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.
|
| Enum | Description |
|---|---|
| MuteAudioAction.Direction |
The audio direct (relative to the pbx) which is to be muted.
|
| MuteAudioAction.State |
Controls whether to mute (on) or unmute (off) the call
|
| VariableInheritance |
Provides classes that represent the standard actions that can be sent to an Asterisk server via the Manager API.
Copyright © 2004–2021. All rights reserved.