mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
res_stasis_recording: Add a "target_uri" field to recording events.
This change adds a target_uri field to the live recording object. It contains the URI of what is being recorded. (closes issue ASTERISK-23258) Reported by: Ben Merrills Review: https://reviewboard.asterisk.org/r/3299/ ........ Merged revisions 410025 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@410027 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1146,6 +1146,7 @@ ari_validator ast_ari_validate_application_fn(void);
|
||||
* - format: string (required)
|
||||
* - name: string (required)
|
||||
* - state: string (required)
|
||||
* - target_uri: string (required)
|
||||
* StoredRecording
|
||||
* - format: string (required)
|
||||
* - name: string (required)
|
||||
|
Reference in New Issue
Block a user