mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
ari: Add events for playback and recording.
While there were events defined for playback and recording these were not actually sent. This change implements the to_json handlers which produces them. (closes issue ASTERISK-22710) Reported by: Jonathan Rose Review: https://reviewboard.asterisk.org/r/3026/ ........ Merged revisions 403119 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@403120 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1032,6 +1032,7 @@ ari_validator ast_ari_validate_application_fn(void);
|
||||
* - id: string (required)
|
||||
* - technology: string (required)
|
||||
* LiveRecording
|
||||
* - cause: string
|
||||
* - format: string (required)
|
||||
* - name: string (required)
|
||||
* - state: string (required)
|
||||
@@ -1167,7 +1168,6 @@ ari_validator ast_ari_validate_application_fn(void);
|
||||
* - timestamp: Date
|
||||
* - playback: Playback (required)
|
||||
* RecordingFailed
|
||||
* - cause: string (required)
|
||||
* - recording: LiveRecording (required)
|
||||
* RecordingFinished
|
||||
* - recording: LiveRecording (required)
|
||||
|
Reference in New Issue
Block a user