[asterisk-addons-commits] lmadsen: tag 1.6.1.2-rc1 r1039 - in /tags/1.6.1.2-rc1: .version ChangeLog
SVN commits to the Asterisk addons project
asterisk-addons-commits at lists.digium.com
Mon Nov 9 10:17:29 CST 2009
Author: lmadsen
Date: Mon Nov 9 10:17:25 2009
New Revision: 1039
URL: http://svnview.digium.com/svn/asterisk-addons?view=rev&rev=1039
Log:
Importing files for 1.6.1.2-rc1 release.
Added:
tags/1.6.1.2-rc1/.version (with props)
tags/1.6.1.2-rc1/ChangeLog (with props)
Added: tags/1.6.1.2-rc1/.version
URL: http://svnview.digium.com/svn/asterisk-addons/tags/1.6.1.2-rc1/.version?view=auto&rev=1039
==============================================================================
--- tags/1.6.1.2-rc1/.version (added)
+++ tags/1.6.1.2-rc1/.version Mon Nov 9 10:17:25 2009
@@ -1,0 +1,1 @@
+1.6.1.2-rc1
Propchange: tags/1.6.1.2-rc1/.version
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: tags/1.6.1.2-rc1/.version
------------------------------------------------------------------------------
svn:keywords = none
Propchange: tags/1.6.1.2-rc1/.version
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: tags/1.6.1.2-rc1/ChangeLog
URL: http://svnview.digium.com/svn/asterisk-addons/tags/1.6.1.2-rc1/ChangeLog?view=auto&rev=1039
==============================================================================
--- tags/1.6.1.2-rc1/ChangeLog (added)
+++ tags/1.6.1.2-rc1/ChangeLog Mon Nov 9 10:17:25 2009
@@ -1,0 +1,1265 @@
+2009-11-09 Leif Madsen <lmadsen at digium.com>
+
+ * Release Asterisk-Addons 1.6.1.2-rc1
+
+2009-09-08 18:05 +0000 [r1029] Russell Bryant <russell at digium.com>
+
+ * formats/format_mp3.c: Fix audio problems with format_mp3. This
+ problem was introduced when the AST_FRIENDLY_OFFSET patch was
+ merged. I'm surprised that nobody noticed any trouble when
+ testing that patch, but this fixes the code that fills in the
+ buffer to start filling in after the offset portion of the
+ buffer. (closes issue #15850) Reported by: 99gixxer Patches:
+ issue15850.diff1.txt uploaded by russell (license 2) Tested by:
+ 99gixxer
+
+2009-09-01 20:41 +0000 [r1025] Russell Bryant <russell at digium.com>
+
+ * formats/format_mp3.c: Fix memory corruption caused by format_mp3.
+ format_mp3 claimed that it provided AST_FRIENDLY_OFFSET in frames
+ returned by read(). However, it lied. This means that other parts
+ of the code that attempted to make use of the offset buffer would
+ end up corrupting the fields in the ast_filestream structure.
+ This resulted in quite a few crashes due to unexpected values for
+ fields in ast_filestream. This patch closes out quite a few bugs.
+ However, some of these bugs have been open for a while and have
+ been an area where more than one bug has been discussed. So with
+ that said, anyone that is following one of the issues closed
+ here, if you still have a problem, please open a new bug report
+ for the specific problem you are still having. If you do, please
+ ensure that the bug report is based on the newest version of
+ Asterisk, and that this patch is applied if format_mp3 is in use.
+ Thanks! (closes issue #15109) Reported by: jvandal Tested by:
+ aragon, russell, zerohalo, marhbere, rgj (closes issue #14958)
+ Reported by: aragon (closes issue #15123) Reported by:
+ axisinternet (closes issue #15041) Reported by: maxnuv (closes
+ issue #15396) Reported by: aragon (closes issue #15195) Reported
+ by: amorsen Tested by: amorsen (closes issue #15781) Reported by:
+ jensvb (closes issue #15735) Reported by: thom4fun (closes issue
+ #15460) Reported by: marhbere
+
+2009-09-01 15:45 +0000 [r1022] David Brooks <dbrooks at digium.com>
+
+ * formats/format_mp3.c: Fixes MP3 problem with Playback() and
+ Background() Using Playback() and Background() with an MP3 file
+ was not possible. This patch to format_mp3 allows MP3s to be used
+ with these functions. (closes issue #15432) Reported by: DLNoah
+ Tested by: dbrooks, DLNoah
+
+2009-08-20 15:29 +0000 [r1018] Tilghman Lesher <tlesher at digium.com>
+
+ * res/res_config_mysql.c: Select uncommented lines, not commented
+ ones. (closes issue #15746) Reported by: makoto
+
+2009-08-18 19:42 +0000 [r1016] Tilghman Lesher <tlesher at digium.com>
+
+ * res/res_config_mysql.c: Clarify some of the error messages, to
+ help upgraders.
+
+2009-07-21 Leif Madsen <lmadsen at digium.com>
+
+ * Release Asterisk-Addons 1.6.1.1
+
+2009-07-13 Leif Madsen <lmadsen at digium.com>
+
+ * Release Asterisk-Addons 1.6.1.1-rc2
+
+2009-07-09 21:38 +0000 [r990] Matthew Nicholson <mnicholson at digium.com>
+
+ * channels/chan_mobile.c: Fix mbl_fixup() in chan_mobile to update
+ newchan->tech_pvt instead of oldchan. (closes issue #15299)
+ Reported by: nikkk
+
+2009-07-06 21:33 +0000 [r984] Tilghman Lesher <tlesher at digium.com>
+
+ * res/res_config_mysql.c, /: Merged revisions 982 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk
+ ................ r982 | tilghman | 2009-07-06 16:31:41 -0500
+ (Mon, 06 Jul 2009) | 14 lines Recorded merge of revisions 981 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r981 | tilghman | 2009-07-06 16:30:13 -0500 (Mon, 06 Jul
+ 2009) | 7 lines Don't reset reconnect time, unless a reconnect
+ really occurred. (closes issue #15375) Reported by: kowalma
+ Patches: 20090628__issue15375.diff.txt uploaded by tilghman
+ (license 14) Tested by: kowalma, jacco ........ ................
+
+2009-06-29 23:12 +0000 [r962] Tilghman Lesher <tlesher at digium.com>
+
+ * apps/app_addon_sql_mysql.c, /, configs/mysql.conf.sample (added):
+ Merged revisions 960 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk
+ ................ r960 | tilghman | 2009-06-29 17:33:29 -0500
+ (Mon, 29 Jun 2009) | 15 lines Merged revisions 959 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r959 | tilghman | 2009-06-29 17:21:09 -0500 (Mon, 29 Jun
+ 2009) | 8 lines Autoclear resources in app MYSQL when the channel
+ ends. (closes issue #14757) Reported by: alecdavis Patches:
+ 20090408__bug14757.diff.txt uploaded by tilghman (license 14)
+ 20090518__issue14757__trunk.diff.txt uploaded by tilghman
+ (license 14) Tested by: alecdavis ........ ................
+
+2009-06-29 Leif Madsen <lmadsen at digium.com>
+
+ * Release Asterisk-Addons 1.6.1.1-rc1
+
+2009-05-27 21:53 +0000 [r935] Tilghman Lesher <tlesher at digium.com>
+
+ * /, Makefile.rules: Merged revisions 933 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk
+ ................ r933 | tilghman | 2009-05-27 16:52:25 -0500
+ (Wed, 27 May 2009) | 9 lines Merged revisions 932 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r932 | tilghman | 2009-05-27 16:51:27 -0500 (Wed, 27 May
+ 2009) | 2 lines DONT_OPTIMIZE is a Makefile directive and needs
+ to be interpreted before the compiler starts. ........
+ ................
+
+2009-05-14 19:19 +0000 [r913] Tilghman Lesher <tlesher at digium.com>
+
+ * res/res_config_mysql.c, /: Merged revisions 910 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r910 | tilghman | 2009-05-14 14:16:53 -0500 (Thu, 14 May 2009) |
+ 7 lines Change database list to be rwlist locks, to avoid a
+ potential deadlock between 2 readers. (closes issue #15023,
+ related to issue #15090) Reported by: cristiandimache Patches:
+ 20090514__issue15090.diff.txt uploaded by tilghman (license 14)
+ Tested by: cristiandimache ........
+
+2009-04-28 Leif Madsen <lmadsen at digium.com>
+
+ * Release Asterisk-Addons 1.6.1.0
+
+2009-03-19 Leif Madsen <lmadsen at digium.com>
+
+ * Release Asterisk-Addons 1.6.1.0-rc3
+
+2009-02-20 22:01 +0000 [r788] Tilghman Lesher <tlesher at digium.com>
+
+ * cdr/cdr_addon_mysql.c: Only add the column if the value is
+ non-NULL.
+
+2009-01-21 19:07 +0000 [r728-732] Matthew Nicholson <mnicholson at digium.com>
+
+ * /, configs/mobile.conf.sample: Merged revisions 730 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk-addons/trunk
+ ........ r730 | mnicholson | 2009-01-21 13:06:42 -0600 (Wed, 21
+ Jan 2009) | 2 lines Fixed a typo in configs/mobile.conf.sample,
+ found by mmichelson ........
+
+ * channels/chan_mobile.c, /, configs/mobile.conf.sample: Merged
+ revisions 725-726 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r725 | mnicholson | 2009-01-21 12:09:44 -0600 (Wed, 21 Jan 2009)
+ | 7 lines Add a 'blackberry' option for devices in chan_mobile to
+ support blackberry devices' non standard HFP behavior. (closes
+ issue #13744) Reported by: ciaranm Tested by: ciaranm, davidste,
+ mnicholson, jongerenchaos ........ r726 | mnicholson | 2009-01-21
+ 12:22:33 -0600 (Wed, 21 Jan 2009) | 2 lines Added an example for
+ the new blackberry option in mobile.conf.sample ........
+
+2009-01-13 17:38 +0000 [r724] Tilghman Lesher <tlesher at digium.com>
+
+ * cdr/cdr_addon_mysql.c: Last commit didn't quite merge correctly
+ (Closes issue #14229) Reported by: sergee Patches:
+ cdr-mysql-r721.diff uploaded by sergee (license 138)
+
+2009-01-08 21:59 +0000 [r721] Tilghman Lesher <tlesher at digium.com>
+
+ * cdr/cdr_addon_mysql.c, /: Merged revisions 719 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r719 | tilghman | 2009-01-08 15:55:12 -0600 (Thu, 08 Jan 2009) |
+ 2 lines Prevent a possible race between a reload event and
+ logging a CDR ........
+
+2008-12-22 17:01 +0000 [r717] Russell Bryant <russell at digium.com>
+
+ * channels/ooh323c/src/ooCmdChannel.c, /: Merged revisions 715 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk
+ ................ r715 | russell | 2008-12-22 11:00:07 -0600 (Mon,
+ 22 Dec 2008) | 15 lines Merged revisions 714 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r714 | russell | 2008-12-22 10:59:46 -0600 (Mon, 22 Dec
+ 2008) | 7 lines Fix a bogus pthread_mutex_init() (closes issue
+ #14116) Reported by: junky Patches: mutex_init.diff uploaded by
+ junky (license 177) ........ ................
+
+2008-12-16 00:00 +0000 [r712] Tilghman Lesher <tlesher at digium.com>
+
+ * res/res_config_mysql.c, /: Merged revisions 711 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r711 | tilghman | 2008-12-15 17:54:39 -0600 (Mon, 15 Dec 2008) |
+ 2 lines Convert addons to use ast_str opacity, fixing some bugs
+ along the way. ........
+
+2008-12-11 21:18 +0000 [r709] Tilghman Lesher <tlesher at digium.com>
+
+ * configs/cdr_mysql.conf.sample, cdr/cdr_addon_mysql.c, /: Merged
+ revisions 707 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r707 | tilghman | 2008-12-11 15:16:11 -0600 (Thu, 11 Dec 2008) |
+ 6 lines Allow setting the MySQL character set on each connect.
+ (closes issue #13775) Reported by: sergee Patches:
+ cdr_mysql_charset-r679-v2.diff uploaded by sergee (license 138)
+ ........
+
+2008-12-04 19:54 +0000 [r705] Tilghman Lesher <tlesher at digium.com>
+
+ * /: Initialized merge tracking via "svnmerge" with revisions
+ "1-690" from https://origsvn.digium.com/svn/asterisk-addons/trunk
+
+2008-12-01 Tilghman Lesher <tlesher at digium.com>
+
+ * Asterisk-Addons 1.6.1-rc2 released
+
+2008-11-13 18:39 +0000 [r691-693] Tilghman Lesher <tlesher at digium.com>
+
+ * apps/app_saycountpl.c: Revert XML in this branch, since the XML
+ isn't in Asterisk-1.6.1
+
+ * res/res_config_mysql.c: Remove portions of API that aren't in
+ Asterisk-1.6.1
+
+ * / (added): Since the API can potentially change in 1.6.x, we need
+ an -addons to match for Asterisk 1.6.1
+
+2008-10-31 Tilghman Lesher <tlesher at digium.com>
+
+ * Asterisk-Addons 1.6.1-rc1 released
+
+2008-10-14 00:12 +0000 [r677] Tilghman Lesher <tlesher at digium.com>
+
+ * res/res_config_mysql.c: Merge branch for -addons, relating to the
+ realtime_update2 branch. See commit number 148570 on the asterisk
+ repository for more information.
+
+2008-10-08 22:01 +0000 [r673] Michiel van Baak <michiel at vanbaak.info>
+
+ * res/res_config_mysql.c: replace PostgreSQL with MySQL in
+ res_config_mysql.c
+
+2008-10-01 Russell Bryant <russell at digium.com>
+
+ * Asterisk-Addons 1.6.0 released
+
+2008-09-12 18:21 +0000 [r661-663] Sean Bright <sean.bright at gmail.com>
+
+ * Makefile, /: Merged revisions 662 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r662 | seanbright | 2008-09-12 14:19:17 -0400 (Fri, 12 Sep 2008)
+ | 1 line Forgot about menuselect.makeopts ........
+
+ * Makefile, /: Merged revisions 659 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r659 | seanbright | 2008-09-11 22:23:28 -0400 (Thu, 11 Sep 2008)
+ | 10 lines Update asterisk-addons to use the same logic as
+ asterisk when determining what version of menuselect to spin up
+ when not explicitly specified (i.e. 'make menuselect'). (closes
+ issue #13466) Reported by: jonnt Patches: 13466.diff uploaded by
+ seanbright (license 71) Tested by: jonnt ........
+
+2008-09-03 Russell Bryant <russell at digium.com>
+
+ * Asterisk-Addons 1.6.0-rc1 released
+
+2008-08-28 16:40 +0000 [r654] Tilghman Lesher <tlesher at digium.com>
+
+ * cdr/cdr_addon_mysql.c, /: Merged revisions 653 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r653 | tilghman | 2008-08-28 11:38:24 -0500 (Thu, 28 Aug 2008) |
+ 8 lines Don't DESC the MySQL table every time through, but
+ instead cache the state at module load and reload, just like the
+ other CDR drivers. (closes issue #13379) Reported by: Corydon76
+ Patches: 20080826__cdr_mysql__2.diff.txt uploaded by Corydon76
+ (license 14) Tested by: chris-mac ........
+
+2008-07-30 03:08 +0000 [r648] Joshua Colp <jcolp at digium.com>
+
+ * channels/ooh323c/src/ooSocket.c, /: Merged revisions 647 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r647 | file | 2008-07-30 00:07:14 -0300 (Wed, 30 Jul 2008) | 2
+ lines Fix building of ooh323 on FreeBSD. ........
+
+2008-06-04 Mark Michelson <mmichelson at digium.com>
+
+ * Asterisk-Addons 1.6.0-beta4 released
+
+2008-06-04 17:54 +0000 [r628] Mark Michelson <mmichelson at digium.com>
+
+ * channels/ooh323c/src/ooSocket.c, channels/ooh323c/src/ooh323ep.h,
+ channels/ooh323c/src/oochannels.c,
+ channels/ooh323c/src/ooCmdChannel.c,
+ channels/ooh323c/src/ootrace.c, /, channels/chan_ooh323.c,
+ channels/ooh323c/src/ooCapability.c,
+ channels/ooh323c/src/ooCmdChannel.h,
+ channels/ooh323c/src/ootrace.h, channels/ooh323c/src/ooh323ep.c:
+ Merged revisions 627 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r627 | mmichelson | 2008-06-04 12:35:29 -0500 (Wed, 04 Jun 2008)
+ | 20 lines
+ ------------------------------------------------------------------------
+ r620 | mmichelson | 2008-06-04 11:55:58 -0500 (Wed, 04 Jun 2008)
+ | 15 lines A few changes: 1. Add error-checking to the call to
+ ooReadAndProcessStackCommands in oochannels.c 2. (1.2 only) There
+ was a char * being used before being set. This was causing an
+ almost immediate crash when ooh323 would load. This commit fixes
+ that issue. 3. Most importantly, fix a security issue wherein
+ arbitrary data could be sent to ooh323's command stack listening
+ socket causing a remote crash. See AST-2008-009 for more details.
+ (closes issue #12756) Reported by: tzafrir Patches:
+ ooh323_pipev3.diff uploaded by putnopvut (license 60) Tested by:
+ putnopvut
+ ------------------------------------------------------------------------
+ ........
+
+2008-06-02 16:17 +0000 [r616-618] Russell Bryant <russell at digium.com>
+
+ * aclocal.m4, /, configure: Merged revisions 617 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r617 | russell | 2008-06-02 11:16:32 -0500 (Mon, 02 Jun 2008) | 1
+ line regenerate configure script ........
+
+ * /, build_tools/menuselect-deps.in, apps/app_fax.c (removed),
+ configure.ac, makeopts.in: Merged revisions 615 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r615 | russell | 2008-06-02 11:15:45 -0500 (Mon, 02 Jun 2008) | 2
+ lines Remove app_fax, as it has been moved into the main Asterisk
+ repository ........
+
+2008-05-30 16:50 +0000 [r613] Tilghman Lesher <tlesher at digium.com>
+
+ * apps/app_addon_sql_mysql.c, /: Merged revisions 612 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk-addons/trunk
+ ........ r612 | tilghman | 2008-05-30 11:49:06 -0500 (Fri, 30 May
+ 2008) | 6 lines When the result id is invalid, indicate that the
+ fetch returned no rows (closes issue #12758) Reported by: atis
+ Patches: mysql_fetch_bad_conn.patch uploaded by atis (license
+ 242) ........
+
+2008-05-28 22:32 +0000 [r604-608] Tilghman Lesher <tlesher at digium.com>
+
+ * /, channels/chan_ooh323.c: Merged revisions 607 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk
+ ................ r607 | tilghman | 2008-05-28 17:31:22 -0500
+ (Wed, 28 May 2008) | 15 lines Merged revisions 606 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r606 | tilghman | 2008-05-28 17:29:27 -0500 (Wed, 28 May
+ 2008) | 7 lines Change channel name to use the section name,
+ rather than CallerID name (which can contain strange characters).
+ (closes issue #12743) Reported by: softins Patches:
+ ooh323-1.4-diff.txt uploaded by softins (license 197) ........
+ ................
+
+ * channels/ooh323c/src/ooSocket.c, channels/ooh323c/src/ootypes.h,
+ channels/ooh323c/src/ooLogChan.c, channels/ooh323c/src/ooq931.c,
+ channels/ooh323c/src/ootrace.c, /, channels/ooh323c/src/ooh323.c,
+ channels/ooh323c/src/ooGkClient.c, channels/chan_ooh323.c,
+ channels/ooh323c/src/ooCapability.c, channels/chan_ooh323.h,
+ channels/ooh323cDriver.c: Merged revisions 603 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r603 | tilghman | 2008-05-28 09:45:23 -0500 (Wed, 28 May 2008) |
+ 6 lines Bring trunk up to date. (related to issue #12715)
+ Reported by: softins Patches: ooh323-1.6.0-trunk-diff.txt
+ uploaded by softins (license 197) ........
+
+2008-05-05 19:18 +0000 [r589-595] Jason Parker <jparker at digium.com>
+
+ * channels/ooh323c/src/ootrace.c, /: Merged revisions 594 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r594 | twilson | 2008-05-05 12:37:49 -0500 (Mon, 05 May 2008) | 2
+ lines Add format attribute ........
+
+ * channels/ooh323c/src/ootrace.c, /: Merged revisions 592 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r592 | qwell | 2008-05-05 12:06:41 -0500 (Mon, 05 May 2008) | 1
+ line Uses unambiguous non-US-centric date format. Also (and
+ mainly), %D uses %y, which is only 2 digits. gcc warns about
+ using this. ........
+
+ * /, channels/chan_ooh323.c, channels/ooh323cDriver.c: Merged
+ revisions 590 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r590 | qwell | 2008-05-05 11:50:05 -0500 (Mon, 05 May 2008) | 1
+ line Allow chan_ooh323 to build under dev-mode ........
+
+ * Makefile, /, apps/app_fax.c: Merged revisions 588 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk-addons/trunk
+ ........ r588 | qwell | 2008-05-05 11:11:10 -0500 (Mon, 05 May
+ 2008) | 9 lines Make --enable-dev-mode actually work. Fix app_fax
+ build to not give warnings (which are errors when dev-mode
+ actually works). (closes issue #12579) Reported by: IgorG
+ Patches: addons_dev_mode.v2.diff uploaded by IgorG (license 20)
+ ........
+
+2008-05-05 03:49 +0000 [r587] Tilghman Lesher <tlesher at digium.com>
+
+ * cdr/cdr_addon_mysql.c, /: Merged revisions 586 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r586 | tilghman | 2008-05-04 22:37:10 -0500 (Sun, 04 May 2008) |
+ 9 lines If you pass NULL as the default to
+ my_load_config_string(), you get a string of "(null)", which is
+ NOT zero-length, and so things succeed where they should fail.
+ (Closes issue #12580) Reported by: pnlarsson Patches:
+ cdr_addon_mysql.c.patch uploaded by pnlarsson (license 79) Tested
+ by: mvanbaak ........
+
+2008-05-02 17:53 +0000 [r584] Jason Parker <jparker at digium.com>
+
+ * channels/chan_mobile.c, /: Merged revisions 583 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk ........
+ r583 | qwell | 2008-05-02 12:49:14 -0500 (Fri, 02 May 2008) | 6
+ lines Expand ciev_call (and ciev_callsetup) buffers to allow for
+ longer responses in +CIEV. Also switch a bunch of (all of)
+ sprintf calls to snprintf. (closes issue #12568) Reported by:
+ Shkoder ........
+
+2008-04-30 12:33 +0000 [r580] Kevin P. Fleming <kpfleming at digium.com>
+
+ * /, Makefile.rules: Merged revisions 579 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk
+ ................ r579 | kpfleming | 2008-04-30 07:32:23 -0500
+ (Wed, 30 Apr 2008) | 21 lines Merged revisions 578 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r578 | tilghman | 2008-04-29 23:46:37 -0500 (Tue, 29 Apr
+ 2008) | 13 lines Don't exclude system header files when doing
+ dependency checks. The reason for this is fairly obvious -- the
+ Asterisk header files (but only in -addons) are part of the
+ system header files at that point, so a changed buildopts.h is
+ considered a change in the system headers. We WANT that change to
+ be considered a reason to rebuild everything in -addons, since
+ the buildsum will no longer match at runtime. Note that if you're
+ building -addons, you'll still need to do a 'make clean' to get
+ the old dependency files to go away this first time, but after
+ that, the dependency checks will take care of it for you. (Closes
+ issue #11291) ........ ................
+
+2008-03-31 21:11 +0000 [r571-576] Jason Parker <jparker at digium.com>
+
+ * /: Merged revisions 575 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/trunk
+ ................ r575 | qwell | 2008-03-31 16:10:46 -0500 (Mon,
+ 31 Mar 2008) | 9 lines Merged revisions 574 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r574 | qwell | 2008-03-31 16:09:59 -0500 (Mon, 31 Mar
+ 2008) | 1 line Switch to proper externals locations.. ........
+ ................
+
+2008-03-31 Jason Parker <jparker at digium.com>
+
+ * Asterisk-Addons 1.6.0-beta3 released.
+
+2008-03-18 19:47 +0000 [r559] Tilghman Lesher <tlesher at digium.com>
+
+ * configs/cdr_mysql.conf.sample, cdr/cdr_addon_mysql.c: Create a
+ compatibility mode, for people who want the old (incorrect)
+ calldate behavior
+
+2008-03-18 18:06 +0000 [r555-557] Jason Parker <jparker at digium.com>
+
+ * Makefile, /: Switch to menuselect trunk, add targets for newt and
+ curses versions of menuselect
+
+ * Makefile: Be more pedantic about format checking, since we can
+ be.
+
+ * Makefile: Add the same format checking that was added to
+ Asterisk.
+
+2008-03-18 17:43 +0000 [r554] Tilghman Lesher <tlesher at digium.com>
+
+ * cdr/cdr_addon_mysql.c: When the dbsock is blank, we want to use
+ NULL, not the empty string (which causes MySQL to use the
+ default) Reported via -dev mailing list, fixed by me.
+
+2008-03-12 05:50 +0000 [r550] Tilghman Lesher <tlesher at digium.com>
+
+ * res/res_config_mysql.c: Fix module, based on recent required API
+ change (closes issue #12189) Reported by: IgorG Patches:
+ addons_res_mysql.diff uploaded by IgorG (license 20)
+
+2008-03-11 16:19 +0000 [r546] Russell Bryant <russell at digium.com>
+
+ * configure, configure.ac: check for a different function to ensure
+ that the version of spandsp is new enough (closes issue #12181)
+ (reported by adriavidal, patched by me)
+
+2008-03-03 17:03 +0000 [r540] Jason Parker <jparker at digium.com>
+
+ * /, Makefile.moddir_rules: Merged revisions 539 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r539 | qwell | 2008-03-03 11:01:57 -0600 (Mon, 03 Mar
+ 2008) | 5 lines Make sure to create the modules directory. In
+ some cases, it's possible that this won't already exist. Closes
+ issue #12111. ........
+
+2008-02-20 Russell Bryant <russell at digium.com>
+
+ * Asterisk-Addons 1.6.0-beta2 released.
+
+2008-02-20 22:52 +0000 [r533-534] Joshua Colp <jcolp at digium.com>
+
+ * apps/app_addon_sql_mysql.c, apps/app_fax.c,
+ apps/app_saycountpl.c: Applications no longer need to keep track
+ of their usage, it is done by the PBX core.
+
+ * apps/app_fax.c: Add support for T38 to app_fax since Asterisk now
+ has an API and way of doing things with it. (closes issue #11614)
+ Reported by: dimas Patches: v8-appfax.patch uploaded by dimas
+ (license 88)
+
+2008-02-18 16:06 +0000 [r532] Joshua Colp <jcolp at digium.com>
+
+ * channels/ooh323c/src/ooSocket.c: Get rid of a warning message
+ from OOH323.
+
+2008-02-07 21:40 +0000 [r523-525] Jason Parker <jparker at digium.com>
+
+ * /: put some props back that were accidentally removed on merge
+
+ * formats/mp3/MPGLIB_README, doc/ChangeLog.chan_ooh323 (added),
+ channels/ooh323c/src/ooTimer.c,
+ channels/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.h,
+ channels/ooh323c/src/ooh245.c, res/Makefile,
+ channels/ooh323c/src/ooTimer.h, channels/ooh323cDriver.c,
+ channels/ooh323c/src/ooh245.h, formats/mp3/MPGLIB_TODO,
+ channels/ooh323c/src/h323/H235-SECURITY-MESSAGESDec.c,
+ channels/chan_mobile.c, channels/ooh323cDriver.h,
+ channels/ooh323c/src/rtctype.c,
+ channels/ooh323c/src/printHandler.c, apps/app_addon_sql_mysql.c,
+ channels/ooh323c/src/ooCalls.c, channels/ooh323c/src/ooUtils.c,
+ configure, channels/ooh323c/src/printHandler.h,
+ channels/ooh323c/src/rtctype.h, channels/ooh323c/src/ooCalls.h,
+ channels/ooh323c/src/ooUtils.h, formats/mp3/decode_i386.c,
+ channels (added), channels/ooh323c/src/eventHandler.c,
+ apps/app_fax.c, apps (added), configure.ac,
+ channels/ooh323c/src/eventHandler.h,
+ channels/ooh323c/src/context.c, formats/mp3/README,
+ channels/Makefile, formats/mp3/mpg123.h, formats/mp3/mpglib.h,
+ app_addon_sql_mysql.c (removed), channels/ooh323c/src/ooper.h,
+ Makefile, channels/ooh323c/src/ooDateTime.c,
+ channels/ooh323c/src/ootrace.c, apps/Makefile, chan_mobile.c
+ (removed), channels/ooh323c/src/h323,
+ channels/ooh323c/src/ooGkClient.c, channels/chan_ooh323.c,
+ channels/ooh323c/src/ooDateTime.h, formats/mp3/common.c,
+ channels/ooh323c/COPYING, channels/ooh323c/src/ootrace.h,
+ channels/ooh323c/src/Makefile.in,
+ channels/ooh323c/src/h323/H323-MESSAGES.c,
+ channels/ooh323c/src/ooGkClient.h, channels/chan_ooh323.h,
+ formats/mp3/dct64_i386.c, res (added), formats/mp3/layer3.c,
+ formats/mp3/interface.c, cdr/cdr_addon_mysql.c,
+ channels/ooh323c/src/h323/H323-MESSAGES.h,
+ channels/ooh323c/src/ooLogChan.c,
+ channels/ooh323c/src/ooStackCmds.c, app_fax.c (removed),
+ channels/ooh323c/src/ooh323.c, channels/ooh323c/src/errmgmt.c,
+ channels/ooh323c/src/ooLogChan.h, build_tools/get_makeopts
+ (added), menuselect-tree (removed),
+ channels/ooh323c/src/h323/H235-SECURITY-MESSAGES.h,
+ channels/ooh323c/src/dlist.c, channels/ooh323c/src/ooStackCmds.h,
+ channels/ooh323c/src/oohdr.h, formats/format_mp3.c,
+ Makefile.moddir_rules (added), channels/ooh323c/src/ooh323.h,
+ channels/ooh323c/src/decode.c, Makefile.rules,
+ channels/ooh323c/src/dlist.h, format_mp3 (removed), cdr (added),
+ channels/ooh323c/src/ooSocket.c, channels/ooh323c, formats
+ (added), formats/mp3/decode_ntom.c,
+ channels/ooh323c/src/h323/H323-MESSAGESEnc.c,
+ channels/ooh323c/src/oochannels.c,
+ channels/ooh323c/src/ooCmdChannel.c,
+ channels/ooh323c/src/ooSocket.h, channels/ooh323c/src/ooCommon.h,
+ channels/ooh323c/src/ooq931.c, channels/ooh323c/src/oochannels.h,
+ channels/ooh323c/src/ooCmdChannel.h,
+ channels/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLEnc.c,
+ app_saycountpl.c (removed), channels/ooh323c/src/ooq931.h,
+ res_config_mysql.c (removed), apps/app_saycountpl.c,
+ formats/mp3/tabinit.c, formats/mp3/Makefile,
+ channels/ooh323c/src/ooasn1.h, channels/ooh323c/src/ooports.c,
+ formats/Makefile, channels/ooh323c/src/ooports.h,
+ channels/ooh323c/src/memheap.c,
+ channels/ooh323c/src/ooCapability.c,
+ channels/ooh323c/src/h323/H323-MESSAGESDec.c,
+ channels/ooh323c/src, asterisk-ooh323c (removed),
+ channels/ooh323c/src/memheap.h,
+ channels/ooh323c/src/ooCapability.h,
+ channels/ooh323c/src/perutil.c,
+ channels/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLDec.c,
+ channels/ooh323c/README, configs/ooh323.conf.sample (added),
+ formats/mp3, res/res_config_mysql.c, build_tools/get_moduleinfo
+ (added), channels/ooh323c/src/encode.c,
+ channels/ooh323c/src/h323/H235-SECURITY-MESSAGESEnc.c,
+ cdr_addon_mysql.c (removed), formats/mp3/huffman.h, cdr/Makefile,
+ channels/ooh323c/src/ooh323ep.c, makeopts.in, doc/chan_ooh323.txt
+ (added), channels/ooh323c/src/ooh323ep.h,
+ channels/ooh323c/src/ootypes.h,
+ channels/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.c: Merge
+ moddirmagic branch into trunk. This switches it to use the same
+ moddir stuff that the asterisk repo does.
+
+2008-01-21 13:37 +0000 [r507] Tilghman Lesher <tlesher at digium.com>
+
+ * app_addon_sql_mysql.c: Only use CLIENT_MULTI_STATEMENTS if the
+ constant is defined (backwards compatibility fix)
+
+2008-01-16 18:07 +0000 [r504] Jason Parker <jparker at digium.com>
+
+ * Makefile, /: Add logging for 'make update' command (also fixes
+ updates in some places). Issue #11766, initial patch by jmls.
+
+2008-01-18 Russell Bryant <russell at digium.com>
+
+ * Asterisk-Addons 1.6.0-beta1 released.
+
+2008-01-16 18:07 +0000 [r504] Jason Parker <jparker at digium.com>
+
+ * Makefile, /: Add logging for 'make update' command (also fixes
+ updates in some places). Issue #11766, initial patch by jmls.
+
+2008-01-16 18:05 +0000 [r503] Russell Bryant <russell at digium.com>
+
+ * /, asterisk-ooh323c/README, menuselect-tree,
+ asterisk-ooh323c/src/chan_h323.c,
+ asterisk-ooh323c/h323.conf.sample: Merged revisions 502 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r502 | russell | 2008-01-16 12:05:06 -0600 (Wed, 16 Jan
+ 2008) | 2 lines Add some notes to make it clear that this module
+ is currently unsupported ........
+
+2007-12-30 17:15 +0000 [r500-501] Tilghman Lesher <tlesher at digium.com>
+
+ * cdr_addon_mysql.c, UPGRADE.txt (added),
+ configs/cdr_mysql.conf.sample: Make cdr_addon_mysql work like
+ cdr_adaptive_odbc... dynamic columns (Closes issue #11642)
+
+ * asterisk-ooh323c/src/chan_h323.c: Update to current RTP API
+
+2007-12-23 09:21 +0000 [r498-499] David Bowerman <david.bowerman at gmail.com>
+
+ * chan_mobile.c: Fix issue 11568
+
+ * chan_mobile.c: Small change for Audio Lag issue.
+
+2007-12-14 21:56 +0000 [r497] Tilghman Lesher <tlesher at digium.com>
+
+ * Makefile, app_fax.c (added), build_tools/menuselect-deps.in,
+ configure, menuselect-tree, configure.ac, makeopts.in: Add faxing
+ application Patch by: dimas (Closes issue #10815)
+
+2007-12-12 17:16 +0000 [r495-496] Mark Michelson <mmichelson at digium.com>
+
+ * app_addon_sql_mysql.c: The logic for parsing arguments in the
+ MYSQL fetch function was incorrect. Instead of starting at the
+ fourth application argument, we were looping beginning at the
+ first. In addition to this change, I have changed the logic
+ slightly so that a local copy of the argument string is made
+ instead of directly modifying the input data. (closes issue
+ #11343, reported by wegbert, patched by me)
+
+ * cdr_addon_mysql.c, configs/cdr_mysql.conf.sample: A few changes:
+ 1. remove "cdr_mysql:" from console messages since the module
+ name is printed in the message already 2. Improve efficiency by
+ not building queries if not connected to the database 3. Add
+ MySQL error number and text for failure to connect to the
+ database 4. Add a clarification to cdr_mysql.conf.sample to
+ indicate that 127.0.0.1 may be used instead of "localhost"
+ (closes issue #11513, reported and patched by IgorG)
+
+2007-12-06 23:16 +0000 [r494] Tilghman Lesher <tlesher at digium.com>
+
+ * app_saycountpl.c: Coding guidelines improvements Reported by:
+ IgorG Patch by: IgorG,tilghman (Closes issue #11470)
+
+2007-11-29 23:50 +0000 [r491] Tilghman Lesher <tlesher at digium.com>
+
+ * format_mp3/format_mp3.c, /: Merged revisions 490 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r490 | tilghman | 2007-11-29 17:47:53 -0600 (Thu, 29 Nov
+ 2007) | 2 lines Track API change (Closes issue #11401) ........
+
+2007-11-28 20:25 +0000 [r489] Jason Parker <jparker at digium.com>
+
+ * format_mp3/format_mp3.c, format_mp3/common.c,
+ format_mp3/layer3.c, format_mp3/decode_ntom.c,
+ format_mp3/interface.c: Fix #includes in format_mp3, to match
+ recent changes by rizzo
+
+2007-11-23 19:18 +0000 [r488] Tilghman Lesher <tlesher at digium.com>
+
+ * cdr_addon_mysql.c: Match up ast_free with ast_calloc. Reported
+ by: Laureano Patch by: Laureano (Closes issue #11358)
+
+2007-11-20 14:40 +0000 [r487] Joshua Colp <jcolp at digium.com>
+
+ * asterisk-ooh323c/src/chan_h323.c: Use the wrappers for
+ locking/unlocking the channel. (closes issue #11320) Reported by:
+ dimas Patches: ooh323c.patch uploaded by dimas (license 88)
+
+2007-11-14 23:06 +0000 [r486] Jason Parker <jparker at digium.com>
+
+ * Makefile, /: Merged revisions 485 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ (closes issue #11205) ........ r485 | qwell | 2007-11-14 17:03:37
+ -0600 (Wed, 14 Nov 2007) | 5 lines .EXPORT_ALL_VARIABLES +
+ menuselect == bad. We really don't want to pass things like
+ NCURSES_INCLUDE down to menuselect... Issue 11205. ........
+
+2007-11-11 16:36 +0000 [r483] Tilghman Lesher <tlesher at digium.com>
+
+ * chan_mobile.c: A few coding guidelines fixes: - Extraneous tabs -
+ Change free() to ast_free() - Change ast_malloc() to ast_calloc()
+ where a large portion of parameters are subsequently initialized
+ to 0. - Remove reload_module() routine, as its existence suggests
+ that the module can sustain a reload event (when in fact the
+ reload did nothing). Reported by: Laureano Patch by:
+ Laureano,tilghman Closes issue #11213
+
+2007-11-08 21:17 +0000 [r482] Jason Parker <jparker at digium.com>
+
+ * asterisk-ooh323c/src/chan_h323.c: Let ooh323 build again. Issue
+ 11198, patch by dimas
+
+2007-11-05 12:16 +0000 [r481] Tilghman Lesher <tlesher at digium.com>
+
+ * cdr_addon_mysql.c: Fix regression with r471 when patch did not
+ merge correctly. Reported by: meneault Patch by: meneault Closes
+ issue #11160
+
+2007-11-01 15:13 +0000 [r480] Russell Bryant <russell at digium.com>
+
+ * Makefile, /, format_mp3/Makefile: Merged revisions 479 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r479 | russell | 2007-11-01 10:13:16 -0500 (Thu, 01 Nov
+ 2007) | 7 lines Remove the dependency files on "make clean".
+ (issue #11137) Reported by: IgorG Patches: addonclean-478-1.patch
+ uploaded by IgorG (license 20) ........
+
+2007-10-31 20:32 +0000 [r478] Tilghman Lesher <tlesher at digium.com>
+
+ * app_addon_sql_mysql.c: Coding guidelines update, and add the
+ timeout that was discussed on the mailing list
+
+2007-10-27 06:04 +0000 [r477] David Bowerman <david.bowerman at gmail.com>
+
+ * chan_mobile.c, configure: Changes to call hangup logic
+
+2007-10-26 14:48 +0000 [r476] Tilghman Lesher <tlesher at digium.com>
+
+ * /, cdr_addon_mysql.c: Merged revisions 475 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r475 | tilghman | 2007-10-26 09:40:32 -0500 (Fri, 26 Oct
+ 2007) | 5 lines Auto reconnect database on connection failure
+ (fixes missing CDRs) Reported by ys. Fixed by ys. Closes issue
+ #11092 ........
+
+2007-10-22 20:11 +0000 [r474] Jason Parker <jparker at digium.com>
+
+ * chan_mobile.c, asterisk-ooh323c/src/chan_h323.c,
+ cdr_addon_mysql.c, res_config_mysql.c: Move to new AST_CLI_DEFINE
+ way of creating CLI commands. Closes issue #11042, patch by
+ seanbright.
+
+2007-10-19 14:45 +0000 [r473] Kevin P. Fleming <kpfleming at digium.com>
+
+ * Makefile, build_tools/mkdep (removed), /, Makefile.rules: Merged
+ revisions 472 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r472 | kpfleming | 2007-10-19 09:41:27 -0500 (Fri, 19
+ Oct 2007) | 2 lines use more of the standard Asterisk build
+ system here... ........
+
+2007-10-16 23:48 +0000 [r471] Tilghman Lesher <tlesher at digium.com>
+
+ * /, cdr_addon_mysql.c: Merged revisions 466 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ................ r466 | tilghman | 2007-10-16 18:09:26 -0500
+ (Tue, 16 Oct 2007) | 10 lines Merged revisions 465 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
+ ........ r465 | tilghman | 2007-10-16 16:48:04 -0500 (Tue, 16 Oct
+ 2007) | 2 lines Escape all text-based fields for the insert
+ (fixes AST-2007-023) ........ ................
+
+2007-10-10 13:51 +0000 [r464] Joshua Colp <jcolp at digium.com>
+
+ * app_addon_sql_mysql.c: Give the reason why mysql_real_connect
+ failed to connect as part of the console log message. (closes
+ issue #10932) Reported by: eserra Patches:
+ mysql_real_connect_error.patch uploaded by eserra (license 45)
+
+2007-10-04 13:29 +0000 [r461-463] Joshua Colp <jcolp at digium.com>
+
+ * .cvsignore (removed): Remove old .cvsignore file. (closes issue
+ #10883) Reported by: casper
+
+2007-10-02 18:07 +0000 [r455] Tilghman Lesher <tlesher at digium.com>
+
+ * Makefile, configure, configure.ac, format_mp3/Makefile,
+ Makefile.rules (added), makeopts.in: Add dev-mode to addons
+ (closes issue #10864)
+
+2007-09-23 08:28 +0000 [r451] David Bowerman <david.bowerman at gmail.com>
+
+ * chan_mobile.c, configs/mobile.conf.sample: * Added support for
+ detecting misalined sco audio data from the bluetooth adapter.
+ See alignmentdetection=yes in configs/mobile.conf.sample.
+
+2007-09-20 09:25 +0000 [r450] David Bowerman <david.bowerman at gmail.com>
+
+ * chan_mobile.c, configs/mobile.conf.sample: * Added support for
+ phones that mis-represent their ability to supply call progress
+ indications. Motorola L6 is a good example. see mobile.conf for
+ details.
+
+2007-09-18 06:29 +0000 [r449] David Bowerman <david.bowerman at gmail.com>
+
+ * chan_mobile.c: Changes to use AST_STANDARD_APP_ARGS fixes issue
+ 10744
+
+2007-09-16 11:28 +0000 [r448] David Bowerman <david.bowerman at gmail.com>
+
+ * chan_mobile.c: Fixup module unloading when only headset in use
+
+2007-09-09 00:28 +0000 [r446-447] David Bowerman <david.bowerman at gmail.com>
+
+ * chan_mobile.c: * Fix module unloading - close bound socket left
+ open. * Modify call hangup procedures to cater for embedded and
+ low grunt processors (via's etc).
+
+ * chan_mobile.c: * Added manager event MobileStatus
+
+2007-09-08 02:51 +0000 [r442-445] Russell Bryant <russell at digium.com>
+
+ * chan_mobile.c: Make another change to ast_strlen_zero(). Also
+ change a few variables to explicitly specify that they only need
+ one bit.
+
+ * chan_mobile.c: * Change a few lines to use ast_strlen_zero()
+ instead of the same thing inline * Replace a use of strcpy() with
[... 439 lines stripped ...]
More information about the asterisk-addons-commits
mailing list