[asterisk-addons-commits] russell: tag 1.6.0-beta1 r506 - in /tags/1.6.0-beta1: .version ChangeLog
SVN commits to the Asterisk addons project
asterisk-addons-commits at lists.digium.com
Tue Jan 22 11:10:24 CST 2008
Author: russell
Date: Fri Jan 18 18:24:25 2008
New Revision: 506
URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=506
Log:
Importing files for 1.6.0-beta1 release
Added:
tags/1.6.0-beta1/.version (with props)
tags/1.6.0-beta1/ChangeLog (with props)
Change Statistics:
0 files changed
Added: tags/1.6.0-beta1/.version
URL: http://svn.digium.com/view/asterisk-addons/tags/1.6.0-beta1/.version?view=auto&rev=506
==============================================================================
--- tags/1.6.0-beta1/.version (added)
+++ tags/1.6.0-beta1/.version Fri Jan 18 18:24:25 2008
@@ -1,0 +1,1 @@
+1.6.0-beta1
Propchange: tags/1.6.0-beta1/.version
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: tags/1.6.0-beta1/.version
------------------------------------------------------------------------------
svn:keywords = none
Propchange: tags/1.6.0-beta1/.version
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: tags/1.6.0-beta1/ChangeLog
URL: http://svn.digium.com/view/asterisk-addons/tags/1.6.0-beta1/ChangeLog?view=auto&rev=506
==============================================================================
--- tags/1.6.0-beta1/ChangeLog (added)
+++ tags/1.6.0-beta1/ChangeLog Fri Jan 18 18:24:25 2008
@@ -1,0 +1,676 @@
+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>
+
+ * /: Blocked revisions 462 via svnmerge ........ r462 | file |
+ 2007-10-04 10:27:32 -0300 (Thu, 04 Oct 2007) | 4 lines Delete old
+ .cvsignore file. (closes issue #10883) Reported by: casper
+ ........
+
+ * .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
+ ast_copy_string(). This could allow a heap buffer overflow as the
+ data being copied comes from the arguments to the application,
+ which is can come from various places aside from the dialplan,
+ like the manager interface or call files.
+
+ * chan_mobile.c: Change an allocation from the heap to the stack
+ for a variable that is only used within the function
+
+ * asterisk-ooh323c/config.h, chan_mobile.c: * Use sizeof() to
+ specify the buffer size instead of a constant * Remove a couple
+ calls to memset before strncpy, as it is not needed * Replace a
+ couple uses of strncpy with ast_copy_string. Note that one of
+ these was potentially dangerous. The length limit passed was
+ actually the length of the *source* string, which had a larger
+ buffer than the destination.
+
+2007-09-08 01:24 +0000 [r441] David Bowerman <david.bowerman at gmail.com>
+
+ * chan_mobile.c, configs/mobile.conf.sample: Modified audio
+ handling methodology to align with SCO timing requirements.
+
+2007-09-06 15:32 +0000 [r440] Joshua Colp <jcolp at digium.com>
+
+ * /: Blocked revisions 439 via svnmerge ........ r439 | file |
+ 2007-09-06 12:31:01 -0300 (Thu, 06 Sep 2007) | 6 lines (closes
+ issue #10657) Reported by: casper Patches:
+ cdr_addon_mysql.c.438.diff uploaded by casper (license 55) Don't
+ log debug messages if debug is not enabled. ........
+
+2007-09-06 10:41 +0000 [r438] David Bowerman <david.bowerman at gmail.com>
+
+ * chan_mobile.c: code cleanup and formatting changes
+
+2007-09-03 03:32 +0000 [r437] Tilghman Lesher <tlesher at digium.com>
+
+ * chan_mobile.c, res_config_mysql.c: Update API to match
+ asterisk/trunk (closes issue #10628)
+
+2007-09-02 02:33 +0000 [r436] David Bowerman <david.bowerman at gmail.com>
+
+ * chan_mobile.c, configs/mobile.conf.sample, doc/chan_mobile.txt: *
+ Implemented 'trunk groups' for those wanting to create GSM
+ gateways Dial(Mobile/gn/NNNNNN) will call NNNNNN on the first
+ free connected phone in group n.
+
+2007-08-26 04:23 +0000 [r431] David Bowerman <david.bowerman at gmail.com>
+
+ * chan_mobile.c: * Changes to take advantage of kernel sco flow
+ control patch. * Removed hard coded 20ms frame size dependance. *
+ Configure adapters to master mode by default.
+
+2007-08-24 05:51 +0000 [r430] Tilghman Lesher <tlesher at digium.com>
+
+ * chan_mobile.c, cdr_addon_mysql.c, res_config_mysql.c: Fix various
+ problems that should have been detected with --enable-dev-mode
+
+2007-08-23 17:23 +0000 [r429] Russell Bryant <russell at digium.com>
+
+ * /, res_config_mysql.c: Merged revisions 428 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r428 | russell | 2007-08-23 12:21:44 -0500 (Thu, 23 Aug
+ 2007) | 4 lines Fix a format string error that caused a crash.
+ This debug message tried to print something as string that was
+ just an int. (closes issue #10520, reported by johann8384, patch
+ by me) ........
+
+2007-08-23 05:13 +0000 [r427] Tilghman Lesher <tlesher at digium.com>
+
+ * asterisk-ooh323c/src/chan_h323.c, cdr_addon_mysql.c,
+ res_config_mysql.c, asterisk-ooh323c/src/chan_h323.h: Bring
+ addons up to date with current trunk
+
+2007-08-19 01:09 +0000 [r426] David Bowerman <david.bowerman at gmail.com>
+
+ * chan_mobile.c: Bring into line with trunk.
+
+2007-08-14 19:41 +0000 [r425] Joshua Colp <jcolp at digium.com>
+
+ * chan_mobile.c: (closes issue #10442) Reported by: phokz Patches:
+ chan_mobile_test_argc.patch uploaded by phokz (license 170) Don't
+ freak out if mobile rfcomm CLI command is used without device and
+ command.
+
+2007-08-13 15:56 +0000 [r424] Jason Parker <jparker at digium.com>
+
+ * /, res_config_mysql.c: Merged revisions 423 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ (closes issue #10438) ........ r423 | qwell | 2007-08-13 10:56:03
+ -0500 (Mon, 13 Aug 2007) | 4 lines If we (re)connect, make sure
+ we set the connect_time Issue 10438 ........
+
+2007-08-12 07:13 +0000 [r422] David Bowerman <david.bowerman at gmail.com>
+
+ * chan_mobile.c: Changes to address audio quality and 1-way audio
+ issues with some phones.
+
+2007-08-08 01:59 +0000 [r421] David Bowerman <david.bowerman at gmail.com>
+
+ * chan_mobile.c, configs/mobile.conf.sample, doc/chan_mobile.txt:
+ Add support for multiple Bluetooth Adapters and therefore
+ multiple concurrent devices. Restrict adapters to one device at a
+ time. Multiple devices on an adapter simply does not work. Note:
+ config file changes as a result of this.
+
+2007-07-21 07:18 +0000 [r418] Russell Bryant <russell at digium.com>
+
+ * /, asterisk-ooh323c/src/chan_h323.c: Merged revisions 417 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r417 | russell | 2007-07-21 02:17:52 -0500 (Sat, 21 Jul
+ 2007) | 2 lines fix a typo ........
+
+2007-07-20 17:25 +0000 [r416] Joshua Colp <jcolp at digium.com>
+
+ * chan_mobile.c: (closes issue #10242) Reported by: IgorG Patches:
+ mobcrash-415-1.patch uploaded by IgorG (license #20) Don't crash
+ when unloading chan_mobile when it did not completely initialize
+ itself.
+
+2007-07-19 15:13 +0000 [r415] Russell Bryant <russell at digium.com>
+
+ * /, asterisk-ooh323c/src/chan_h323.c: Merged revisions 414 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r414 | russell | 2007-07-19 10:12:54 -0500 (Thu, 19 Jul
+ 2007) | 9 lines fix HOLD and UNHOLD control frame processing to
+ the ooh323 channel driver. The minimum thing that every channel
+ driver should do with these is start or stop music on hold on the
+ channel. Optionally, depending on the channel, it may make sense
+ to add configuration options to pass this information down so
+ that the remote end can handle the HOLD signalling in the way
+ that they choose. For example, chan_iax2 will pass this
+ signalling across the network, and chan_zap will pass this
+ signalling on a PRI. (This fixes a problem I saw on the
+ asterisk-users mailing list) ........
+
+2007-07-18 14:31 +0000 [r413] Joshua Colp <jcolp at digium.com>
+
+ * chan_mobile.c: (closes issue #10221) Reported by: galmague Add
+ extra error checking for when sdp_connect fails.
+
+2007-07-16 17:54 +0000 [r412] Steve Murphy <murf at digium.com>
+
+ * chan_mobile.c: Added some informational messages, esp. about SMS,
+ so you can tell WHY sms is not working.
+
+2007-07-13 20:32 +0000 [r411] Russell Bryant <russell at digium.com>
+
+ * Makefile, /: Merged revisions 410 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r410 | russell | 2007-07-13 15:32:31 -0500 (Fri, 13 Jul
+ 2007) | 3 lines We have menuconfig as an alias for menuselect in
+ Asterisk, so add it here as well. (requested by IgorG on IRC)
+ ........
+
+2007-07-09 17:51 +0000 [r409] Steve Murphy <murf at digium.com>
+
+ * cdr_addon_mysql.c, configs/cdr_mysql.conf.sample: Committing
+ 7525, a patch to add SSL connections to mysql. murf did a few
+ adaptations
+
+2007-07-06 21:28 +0000 [r408] Jason Parker <jparker at digium.com>
+
+ * chan_mobile.c, asterisk-ooh323c/src/chan_h323.c,
+ cdr_addon_mysql.c, res_config_mysql.c,
+ asterisk-ooh323c/src/ooh323cDriver.c, app_addon_sql_mysql.c:
+ Convert all of asterisk-addons to use ast_debug instead of
+ ast_log(LOG_DEBUG, ...) Closes issue #10085, initial patch by
+ IgorG, with the rest done by me.
+
+2007-06-29 14:50 +0000 [r407] Russell Bryant <russell at digium.com>
+
+ * res_config_mysql.c: remove useless ast_realloca declaration that
+ is no longer valid (closes issue #10086)
+
+2007-06-21 15:11 +0000 [r406] Joshua Colp <jcolp at digium.com>
+
+ * /, cdr_addon_mysql.c: Merged revisions 405 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ................ r405 | file | 2007-06-21 11:09:38 -0400 (Thu, 21
+ Jun 2007) | 10 lines Merged revisions 404 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
+ ........ r404 | file | 2007-06-21 11:08:22 -0400 (Thu, 21 Jun
+ 2007) | 2 lines Use mysql_errno to get the error instead of
+ mysql_ping's return value. (issue #9434 reported by lupino3)
+ ........ ................
+
+2007-06-18 22:41 +0000 [r399] Russell Bryant <russell at digium.com>
+
+ * /, cdr_addon_mysql.c: Merged revisions 398 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r398 | russell | 2007-06-18 17:40:40 -0500 (Mon, 18 Jun
+ 2007) | 2 lines Fix cdr_addon_mysql to work with Asterisk 1.4.5
+ due to an API change ... ........
+
+2007-06-12 23:03 +0000 [r396-397] Jason Parker <jparker at digium.com>
+
+ * app_addon_sql_mysql.c: We don't need to call mysql_free_result,
+ since if it got here, mysqlres wouldn't be set. Issue 9961, patch
+ by eserra.
+
+ * app_addon_sql_mysql.c: Add the ability to get the next result in
+ a resultset. This let's you use a stored procedure with multiple
+ results - see example(s) in bug report. Also fixes up some
+ documentation errors. Issue 9931, patch by eserra.
+
+2007-06-12 19:48 +0000 [r395] Russell Bryant <russell at digium.com>
+
+ * asterisk-ooh323c/src/chan_h323.c: Uncomment the code to support
+ inband dtmf in chan_ooh323 as someone has reported that it works
+ just fine. (issue #9941, ndrs)
+
+2007-06-09 14:24 +0000 [r394] Tilghman Lesher <tlesher at digium.com>
+
+ * cdr_addon_mysql.c: Issue 9928 - Incorrect logic for failure
+ checking
+
+2007-06-08 21:21 +0000 [r391-393] Russell Bryant <russell at digium.com>
+
+ * cdr_addon_mysql.c, configs/cdr_mysql.conf.sample: Make logging
+ the uniqueid field configurable as opposed to a compile time
+ option. (issue #9320, initial patch from ecaron, updated by me)
+
+ * configs/cdr_mysql.conf.sample: Update sample configuration for
+ cdr_addon_mysql changes
+
+ * cdr_addon_mysql.c: Make field names configurable for
+ cdr_addon_mysql and convert string handling to use the Asterisk
+ strings API. (issue #8594, initial patch submitted by afshin,
+ mostly rewritten by bbryant)
+
+2007-06-07 12:26 +0000 [r390] Joshua Colp <jcolp at digium.com>
+
+ * /, asterisk-ooh323c/src/chan_h323.c: Merged revisions 389 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r389 | file | 2007-06-07 08:25:14 -0400 (Thu, 07 Jun
+ 2007) | 2 lines Don't try to use the name of the configuration
+ option as the logfile... instead use the configuration value.
+ (issue #9908 reported by T-80) ........
+
+2007-06-05 22:06 +0000 [r388] Russell Bryant <russell at digium.com>
+
+ * Makefile, /: Merged revisions 387 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r387 | russell | 2007-06-05 17:05:09 -0500 (Tue, 05 Jun
+ 2007) | 3 lines Fix cross compiling for format_mp3 (issue #9875,
+ patch from zandbelt) ........
+
+2007-06-04 18:52 +0000 [r386] Joshua Colp <jcolp at digium.com>
+
+ * /: Blocked revisions 385 via svnmerge ........ r385 | file |
+ 2007-06-04 14:50:38 -0400 (Mon, 04 Jun 2007) | 2 lines Don't try
+ to access a variable that may be NULL, mmmk? (issue #9829
+ reported by xrg) ........
+
+2007-05-17 15:49 +0000 [r384] Jason Parker <jparker at digium.com>
+
+ * Makefile, build_tools/menuselect-deps.in, chan_mobile.c (added),
+ configure, menuselect-tree, configs/mobile.conf.sample (added),
+ configure.ac, doc/chan_mobile.txt (added), makeopts.in: Add a new
+ channel driver for mobile devices. Currently only supports
+ bluetooth, but may allow more technologies (such as USB) in the
+ future. Currently only supports libbluetooth/bluez which is Linux
+ only. I believe that there is BSD stack in the works, but it may
+ not be compat with libbluetooth. A *HUGE* thanks goes to David
+ Bowerman for doing nearly all of the work on this. I personally
+ am incredibly impressed with his work, and am very thrilled to be
+ adding this. As always, please report bugs on
+ http://bugs.digium.com Please see documentation in
+ doc/chan_mobile.txt.
+
+2007-05-14 16:27 +0000 [r383] Jason Parker <jparker at digium.com>
+
+ * Makefile, aclocal.m4, /, build_tools/menuselect-deps.in,
+ configure, menuselect-tree, configure.ac,
+ asterisk-ooh323c/configure, format_mp3/Makefile,
+ asterisk-ooh323c/Makefile.in, makeopts.in,
+ asterisk-ooh323c/configure.in, asterisk-ooh323c/Makefile.am:
+ Merged revisions 382 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r382 | qwell | 2007-05-14 11:22:44 -0500 (Mon, 14 May
+ 2007) | 6 lines Add support for --with-asterisk to the configure
+ script. This is needed when you use --prefix in the asterisk
+ installation. Issue 8492, patch by me. ........
+
+2007-05-10 17:48 +0000 [r381] Jason Parker <jparker at digium.com>
+
+ * Makefile, /: Merged revisions 380 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r380 | qwell | 2007-05-10 12:47:59 -0500 (Thu, 10 May
+ 2007) | 5 lines Clean up Makefile a little. Wildcard .o files -
+ no need to have different lines for each one. They were all the
+ same. Filter out modules that are in subdirectories, when doing
+ mkdeps - avoids a silly warning. ........
+
+2007-04-30 16:25 +0000 [r377] Russell Bryant <russell at digium.com>
+
+ * asterisk-ooh323c/src/chan_h323.c: update to API changes in trunk
+
+2007-04-16 15:39 +0000 [r367] Jason Parker <jparker at digium.com>
+
+ * res_config_mysql.c: Yet some more cleanup! Issue #9541
+
+2007-04-16 13:16 +0000 [r366] Joshua Colp <jcolp at digium.com>
+
+ * res_config_mysql.c: Clean up res_config_mysql even more! (issue
+ #9541 reported by sergee)
+
+2007-04-11 16:43 +0000 [r363-365] Joshua Colp <jcolp at digium.com>
+
+ * res_config_mysql.c: Logic failure! Only deal with the database
+ socket setting if a host was not specified.
+
+ * res_config_mysql.c: Minor tweak... use ast_strlen_zero to see if
+ host is NULL or not.
+
+ * res_config_mysql.c: Make the configuration loader a bit
+ smarter... and use defaults when we can't find settings. (issue
+ #9518 reported by cstadlmann)
+
+2007-04-10 23:07 +0000 [r362] Tilghman Lesher <tlesher at digium.com>
+
+ * res_config_mysql.c: Issue 5881 - Allow use of separate server
+ connections for read and write operations
+
+2007-04-10 05:43 +0000 [r361] Steve Murphy <murf at digium.com>
+
+ * asterisk-ooh323c/src/chan_h323.c: The channel_alloc() call has
+ been updated to include the new extra args
+
+2007-04-09 20:48 +0000 [r359] Tilghman Lesher <tlesher at digium.com>
+
+ * /, res_config_mysql.c: Merged revisions 358 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ................ r358 | tilghman | 2007-04-09 15:44:51 -0500
+ (Mon, 09 Apr 2007) | 10 lines Merged revisions 357 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
+ ........ r357 | tilghman | 2007-04-09 15:39:45 -0500 (Mon, 09 Apr
+ 2007) | 2 lines Fix memory leaks, and some unnecessary closes
+ ........ ................
+
+2007-04-02 16:22 +0000 [r355-356] Joshua Colp <jcolp at digium.com>
+
+ * res_config_mysql.c: Apparently standard module declaration does
+ not include reload... so we can't use it!
+
+ * res_config_mysql.c: Update res_config_mysql to loader change.
+ (issue #9432 reported by goldwein)
+
+2007-03-27 18:05 +0000 [r353-354] Steve Murphy <murf at digium.com>
+
+ * res_config_mysql.c: The MODULE_INFO line looks like it needs this
+ change-- the reload function was not being referenced
+
+ * res_config_mysql.c: The remainder of the enhancement to the mysql
+ interface: providing the store/destroy functionality for Realtime
+ use, as per 8118
+
+2007-03-13 18:26 +0000 [r349] Russell Bryant <russell at digium.com>
+
+ * res_sqlite3 (removed), /: Merged revisions 348 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r348 | russell | 2007-03-13 13:26:14 -0500 (Tue, 13 Mar
+ 2007) | 3 lines Remove some code that has fallen very out of
+ date. We have a bunch of up to date sqlite modules in the bug
+ tracker that I will be merging soon. ........
+
+2007-03-06 22:36 +0000 [r347] Russell Bryant <russell at digium.com>
+
+ * app_addon_sql_mysql.c: Update the MySQL application so that it
+ supports stored procedures (issue #9217, tgledhill)
+
+2007-02-15 22:26 +0000 [r343] Jason Parker <jparker at digium.com>
+
+ * /, cdr_addon_mysql.c: Merged revisions 342 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ................ r342 | qwell | 2007-02-15 16:25:24 -0600 (Thu,
+ 15 Feb 2007) | 10 lines Merged revisions 341 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
+ ........ r341 | qwell | 2007-02-15 16:23:07 -0600 (Thu, 15 Feb
+ 2007) | 2 lines Fix a typo pointed out by kshummard ........
+ ................
+
+2007-01-19 19:29 +0000 [r330] Russell Bryant <russell at digium.com>
+
+ * /, asterisk-ooh323c/src/chan_h323.c: Merged revisions 329 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r329 | russell | 2007-01-19 13:27:30 -0600 (Fri, 19 Jan
+ 2007) | 3 lines Update digit_end callback to reflect the new
+ prototype that includes the duration. ........
+
+2006-12-14 22:22 +0000 [r320] Joshua Colp <jcolp at digium.com>
+
+ * /, asterisk-ooh323c/src/chan_h323.c: Merged revisions 319 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r319 | file | 2006-12-14 17:19:53 -0500 (Thu, 14 Dec
+ 2006) | 2 lines Update ast_channel_alloc call to new API format.
+ (issue #8582 reported by DEA with minor mods by moi) ........
+
+2006-11-28 16:41 +0000 [r318] Joshua Colp <jcolp at digium.com>
+
+ * /, app_addon_sql_mysql.c: Merged revisions 317 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ................ r317 | file | 2006-11-28 11:40:27 -0500 (Tue, 28
+ Nov 2006) | 10 lines Merged revisions 316 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
+ ........ r316 | file | 2006-11-28 11:39:25 -0500 (Tue, 28 Nov
+ 2006) | 2 lines Print out an error message with the reason if the
+ MySQL query fails. (issue #7837 reported by lupino3) ........
+ ................
+
+2006-09-25 14:39 +0000 [r311] Tilghman Lesher <tlesher at digium.com>
+
+ * Makefile, /: Merged revisions 310 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r310 | tilghman | 2006-09-25 09:37:57 -0500 (Mon, 25 Sep
+ 2006) | 2 lines Combination of tabs and spaces makes the Makefile
+ difficult to follow ........
+
+2006-09-22 23:30 +0000 [r309] Kevin P. Fleming <kpfleming at digium.com>
+
+ * Makefile, /: Merged revisions 308 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
+ ........ r308 | kpfleming | 2006-09-22 18:30:22 -0500 (Fri, 22
+ Sep 2006) | 3 lines remove silly sort don't try to compute
+ dependencies for modules we aren't going to build anyway ........
+
+2006-09-21 16:01 +0000 [r300-303] Kevin P. Fleming <kpfleming at digium.com>
+
+ * /: remove extraneous property
+
+ * /: setup merge tracking
+
+2006-09-20 Kevin P. Fleming <kpfleming at digium.com>
+
+ * Asterisk-Addons 1.4.0-beta1 released.
+
+
Propchange: tags/1.6.0-beta1/ChangeLog
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: tags/1.6.0-beta1/ChangeLog
------------------------------------------------------------------------------
svn:keywords = none
Propchange: tags/1.6.0-beta1/ChangeLog
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the asterisk-addons-commits
mailing list