mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-27 16:07:15 -07: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/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@410025 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -140,6 +140,7 @@ struct stasis_app_recording_options {
|
||||
AST_DECLARE_STRING_FIELDS(
|
||||
AST_STRING_FIELD(name); /*!< name Name of the recording. */
|
||||
AST_STRING_FIELD(format); /*!< Format to be recorded (wav, gsm, etc.) */
|
||||
AST_STRING_FIELD(target); /*!< URI of what is being recorded */
|
||||
);
|
||||
/*! Number of seconds of silence before ending the recording. */
|
||||
int max_silence_seconds;
|
||||
|
||||
Reference in New Issue
Block a user