asterisk/addons
Sean Bright f0190a1092 Fix reading samples from format_mp3 after ast_seekstream/ast_tellstream.
There is a bug when using ast_seekstream/ast_tellstream with format_mp3 in that
the file read position is not reset before attempting to read samples.  So when
we seek to determine the maximum size of the file (as in res_agi's STREAM FILE)
we weren't then resetting the file pointer so that we could properly read
samples.  This patch addresses that (in a similar manner to format_wav.c).

(closes issue #15224)
Reported by: rbd
Patches:
      20091230_addons_1.4_issue15224.diff uploaded by seanbright (license 71)
Tested by: rbd, seanbright

Review: https://reviewboard.asterisk.org/r/453


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@238014 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-01-06 15:35:43 +00:00
..
mp3 Move Asterisk-addons modules into the main Asterisk source tree. 2009-06-30 16:40:38 +00:00
ooh323c small q931 processing and signalling corrections 2009-12-30 23:51:32 +00:00
app_mysql.c AST-2009-005 2009-08-10 19:20:57 +00:00
app_saycountpl.c AST-2009-005 2009-08-10 19:20:57 +00:00
cdr_mysql.c If CDR logging is disabled, it's considered a FAILURE 2009-11-13 09:22:04 +00:00
chan_mobile.c Fix support for multiline SMS messages in chan_mobile. 2009-12-02 21:37:18 +00:00
chan_ooh323.c jitterbuffer setup correction 2009-12-03 20:26:55 +00:00
chan_ooh323.h More 32->64 bit codec conversions. 2009-12-01 20:27:37 +00:00
format_mp3.c Fix reading samples from format_mp3 after ast_seekstream/ast_tellstream. 2010-01-06 15:35:43 +00:00
Makefile Reworked chan_ooh323 channel module. 2009-11-04 22:10:44 +00:00
ooh323cDriver.c More 32->64 bit codec conversions. 2009-12-01 20:27:37 +00:00
ooh323cDriver.h More 32->64 bit codec conversions. 2009-12-01 20:27:37 +00:00
res_config_mysql.c Typo pointed out on #asterisk-dev (by atis_work) 2009-12-08 18:40:19 +00:00