[asterisk-dev] [Code Review] 3770: ARI: report duration values in LiveRecording objects
Samuel Galarneau
reviewboard at asterisk.org
Tue Jul 22 15:17:45 CDT 2014
> On July 22, 2014, 8:17 p.m., Samuel Galarneau wrote:
> > Ship It!
Tested latest patch locally successfully.
- Samuel
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/3770/#review12817
-----------------------------------------------------------
On July 22, 2014, 3:59 p.m., Matt Jordan wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/3770/
> -----------------------------------------------------------
>
> (Updated July 22, 2014, 3:59 p.m.)
>
>
> Review request for Asterisk Developers and Samuel Galarneau.
>
>
> Bugs: ASTERISK-24037
> https://issues.asterisk.org/jira/browse/ASTERISK-24037
>
>
> Repository: Asterisk
>
>
> Description
> -------
>
> This patch adds two new fields to the LiveRecording model, duration and energy_duration. duration is the time, in seconds, of the entire recording as reported by the Asterisk core; energy_duration is the time, in seconds, of the recording minus any silence that was detected while recording took place.
>
> This is particularly useful when you want to throw away short recordings or recordings that are all silence.
>
> Example RecordingFinished event:
>
> {
> "application":"testsuite",
> "type":"RecordingFinished",
> "recording":{"state":"done",
> "format":"wav",
> "name":"superfly",
> "duration":5,
> "target_uri":"channel:1405289721.1",
> "energy_duration":4
> }
> }
>
>
> Diffs
> -----
>
> /branches/12/rest-api/api-docs/recordings.json 419180
> /branches/12/res/res_stasis_recording.c 419180
> /branches/12/res/ari/ari_model_validators.c 419180
> /branches/12/res/ari/ari_model_validators.h 419180
>
> Diff: https://reviewboard.asterisk.org/r/3770/diff/
>
>
> Testing
> -------
>
> Testsuite tests will still need to be written for this feature. This will review will be updated once a test has been written that verifies audio + silence + audio along with expected durations.
>
>
> Thanks,
>
> Matt Jordan
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20140722/676feeba/attachment.html>
More information about the asterisk-dev
mailing list