From: Matthew Jordan Date: Fri, 25 Jul 2014 14:46:15 +0000 (+0000) Subject: Update CHANGES for r419565 X-Git-Tag: 12.5.0-rc1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9385222ce9f76fcf4d0950d9a741522b6d074107;p=thirdparty%2Fasterisk.git Update CHANGES for r419565 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@419566 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 48d43e2d54..11812abcda 100644 --- a/CHANGES +++ b/CHANGES @@ -18,6 +18,17 @@ ARI existing stored recording and copy it to a new location in the recordings directory. + * LiveRecording objects now have three additional fields that can be reported + in a RecordingFinished ARI event: + - total_duration: the duration of the recording + - talking_duration: optional. The duration of talking detected in the + recording. This is only available if max_silence_seconds was specified + when the recording was started. + - silence_duration: optional. The duration of silence detected in the + recording. This is only available if max_silence_seconds was specified + when the recording was started. + Note that all duration values are reported in seconds. + res_pjsip ------------------ * The endpoint configuration object now supports 'accountcode'. Any channel