[Home]

Summary:ASTERISK-27803: MixMonitor + OGG + option "a"
Reporter:Владимир (wkg)Labels:
Date Opened:2018-04-16 04:58:36Date Closed:
Priority:MinorRegression?
Status:Open/NewComponents:Applications/app_mixmonitor
Versions:15.3.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:option "a" do not work with ogg...., rewrite file any time
Comments:By: Asterisk Team (asteriskteam) 2018-04-16 04:58:36.527-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].

By: Kevin Harwell (kharwell) 2018-04-17 13:41:48.746-0500

Dialed the following a couple of times and noticed the file was not appended, but written over:
{noformat}
exten => 960,1,NoOp()
same => n,Answer()
same => n,MixMonitor(/tmp/mixmonitor.ogg,a)
same => n,Playback(demo-congrats)
same => n,Hangup()
{noformat}

Also, I noticed the following warning that might have something to do with the problem:
{noformat}
[Apr 17 13:30:29] WARNING[10525][C-00000004]: format_ogg_vorbis.c:384 ogg_vorbis_seek: Seeking is not supported on OGG/Vorbis streams in writing mode!
{noformat}