mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Add ControlPlayback manager action
This patch adds the capability for asynchronous manipulation of audio being played back to a channel though a new AMI action "ControlPlayback". The ControlPlayback action supports a number of operations, the availability of which depend on the application being used to send audio to the channel. When the audio playback was initiated using the ControlPlayback application or CONTROL STREAM FILE AGI command, the audio can be paused, stopped, restarted, reversed, or skipped forward. When initiated by other mechanisms (such as the Playback application), the audio can be stopped, reversed, or skipped forward. Review: https://reviewboard.asterisk.org/r/2265/ (closes issue ASTERISK-20882) Reported by: mjordan git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@379830 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
9
CHANGES
9
CHANGES
@@ -32,6 +32,15 @@ AMI (Asterisk Manager Interface)
|
||||
'Manager Show Command' now displays the privileges needed for using a given
|
||||
manager command instead.
|
||||
|
||||
* Added new action "ControlPlayback". The ControlPlayback action allows an AMI
|
||||
client to manipulate audio currently being played back on a channel. The
|
||||
supported operations depend on the application being used to send audio to
|
||||
the channel. When the audio playback was initiated using the ControlPlayback
|
||||
application or CONTROL STREAM FILE AGI command, the audio can be paused,
|
||||
stopped, restarted, reversed, or skipped forward. When initiated by other
|
||||
mechanisms (such as the Playback application), the audio can be stopped,
|
||||
reversed, or skipped forward.
|
||||
|
||||
Channel Drivers
|
||||
------------------
|
||||
|
||||
|
Reference in New Issue
Block a user