mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +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:
@@ -292,6 +292,11 @@
|
||||
"type": "string",
|
||||
"description": "Recording format (wav, gsm, etc.)"
|
||||
},
|
||||
"target_uri": {
|
||||
"required": true,
|
||||
"type": "string",
|
||||
"description": "URI for the channel or bridge being recorded"
|
||||
},
|
||||
"state": {
|
||||
"required": false,
|
||||
"type": "string",
|
||||
|
Reference in New Issue
Block a user