[asterisk-commits] lmadsen: tag 1.6.2.0-rc1 r214816 - /tags/1.6.2.0-rc1/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Aug 29 11:10:48 CDT 2009
Author: lmadsen
Date: Sat Aug 29 11:10:44 2009
New Revision: 214816
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=214816
Log:
Importing files for 1.6.2.0-rc1 release.
Added:
tags/1.6.2.0-rc1/.lastclean (with props)
tags/1.6.2.0-rc1/.version (with props)
tags/1.6.2.0-rc1/ChangeLog (with props)
Added: tags/1.6.2.0-rc1/.lastclean
URL: http://svn.asterisk.org/svn-view/asterisk/tags/1.6.2.0-rc1/.lastclean?view=auto&rev=214816
==============================================================================
--- tags/1.6.2.0-rc1/.lastclean (added)
+++ tags/1.6.2.0-rc1/.lastclean Sat Aug 29 11:10:44 2009
@@ -1,0 +1,1 @@
+36
Propchange: tags/1.6.2.0-rc1/.lastclean
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: tags/1.6.2.0-rc1/.lastclean
------------------------------------------------------------------------------
svn:keywords = none
Propchange: tags/1.6.2.0-rc1/.lastclean
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: tags/1.6.2.0-rc1/.version
URL: http://svn.asterisk.org/svn-view/asterisk/tags/1.6.2.0-rc1/.version?view=auto&rev=214816
==============================================================================
--- tags/1.6.2.0-rc1/.version (added)
+++ tags/1.6.2.0-rc1/.version Sat Aug 29 11:10:44 2009
@@ -1,0 +1,1 @@
+1.6.2.0-rc1
Propchange: tags/1.6.2.0-rc1/.version
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: tags/1.6.2.0-rc1/.version
------------------------------------------------------------------------------
svn:keywords = none
Propchange: tags/1.6.2.0-rc1/.version
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: tags/1.6.2.0-rc1/ChangeLog
URL: http://svn.asterisk.org/svn-view/asterisk/tags/1.6.2.0-rc1/ChangeLog?view=auto&rev=214816
==============================================================================
--- tags/1.6.2.0-rc1/ChangeLog (added)
+++ tags/1.6.2.0-rc1/ChangeLog Sat Aug 29 11:10:44 2009
@@ -1,0 +1,17686 @@
+2009-08-29 Leif Madsen <lmadsen at digium.com>
+
+ * Asterisk 1.6.2.0-rc1 released.
+
+2009-08-28 20:17 +0000 [r214707] Tilghman Lesher <tlesher at digium.com>
+
+ * main/channel.c, /: Merged revisions 214702 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r214702 | tilghman | 2009-08-28 15:14:39 -0500 (Fri, 28 Aug 2009)
+ | 15 lines Merged revisions 214701 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r214701 | tilghman | 2009-08-28 15:13:32 -0500 (Fri, 28 Aug 2009)
+ | 8 lines Modify comment to be a bit more accurate. We have kept
+ this comment around long enough, that it's pretty clear that
+ we're keeping the code, because changing the code would require a
+ pretty fundamental architectural shift. We've also taken
+ criticism in some quarters, because it was believed that it was
+ referring to the code being nasty. No, the code isn't nasty, just
+ the operation itself is rather odd. Fixed for eternity (probably
+ not). ........ ................
+
+2009-08-28 20:05 +0000 [r214700] Kevin P. Fleming <kpfleming at digium.com>
+
+ * makeopts.in, Makefile, /, configure,
+ include/asterisk/autoconfig.h.in, configure.ac: Merged revisions
+ 214696 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r214696 |
+ kpfleming | 2009-08-28 15:01:21 -0500 (Fri, 28 Aug 2009) | 9
+ lines Ensure that CFLAGS and/or LDFLAGS provided to configure
+ script are preserved. Cross-compilation environments want to
+ provide 'defaults' for compiler and linker options, and
+ frequently do this by specifying CFLAGS and LDFLAGS in the
+ environment or as command-line arguments to the configure script.
+ This patch modifies the configure script and Makefile to preserve
+ these settings and ensure they are used in the build process.
+ ........
+
+2009-08-28 18:43 +0000 [r214653] Mark Michelson <mmichelson at digium.com>
+
+ * /, include/asterisk/sched.h: Merged revisions 214650 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk ........
+ r214650 | mmichelson | 2009-08-28 13:41:23 -0500 (Fri, 28 Aug
+ 2009) | 3 lines Fix some incorrect documentation of sched_thread
+ functions. ........
+
+2009-08-27 21:49 +0000 [r214202-214521] Tilghman Lesher <tlesher at digium.com>
+
+ * autoconf/libcurl.m4 (added), /, configure,
+ include/asterisk/autoconfig.h.in, configure.ac: Merged revisions
+ 214518 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r214518 | tilghman | 2009-08-27 16:46:46 -0500 (Thu, 27 Aug 2009)
+ | 14 lines Merged revisions 214517 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r214517 | tilghman | 2009-08-27 16:45:34 -0500 (Thu, 27 Aug 2009)
+ | 7 lines Use autoconf to detect libcurl, as this enables
+ cross-compilation checks, something we didn't allow before.
+ (closes issue #15714) Reported by: pprindeville Patches:
+ 20090813__issue15714.diff.txt uploaded by tilghman (license 14)
+ Tested by: pprindeville ........ ................
+
+ * main/manager.c, /: Merged revisions 214514 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r214514 |
+ tilghman | 2009-08-27 16:26:37 -0500 (Thu, 27 Aug 2009) | 7 lines
+ Ensure that we check for the special value
+ CONFIG_STATUS_FILEINVALID. (closes issue #15786) Reported by:
+ a_villacis Patches:
+ asterisk-1.6.2.0-beta4-manager-fix-crash-on-include-nonexistent-file.patch
+ uploaded by a villacis (license 660) (Plus a few of my own, to
+ catch the remaining places within manager.c where it could have
+ been a problem) ........
+
+ * autoconf/ast_ext_lib.m4, /, configure,
+ include/asterisk/autoconfig.h.in, configure.ac: Merged revisions
+ 214466 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r214466 | tilghman | 2009-08-27 12:28:01 -0500 (Thu, 27 Aug 2009)
+ | 9 lines Merged revisions 214436 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r214436 | tilghman | 2009-08-27 11:53:58 -0500 (Thu, 27 Aug 2009)
+ | 2 lines One more build system change, to make the descriptions
+ look better, if we have better information. ........
+ ................
+
+ * autoconf/ast_ext_lib.m4, /, configure,
+ include/asterisk/autoconfig.h.in: Merged revisions 214360 via
+ svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r214360 | tilghman | 2009-08-27 11:12:03 -0500
+ (Thu, 27 Aug 2009) | 10 lines Merged revisions 214357 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r214357 | tilghman | 2009-08-27 11:03:50 -0500 (Thu, 27 Aug 2009)
+ | 3 lines Make autoheader descriptions render correctly in our
+ autoconfig.h file. (Figured out while working with issue #14906)
+ ........ ................
+
+ * /, channels/chan_sip.c: Merged revisions 214199 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r214199 |
+ tilghman | 2009-08-26 11:53:03 -0500 (Wed, 26 Aug 2009) | 6 lines
+ Typo fix ("SIP/2.0 XXX" is 11 chars, not 10) (closes issue
+ #15362) Reported by: klaus3000 Patches:
+ chan_sip.c_logmessagefix_patch.txt uploaded by klaus3000 (license
+ 65) ........
+
+2009-08-26 16:39 +0000 [r214196] David Vossel <dvossel at digium.com>
+
+ * main/channel.c, /: Merged revisions 214195 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r214195 | dvossel | 2009-08-26 11:38:53 -0500 (Wed, 26 Aug 2009)
+ | 25 lines Merged revisions 214194 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r214194 | dvossel | 2009-08-26 11:36:42 -0500 (Wed, 26 Aug 2009)
+ | 19 lines ast_write() ignores ast_audiohook_write() results In
+ ast_write(), if a channel has a list of audiohooks, those lists
+ are written to and the resulting frame is what ast_write() should
+ continue with. The problem was the returned audiohook frame was
+ not being handled at all, and the original frame passed into it
+ did not contain the mixed audio, so essentially audio was being
+ lost. One result of this was chan_spy's whisper mode no longer
+ worked. To complicate the issue, frames passed into ast_write may
+ either be a single frame, or a list of frames. So, as the list of
+ frames is processed in the audiohook_write, the returned frames
+ had to be added to a new list. (closes issue #15660) Reported by:
+ corruptor Tested by: dvossel ........ ................
+
+2009-08-25 22:43 +0000 [r213903-214155] Tilghman Lesher <tlesher at digium.com>
+
+ * /, configure, include/asterisk/autoconfig.h.in, configure.ac:
+ Merged revisions 214152 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r214152 |
+ tilghman | 2009-08-25 17:39:51 -0500 (Tue, 25 Aug 2009) | 4 lines
+ Not all versions of gnu-linux use glibc, which contains iconv.
+ Some (especially embedded systems) don't have iconv at all.
+ (closes issue #15169) Reported by: pprindeville ........
+
+ * /, main/say.c: Merged revisions 214071 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r214071 | tilghman | 2009-08-25 14:32:48 -0500 (Tue, 25 Aug 2009)
+ | 17 lines Merged revisions 214068-214069 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r214068 | tilghman | 2009-08-25 14:26:50 -0500 (Tue, 25 Aug 2009)
+ | 6 lines Fix pronunciation of German dates. (closes issue
+ #15273) Reported by: Benjamin Kluck Patches: say_c.patch uploaded
+ by Benjamin Kluck (license 803) ........ r214069 | tilghman |
+ 2009-08-25 14:28:42 -0500 (Tue, 25 Aug 2009) | 2 lines I should
+ always compile before committing... ........ ................
+
+ * /, pbx/pbx_dundi.c: Merged revisions 213975 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r213975 |
+ tilghman | 2009-08-25 01:51:12 -0500 (Tue, 25 Aug 2009) | 6 lines
+ DUNDILOOKUP function in 1.6 should use comma delimiters. (closes
+ issue #15322) Reported by: chappell Patches:
+ dundilookup-0015322.patch uploaded by chappell (license 8)
+ ........
+
+ * main/pbx.c, /: Merged revisions 213971 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r213971 | tilghman | 2009-08-25 01:35:37 -0500 (Tue, 25 Aug 2009)
+ | 14 lines Merged revisions 213970 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r213970 | tilghman | 2009-08-25 01:34:44 -0500 (Tue, 25 Aug 2009)
+ | 7 lines Improve error message by informing user exactly which
+ function is missing a parethesis. (closes issue #15242) Reported
+ by: Nick_Lewis Patches: pbx.c-funcparenthesis.patch2 uploaded by
+ dbrooks (license 790) pbx.c-funcparenthesis-1.4.diff uploaded by
+ loloski (license 68) ........ ................
+
+ * Makefile, /: Merged revisions 213904 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r213904 |
+ tilghman | 2009-08-24 21:54:07 -0500 (Mon, 24 Aug 2009) | 6 lines
+ The DTD should be installed in the same path as the rest of the
+ XML documentation. (closes issue #15344) Reported by: tzafrir
+ Patches: makefile_appdocs_dtd.diff uploaded by tzafrir (license
+ 46) ........
+
+ * Makefile, /: Merged revisions 213900 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r213900 | tilghman | 2009-08-24 21:41:17 -0500 (Mon, 24 Aug 2009)
+ | 11 lines Merged revisions 213899 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r213899 | tilghman | 2009-08-24 21:40:22 -0500 (Mon, 24 Aug 2009)
+ | 4 lines Use the default runlevels for Debian derivatives,
+ instead of making up our own. (closes issue #14730) Reported by:
+ pkempgen ........ ................
+
+2009-08-24 16:49 +0000 [r213836] Jeff Peeler <jpeeler at digium.com>
+
+ * apps/app_voicemail.c, /: Merged revisions 213833 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk ........
+ r213833 | jpeeler | 2009-08-24 11:43:57 -0500 (Mon, 24 Aug 2009)
+ | 14 lines Fix storage of greetings when using IMAP_STORAGE The
+ store macro was not getting called preventing storage of IMAP
+ greetings at all. This has been corrected along with fixing
+ checking if the imapgreetings option is turned on to store the
+ greeting in IMAP. Lastly, the attachment filename was incorrectly
+ using the full path instead of just the basename, which was
+ causing problems with retrieval of the greeting. (closes issue
+ #14950) Reported by: noahisaac (closes issue #15729) Reported by:
+ lmadsen ........
+
+2009-08-24 04:54 +0000 [r213791] Moises Silva <moises.silva at gmail.com>
+
+ * channels/chan_dahdi.c, /: Merged revisions 213790 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk ........
+ r213790 | moy | 2009-08-24 00:46:28 -0400 (Mon, 24 Aug 2009) | 1
+ line improve handling of openr2_chan_disconnect_call API failure,
+ unlikely, but happened on openr2 library bug ........
+
+2009-08-21 22:54 +0000 [r213739] Tilghman Lesher <tlesher at digium.com>
+
+ * /, channels/chan_sip.c: Merged revisions 213738 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r213738 |
+ tilghman | 2009-08-21 17:36:39 -0500 (Fri, 21 Aug 2009) | 2 lines
+ Clarifying comments in sip_register, and removing a dead section
+ ........
+
+2009-08-21 22:23 +0000 [r213721] David Vossel <dvossel at digium.com>
+
+ * /, channels/chan_sip.c: Merged revisions 213716 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r213716 |
+ dvossel | 2009-08-21 17:22:11 -0500 (Fri, 21 Aug 2009) | 10 lines
+ Register request line contains wrong address when user domain and
+ register host differ (closes issue #15539) Reported by:
+ Nick_Lewis Patches: chan_sip.c-registraraddr.patch uploaded by
+ Nick (license 657) register_domain_fix_1.6.2 uploaded by dvossel
+ (license 671) Tested by: Nick_Lewis, dvossel ........
+
+2009-08-21 21:44 +0000 [r213698] Kevin P. Fleming <kpfleming at digium.com>
+
+ * apps/app_voicemail.c, /: Merged revisions 213697 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk ........
+ r213697 | kpfleming | 2009-08-21 16:39:51 -0500 (Fri, 21 Aug
+ 2009) | 12 lines Ensure that realtime mailboxes properly report
+ status on subscription. This patch modifies app_voicemail's
+ response to mailbox status subscriptions (via the internal event
+ system) to ensure that a subscription triggers an explicit poll
+ of the mailbox, so the subscriber can get an immediate cached
+ event with that status. Previously, the cache was only populated
+ with the status of non-realtime mailboxes. (closes issue #15717)
+ Reported by: natmlt ........
+
+2009-08-21 21:12 +0000 [r213636] David Vossel <dvossel at digium.com>
+
+ * /, channels/chan_sip.c: Merged revisions 213635 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r213635 |
+ dvossel | 2009-08-21 16:02:50 -0500 (Fri, 21 Aug 2009) | 5 lines
+ fixes sip register parsing when user at domain is used (issue
+ #15008) (issue #15672) ........
+
+2009-08-21 16:55 +0000 [r213563] Tilghman Lesher <tlesher at digium.com>
+
+ * include/asterisk.h, /: Merged revisions 213560 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r213560 | tilghman | 2009-08-21 11:53:52 -0500 (Fri, 21 Aug 2009)
+ | 14 lines Merged revisions 213559 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r213559 | tilghman | 2009-08-21 11:52:53 -0500 (Fri, 21 Aug 2009)
+ | 7 lines Permit DEBUG_FD_LEAKS to be used with C++ source files.
+ (closes issue #15698) Reported by: slavon Patches:
+ 20090817__issue15698.diff.txt uploaded by tilghman (license 14)
+ Tested by: slavon, tilghman ........ ................
+
+2009-08-21 16:06 +0000 [r213497] Jason Parker <jparker at digium.com>
+
+ * /, configs/queues.conf.sample: Merged revisions 213494 via
+ svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r213494 | qwell | 2009-08-21 11:04:21 -0500
+ (Fri, 21 Aug 2009) | 12 lines Merged revisions 213493 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r213493 | qwell | 2009-08-21 11:03:21 -0500 (Fri, 21 Aug 2009) |
+ 5 lines Clarify queues.conf comments to specify that variables
+ should be set in the dialplan. (closes issue #15755) Reported by:
+ trendboy ........ ................
+
+2009-08-21 04:25 +0000 [r213475-213481] Moises Silva <moises.silva at gmail.com>
+
+ * channels/chan_dahdi.c, /: Merged revisions 213454 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk ........
+ r213454 | moy | 2009-08-21 00:09:26 -0400 (Fri, 21 Aug 2009) | 1
+ line increment the mfcr2 monitor count when clearing the call
+ request ........
+
+ * channels/chan_dahdi.c, /: Merged revisions 213216 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk ........
+ r213216 | moy | 2009-08-19 23:26:59 -0400 (Wed, 19 Aug 2009) | 1
+ line fixed bug caused by calling ast_request without calling
+ ast_call on an R2 channel, ie, CHANISAVAIL ........
+
+2009-08-21 03:53 +0000 [r213453] Terry Wilson <twilson at digium.com>
+
+ * main/loader.c, /: Merged revisions 213450 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r213450 |
+ twilson | 2009-08-20 22:48:54 -0500 (Thu, 20 Aug 2009) | 2 lines
+ Make LOAD_ORDER actually work ........
+
+2009-08-20 21:50 +0000 [r213413] Jeff Peeler <jpeeler at digium.com>
+
+ * apps/app_voicemail.c, /: Merged revisions 213404 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk ........
+ r213404 | jpeeler | 2009-08-20 16:33:11 -0500 (Thu, 20 Aug 2009)
+ | 12 lines Fix greeting retrieval from IMAP Properly check for
+ the current voicemail state and if it doesn't exist, create it.
+ (closes issue #14597) Reported by: wtca Patches: 14597_v2.patch
+ uploaded by mmichelson (license 60) Tested by: jpeeler ........
+
+2009-08-20 20:37 +0000 [r213350] Matthew Nicholson <mnicholson at digium.com>
+
+ * /, main/features.c: Merged revisions 213327 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r213327 |
+ mnicholson | 2009-08-20 15:29:32 -0500 (Thu, 20 Aug 2009) | 7
+ lines Fix a crash by checking the proper pointer for validity
+ before deferencing it. (closes issue #15751) Reported by: atis
+ Patches: ast_bridge_call_peer_cdr.patch uploaded by atis (license
+ 242) ........
+
+2009-08-19 22:41 +0000 [r213182] Jason Parker <jparker at digium.com>
+
+ * main/alaw.c, main/ulaw.c, /: Merged revisions 213179 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk ........
+ r213179 | qwell | 2009-08-19 17:38:46 -0500 (Wed, 19 Aug 2009) |
+ 5 lines Fix compile when certain G711 menuselect options are
+ enabled. (closes issue #15697) Reported by: slavon ........
+
+2009-08-19 21:25 +0000 [r213128] David Vossel <dvossel at digium.com>
+
+ * apps/app_mixmonitor.c, /: Merged revisions 213113 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r213113 | dvossel | 2009-08-19 16:21:00 -0500
+ (Wed, 19 Aug 2009) | 14 lines Merged revisions 213103 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r213103 | dvossel | 2009-08-19 16:18:37 -0500 (Wed, 19 Aug 2009)
+ | 8 lines Fixes memory leak caused by incorrectly freeing
+ mixmonitor (closes issue #15699) Reported by: edantie Patches:
+ mixmonitor.patch uploaded by edantie (license 862) ........
+ ................
+
+2009-08-19 21:22 +0000 [r213095-213117] Tilghman Lesher <tlesher at digium.com>
+
+ * configs/sip.conf.sample, /, channels/chan_sip.c: Merged revisions
+ 213098 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r213098 |
+ tilghman | 2009-08-19 16:05:17 -0500 (Wed, 19 Aug 2009) | 9 lines
+ Better parsing for the "register" line Allows characters that are
+ otherwise used as delimiters to be used within certain fields
+ (like the secret). (closes issue #15008, closes issue #15672)
+ Reported by: tilghman Patches: 20090818__issue15008.diff.txt
+ uploaded by tilghman (license 14) Tested by: lmadsen, tilghman
+ ........
+
+ * /, channels/chan_sip.c: Merged revisions 213093 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r213093 |
+ tilghman | 2009-08-19 15:29:41 -0500 (Wed, 19 Aug 2009) | 7 lines
+ If we have realtime caching enabled, 'sip reload' must purge
+ users/peers, even if the config files haven't changed. (closes
+ issue #12869) Reported by: bcnit Patches:
+ 20090819__issue12869__2.diff.txt uploaded by tilghman (license
+ 14) Tested by: lasko ........
+
+2009-08-19 15:35 +0000 [r213047] Russell Bryant <russell at digium.com>
+
+ * /, main/features.c: Merged revisions 213046 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r213046 |
+ russell | 2009-08-19 10:32:18 -0500 (Wed, 19 Aug 2009) | 4 lines
+ Don't blow up on a NULL cdr. Reported in #asterisk-dev. ........
+
+2009-08-18 20:34 +0000 [r212931-212944] Kevin P. Fleming <kpfleming at digium.com>
+
+ * /: Merged revisions 212939 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r212939 |
+ kpfleming | 2009-08-18 15:33:34 -0500 (Tue, 18 Aug 2009) | 1 line
+ Remove some accidentally-committed properties. ........
+
+ * sounds/Makefile, doc/tex/asterisk.tex, CREDITS, /,
+ UPGRADE-1.4.txt, sounds/sounds.xml, build_tools/prep_tarball:
+ Merged revisions 212922 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r212922 |
+ kpfleming | 2009-08-18 15:29:37 -0500 (Tue, 18 Aug 2009) | 6
+ lines Convert this branch to Opsound music-on-hold. For more
+ details:
+ http://blogs.digium.com/2009/08/18/asterisk-music-on-hold-changes/
+ ........
+
+2009-08-18 19:28 +0000 [r212866] Tilghman Lesher <tlesher at digium.com>
+
+ * /, configs/extconfig.conf.sample: Merged revisions 212857 via
+ svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+ ........ r212857 | tilghman | 2009-08-18 14:25:09 -0500 (Tue, 18
+ Aug 2009) | 4 lines Make the default extconfig.conf match entries
+ with the sample res_mysql.conf. This eliminates a future source
+ of possible confusion with the configuration of 1.6.1 and higher.
+ ........
+
+2009-08-18 16:56 +0000 [r212769] Richard Mudgett <rmudgett at digium.com>
+
+ * channels/misdn/isdn_lib.c, /: Merged revisions 212758 via
+ svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r212758 | rmudgett | 2009-08-18 11:29:47 -0500
+ (Tue, 18 Aug 2009) | 9 lines Merged revisions 212727 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.4
+ ........ r212727 | rmudgett | 2009-08-18 11:00:56 -0500 (Tue, 18
+ Aug 2009) | 1 line Removed some deadwood and added some doxygen
+ comments. ........ ................
+
+2009-08-18 16:41 +0000 [r212767] Sean Bright <sean at malleable.com>
+
+ * main/manager.c, /: Merged revisions 212764 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r212764 | seanbright | 2009-08-18 12:38:36 -0400 (Tue, 18 Aug
+ 2009) | 18 lines Merged revisions 212763 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r212763 | seanbright | 2009-08-18 12:36:00 -0400 (Tue, 18 Aug
+ 2009) | 11 lines Delay the creation of temporary files until we
+ have a valid manager command to handle. Without this patch,
+ asterisk creates a temporary file before determining if the
+ specified command is valid. If invalid, we weren't properly
+ cleaning up the file. (closes issue #15730) Reported by: zmehmood
+ Patches: M15730.diff uploaded by junky (license 177) Tested by:
+ zmehmood ........ ................
+
+2009-08-17 20:01 +0000 [r212631] Tilghman Lesher <tlesher at digium.com>
+
+ * apps/app_voicemail.c, /: Merged revisions 212627 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk ........
+ r212627 | tilghman | 2009-08-17 14:57:42 -0500 (Mon, 17 Aug 2009)
+ | 4 lines Check the return value of opendir(3), or we may crash.
+ (closes issue #15720) Reported by: tobias_e ........
+
+2009-08-17 18:56 +0000 [r212580-212584] Sean Bright <sean at malleable.com>
+
+ * /, channels/chan_agent.c: Merged revisions 212581 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk ........
+ r212581 | seanbright | 2009-08-17 14:50:24 -0400 (Mon, 17 Aug
+ 2009) | 5 lines Correct spelling of AGENTACCEPTDTMF in
+ chan_agent. (closes issue #15668) Reported by: davidw ........
+
+ * main/logger.c: Merged revisions 212574 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r212574 |
+ seanbright | 2009-08-17 14:18:16 -0400 (Mon, 17 Aug 2009) | 8
+ lines Correct the return value check for ast_safe_system. The
+ logic here was reversed as ast_safe_system returns -1 on error
+ and not on success. Fix suggested by reporter. (closes issue
+ #15667) Reported by: loic ........
+
+2009-08-17 16:52 +0000 [r212509] Jeff Peeler <jpeeler at digium.com>
+
+ * channels/misdn_config.c, /: Merged revisions 212506 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r212506 | jpeeler | 2009-08-17 11:50:45 -0500
+ (Mon, 17 Aug 2009) | 19 lines Merged revisions 212498 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r212498 | jpeeler | 2009-08-17 11:34:56 -0500 (Mon, 17 Aug 2009)
+ | 12 lines Fix segfault when reloading chan_misdn. If more ports
+ were specified than configured in misdn.conf a reload would crash
+ asterisk. The problem was the unconfigured port was using data
+ from the previously configured port. When the data for an
+ unconfigured port was freed a crash would result from the double
+ free. (closes issue #12113) Reported by: agupta Patches:
+ bug12113.patch uploaded by jpeeler (license 325) ........
+ ................
+
+2009-08-17 15:51 +0000 [r212434] Richard Mudgett <rmudgett at digium.com>
+
+ * channels/chan_dahdi.c, /: Merged revisions 212431 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r212431 | rmudgett | 2009-08-17 10:42:51 -0500
+ (Mon, 17 Aug 2009) | 16 lines Merged revisions 212430 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 Fix
+ uninitialized variable causing random MWI indications. (closes
+ issue #15727) Reported by: doda Patches: dahdi_changes.patch
+ uploaded by doda (license 853) ........ r212430 | rmudgett |
+ 2009-08-17 10:36:28 -0500 (Mon, 17 Aug 2009) | 1 line Fix
+ uninitialized variable. ........ ................
+
+2009-08-14 17:37 +0000 [r212250] Tilghman Lesher <tlesher at digium.com>
+
+ * funcs/func_curl.c, /: Merged revisions 212249 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r212249 |
+ tilghman | 2009-08-14 12:36:40 -0500 (Fri, 14 Aug 2009) | 2 lines
+ Add SSL_VERIFYPEER, as requested on the -users list ........
+
+2009-08-13 15:47 +0000 [r212116] Kevin P. Fleming <kpfleming at digium.com>
+
+ * /, channels/chan_sip.c: Merged revisions 212113 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r212113 |
+ kpfleming | 2009-08-13 10:46:25 -0500 (Thu, 13 Aug 2009) | 3
+ lines Ensure that T38FaxVersion is put into outgoing SDP in the
+ proper case. ........
+
+2009-08-13 13:56 +0000 [r212070] Joshua Colp <jcolp at digium.com>
+
+ * /, channels/chan_sip.c: Merged revisions 212067 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r212067 |
+ file | 2009-08-13 10:51:04 -0300 (Thu, 13 Aug 2009) | 2 lines
+ Check an actual populated variable when seeing if we need to do
+ video or not. ........
+
+2009-08-13 11:47 +0000 [r212030] Gavin Henry <ghenry at suretecsystems.com>
+
+ * contrib/scripts/asterisk.ldap-schema,
+ contrib/scripts/asterisk.ldif, /: Merged revisions 212027 via
+ svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+ ........ r212027 | ghenry | 2009-08-13 12:37:12 +0100 (Thu, 13
+ Aug 2009) | 6 lines Fixed typo (closes issue #15710) Reported by:
+ suretec ........
+
+2009-08-12 23:16 +0000 [r211951-211959] Matthew Nicholson <mnicholson at digium.com>
+
+ * apps/app_queue.c, /: Merged revisions 211957 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r211957 | mnicholson | 2009-08-12 18:14:36 -0500 (Wed, 12 Aug
+ 2009) | 17 lines Merged revisions 211953 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r211953 | mnicholson | 2009-08-12 18:04:02 -0500 (Wed, 12 Aug
+ 2009) | 10 lines This patch adds additional checking when
+ generating queue log TRANSFER events. The additional checks
+ prevent generation of false TRANSFER events in certain
+ situations. (closes issue #14536) Reported by: aragon Patches:
+ queue-log-xfer-fix1.diff uploaded by mnicholson (license 96)
+ Tested by: aragon, mnicholson ........ ................
+
+ * /, channels/chan_sip.c: Merged revisions 211876 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r211876 |
+ mnicholson | 2009-08-12 14:53:14 -0500 (Wed, 12 Aug 2009) | 11
+ lines Make asterisk handle 423 Interval Too Short messages
+ better. This change uses separate values for the acceptable
+ minimum expiry provided by the 423 error and the expiry value
+ stored in the configuration file. Previously, the value pulled
+ from the configuration file would be overwritten. (closes issue
+ #14366) Reported by: Nick_Lewis Patches: sip-expiry-fix1.diff
+ uploaded by mnicholson (license 96) chan_sip.c-reqexpiry.patch
+ uploaded by Nick (license 657) Tested by: mnicholson ........
+
+2009-08-12 16:21 +0000 [r211785] Gavin Henry <ghenry at suretecsystems.com>
+
+ * res/res_config_ldap.c, contrib/scripts/asterisk.ldap-schema,
+ contrib/scripts/asterisk.ldif, /: Merged revisions 211767 via
+ svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+ ........ r211767 | ghenry | 2009-08-12 17:00:46 +0100 (Wed, 12
+ Aug 2009) | 33 lines Added three new attributes and applied a
+ patch to res_config_ldap.c attributetype (
+ AstAccountSubscribeContext NAME 'AstAccountSubscribeContext' DESC
+ 'Asterisk subscribe context' EQUALITY caseIgnoreMatch SUBSTR
+ caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
+ attributetype ( AstAccountIpAddr NAME 'AstAccountIpAddr' DESC
+ 'Asterisk aaccount IP address' EQUALITY caseIgnoreMatch SUBSTR
+ caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
+ attributetype ( AstAccountUserAgent NAME 'AstAccountUserAgent'
+ DESC 'Asterisk account user context' EQUALITY caseIgnoreMatch
+ SUBSTR caseIgnoreSubstringsMatch SYNTAX
+ 1.3.6.1.4.1.1466.115.121.1.15) and patch
+ fix_empty_attributes_1.6.1.4_v2.patch (closes issue #13725)
+ Reported by: macogeek Patches:
+ fix_empty_attributes_1.6.1.4_v2.patch uploaded by xvisor (license
+ 863) Tested by: suretec ........
+
+2009-08-10 19:51 +0000 [r211580-211585] Tilghman Lesher <tlesher at digium.com>
+
+ * doc/CODING-GUIDELINES, /: Merged revisions 211584 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r211584 | tilghman | 2009-08-10 14:49:41 -0500
+ (Mon, 10 Aug 2009) | 9 lines Merged revisions 211583 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.4
+ ........ r211583 | tilghman | 2009-08-10 14:48:48 -0500 (Mon, 10
+ Aug 2009) | 1 line Conversion specifiers, not format specifiers
+ ........ ................
+
+ * apps/app_queue.c, apps/app_talkdetect.c, agi/eagi-sphinx-test.c,
+ res/res_config_curl.c, channels/chan_usbradio.c,
+ channels/chan_misdn.c, res/snmp/agent.c, apps/app_sms.c,
+ apps/app_verbose.c, apps/app_stack.c, apps/app_mixmonitor.c,
+ main/asterisk.c, main/dsp.c, main/timing.c,
+ doc/CODING-GUIDELINES, funcs/func_speex.c, main/frame.c,
+ utils/muted.c, apps/app_meetme.c, apps/app_alarmreceiver.c,
+ cdr/cdr_pgsql.c, res/res_musiconhold.c, channels/chan_iax2.c,
+ apps/app_followme.c, main/enum.c, main/indications.c,
+ res/res_config_sqlite.c, channels/misdn_config.c, utils/frame.c,
+ main/cli.c, pbx/pbx_loopback.c, channels/chan_phone.c,
+ funcs/func_enum.c, res/res_smdi.c, channels/chan_skinny.c,
+ funcs/func_odbc.c, apps/app_minivm.c, res/res_agi.c,
+ res/res_config_ldap.c, apps/app_adsiprog.c,
+ funcs/func_dialplan.c, main/pbx.c, main/dnsmgr.c,
+ funcs/func_sprintf.c, funcs/func_timeout.c, channels/chan_sip.c,
+ apps/app_privacy.c, res/res_limit.c, apps/app_waitforsilence.c,
+ codecs/codec_speex.c, agi/eagi-test.c, apps/app_morsecode.c,
+ funcs/func_cut.c, channels/chan_oss.c, main/netsock.c,
+ apps/app_waitforring.c, funcs/func_channel.c, apps/app_macro.c,
+ pbx/pbx_dundi.c, utils/extconf.c, pbx/pbx_config.c,
+ apps/app_chanspy.c, res/res_odbc.c, apps/app_voicemail.c,
+ apps/app_dahdibarge.c, funcs/func_rand.c, apps/app_readfile.c, /,
+ apps/app_record.c, main/utils.c, cdr/cdr_adaptive_odbc.c,
+ res/res_http_post.c, main/config.c, res/ael/pval.c, main/cdr.c,
+ main/channel.c, channels/chan_dahdi.c, pbx/pbx_spool.c,
+ main/manager.c, apps/app_setcallerid.c, apps/app_osplookup.c,
+ main/features.c, main/http.c, channels/xpmr/xpmr.c,
+ apps/app_rpt.c, channels/chan_mgcp.c, res/res_config_pgsql.c,
+ channels/chan_agent.c, funcs/func_math.c, apps/app_waituntil.c,
+ apps/app_disa.c, main/acl.c, apps/app_originate.c,
+ channels/iax2-provision.c: AST-2009-005
+
+2009-08-10 14:15 +0000 [r211350] Joshua Colp <jcolp at digium.com>
+
+ * /, channels/chan_sip.c: Merged revisions 211347 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r211347 |
+ file | 2009-08-10 11:07:44 -0300 (Mon, 10 Aug 2009) | 5 lines Fix
+ retrieval of the port used for the video stream when adding SDP
+ to a SIP message. (closes issue #15121) Reported by: jsmith
+ ........
+
+2009-08-09 15:43 +0000 [r211235-211278] Tilghman Lesher <tlesher at digium.com>
+
+ * /, main/astfd.c: Merged revisions 211275 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r211275 | tilghman | 2009-08-09 10:42:02 -0500 (Sun, 09 Aug 2009)
+ | 9 lines Merged revisions 211274 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r211274 | tilghman | 2009-08-09 10:41:01 -0500 (Sun, 09 Aug 2009)
+ | 2 lines Small oops. Clear the flags which have been checked.
+ ........ ................
+
+ * apps/app_stack.c, /: Merged revisions 211232 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r211232 |
+ tilghman | 2009-08-09 02:11:22 -0500 (Sun, 09 Aug 2009) | 4 lines
+ Check for NULL frame, before dereferencing pointer. (closes issue
+ #15617) Reported by: rain ........
+
+2009-08-07 20:18 +0000 [r211122] Russell Bryant <russell at digium.com>
+
+ * apps/app_chanspy.c, /: Merged revisions 211113 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r211113 | russell | 2009-08-07 15:12:21 -0500 (Fri, 07 Aug 2009)
+ | 11 lines Recorded merge of revisions 211112 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r211112 | russell | 2009-08-07 15:11:31 -0500 (Fri, 07 Aug 2009)
+ | 4 lines Resolve a deadlock involving app_chanspy and
+ masquerades. (ABE-1936) ........ ................
+
+2009-08-07 18:20 +0000 [r211051] Tilghman Lesher <tlesher at digium.com>
+
+ * apps/app_queue.c, /: Merged revisions 211040 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r211040 | tilghman | 2009-08-07 13:17:41 -0500 (Fri, 07 Aug 2009)
+ | 21 lines Merged revisions 211038 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r211038 | tilghman | 2009-08-07 13:16:28 -0500 (Fri, 07 Aug 2009)
+ | 14 lines QUEUE_MEMBER_LIST _really_ wants the interface name,
+ not the membername. This is a partial revert of revision 82590,
+ which was an attempted cleanup, but in reality, it broke
+ QUEUE_MEMBER_LIST, which has always been intended as a method by
+ which component interfaces could be queried from the queue.
+ Membername isn't useful here, because that field cannot be used
+ to obtain further information about the member. See the
+ documentation on QUEUE_MEMBER_LIST, RemoveQueueMember,
+ QUEUE_MEMBER_PENALTY, and the various AMI commands which take a
+ member argument for further justification. (closes issue #15664)
+ Reported by: rain Patches: app_queue-queue_member_list.diff
+ uploaded by rain (license 327) ........ ................
+
+2009-08-07 13:10 +0000 [r210995] Kevin P. Fleming <kpfleming at digium.com>
+
+ * main/udptl.c, /: Merged revisions 210992 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r210992 |
+ kpfleming | 2009-08-07 08:08:00 -0500 (Fri, 07 Aug 2009) | 13
+ lines Workaround broken T.38 endpoints that offer tiny
+ MaxDatagram sizes. Some T.38 endpoints treat T38FaxMaxDatagram as
+ the maximum IFP size that should be sent to them, rather than the
+ maximum packet payload size. If such an endpoint also requests
+ UDPRedundancy as the error correction mode, we'll end up
+ calculating a tiny maximum IFP size, so small as to be unusable.
+ This patch sets a lower bound on what we'll consider the remote's
+ maximum IFP size to be, assuming that endpoints that do this
+ really can accept larger packets than they've offered to accept.
+ (closes issue #15649) Reported by: dazza76 ........
+
+2009-08-06 21:47 +0000 [r210911-210917] Tilghman Lesher <tlesher at digium.com>
+
+ * main/channel.c, /: Merged revisions 210914 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r210914 | tilghman | 2009-08-06 16:46:01 -0500 (Thu, 06 Aug 2009)
+ | 14 lines Merged revisions 210913 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r210913 | tilghman | 2009-08-06 16:45:01 -0500 (Thu, 06 Aug 2009)
+ | 7 lines Because channel information can be accessed outside of
+ the channel thread, we must lock the channel prior to modifying
+ it. (closes issue #15397) Reported by: caspy Patches:
+ 20090714__issue15397.diff.txt uploaded by tilghman (license 14)
+ Tested by: caspy ........ ................
+
+ * apps/app_stack.c, include/asterisk/app.h, /, main/app.c: Merged
+ revisions 210908 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r210908 |
+ tilghman | 2009-08-06 16:29:26 -0500 (Thu, 06 Aug 2009) | 9 lines
+ Allow Gosub to recognize quote delimiters without consuming them.
+ (closes issue #15557) Reported by: rain Patches:
+ 20090723__issue15557.diff.txt uploaded by tilghman (license 14)
+ Tested by: rain Review: https://reviewboard.asterisk.org/r/316/
+ ........
+
+2009-08-06 17:49 +0000 [r210820] Joshua Colp <jcolp at digium.com>
+
+ * /, channels/chan_sip.c: Merged revisions 210817 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r210817 |
+ file | 2009-08-06 14:47:04 -0300 (Thu, 06 Aug 2009) | 11 lines
+ Accept additional T.38 reinvites after an initial one has been
[... 16992 lines stripped ...]
More information about the asterisk-commits
mailing list