[asterisk-commits] mjordan: branch 12 r419566 - /branches/12/CHANGES
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Fri Jul 25 09:46:17 CDT 2014
    
    
  
Author: mjordan
Date: Fri Jul 25 09:46:15 2014
New Revision: 419566
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=419566
Log:
Update CHANGES for r419565
Modified:
    branches/12/CHANGES
Modified: branches/12/CHANGES
URL: http://svnview.digium.com/svn/asterisk/branches/12/CHANGES?view=diff&rev=419566&r1=419565&r2=419566
==============================================================================
--- branches/12/CHANGES (original)
+++ branches/12/CHANGES Fri Jul 25 09:46:15 2014
@@ -17,6 +17,17 @@
  * Stored recordings now support a new operation, copy. This will take an
    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
 ------------------
    
    
More information about the asterisk-commits
mailing list