[asterisk-bugs] [Asterisk 0018273]: [patch] Voicemail problems when using only ogg.
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Nov 8 04:21:33 CST 2010
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=18273
======================================================================
Reported By: sque
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18273
Category: Formats/format_ogg_vorbis
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.8.0
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-11-08 03:59 CST
Last Modified: 2010-11-08 04:21 CST
======================================================================
Summary: [patch] Voicemail problems when using only ogg.
Description:
If I use only ogg as output format in voicemail, playback is stopped after
less than a second. It is 100% reproducable other using ODBC or storage for
messages, and using conf or ODBC for mailboxes. Trying to track the problem
down I implemented the missing seek() function of the ogg_vorbis module and
this problem stopped, everything worked perfectly again. I don't know if
there is another bug in the core that if seek() returns -1 it gets crazy.
Also in the meta file of messages (msg000x.txt) the duration is always 0
for ogg files because the tell() function is not implemented. Implementing
it duration works tha same as any other format.
I will provide soon the patch that fixes them.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-11-08 04:21 sque Summary Voicemail problems when
using only ogg. => [patch] Voicemail problems when using only ogg.
======================================================================
More information about the asterisk-bugs
mailing list