[Home]

Summary:ASTERISK-27128: [patch]res_stasis_snoop: When recording a snoop channel (using ARI) where no media is being received, no recording happens when theres no media
Reporter:Dan Jenkins (danjenkins)Labels:
Date Opened:2017-07-11 09:54:58Date Closed:2017-08-16 06:50:34
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_stasis_snoop
Versions:14.5.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I have a scenario where I'm recording the two channels in a call separately by utilising snoop channels on each and then later on we join the two files together. But if at any point, one of the channels does not receive media, the snoop channel's recording isn't the same length as the other one - silence is not recorded.

It turns out that res_stasis_snoop returns a null frame instead of silence and so when recording that null frame, we end up with a recording that just doesn't contain the silence gaps.

Patch incoming from @tsearle
Comments:By: Asterisk Team (asteriskteam) 2017-07-11 09:54:59.351-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].