[asterisk-commits] lmadsen: tag 1.6.2.0-beta2 r192930 - /tags/1.6.2.0-beta2/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu May 7 11:04:30 CDT 2009


Author: lmadsen
Date: Thu May  7 11:04:27 2009
New Revision: 192930

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=192930
Log:
Importing files for 1.6.2.0-beta2 release.

Added:
    tags/1.6.2.0-beta2/.lastclean   (with props)
    tags/1.6.2.0-beta2/.version   (with props)
    tags/1.6.2.0-beta2/ChangeLog   (with props)

Added: tags/1.6.2.0-beta2/.lastclean
URL: http://svn.asterisk.org/svn-view/asterisk/tags/1.6.2.0-beta2/.lastclean?view=auto&rev=192930
==============================================================================
--- tags/1.6.2.0-beta2/.lastclean (added)
+++ tags/1.6.2.0-beta2/.lastclean Thu May  7 11:04:27 2009
@@ -1,0 +1,1 @@
+36

Propchange: tags/1.6.2.0-beta2/.lastclean
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tags/1.6.2.0-beta2/.lastclean
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: tags/1.6.2.0-beta2/.lastclean
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: tags/1.6.2.0-beta2/.version
URL: http://svn.asterisk.org/svn-view/asterisk/tags/1.6.2.0-beta2/.version?view=auto&rev=192930
==============================================================================
--- tags/1.6.2.0-beta2/.version (added)
+++ tags/1.6.2.0-beta2/.version Thu May  7 11:04:27 2009
@@ -1,0 +1,1 @@
+1.6.2.0-beta2

Propchange: tags/1.6.2.0-beta2/.version
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tags/1.6.2.0-beta2/.version
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: tags/1.6.2.0-beta2/.version
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: tags/1.6.2.0-beta2/ChangeLog
URL: http://svn.asterisk.org/svn-view/asterisk/tags/1.6.2.0-beta2/ChangeLog?view=auto&rev=192930
==============================================================================
--- tags/1.6.2.0-beta2/ChangeLog (added)
+++ tags/1.6.2.0-beta2/ChangeLog Thu May  7 11:04:27 2009
@@ -1,0 +1,13290 @@
+2009-05-07  Leif Madsen <lmadsen at digium.com>
+
+	* Release Asterisk 1.6.2.0-beta2
+
+2009-05-06 22:20 +0000 [r192874]  Jeff Peeler <jpeeler at digium.com>
+
+	* /, main/features.c: Merged revisions 192861 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r192861 | jpeeler | 2009-05-06 17:17:27 -0500 (Wed, 06 May 2009)
+	  | 17 lines Merged revisions 192858 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r192858 | jpeeler | 2009-05-06 17:15:19 -0500 (Wed, 06 May 2009)
+	  | 10 lines Make ParkedCall application stop execution of the
+	  dialplan after hang up Just changed park_exec to always return
+	  non-zero. I really wasn't entirely sure at first if this was a
+	  bug. Decided it was since it would be surprising when not using
+	  ParkedCall in the dialplan to hang up and have dialplan execution
+	  continue. (closes issue #14555) Reported by: francesco_r ........
+	  ................
+
+2009-05-06 17:57 +0000 [r192813]  Matthew Fredrickson <creslin at digium.com>
+
+	* channels/chan_dahdi.c, /: Merged revisions 190946 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk ........
+	  r190946 | mattf | 2009-04-28 17:05:05 -0500 (Tue, 28 Apr 2009) |
+	  1 line Make sure that we do not clear the down flag on the BRI
+	  during PTMP link transients. Also refix SS7 audio that the early
+	  media patch broke. ........
+
+2009-05-06 17:41 +0000 [r192637-192810]  Joshua Colp <jcolp at digium.com>
+
+	* channels/chan_iax2.c, /: Merged revisions 192808 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk ........
+	  r192808 | file | 2009-05-06 14:38:51 -0300 (Wed, 06 May 2009) |
+	  10 lines Fix a bug where a timer would be created but not
+	  acknowledged. This scenario crept up if chan_iax2 was loaded with
+	  no configuration file present. It would create a timer and tell
+	  it to go at an interval but the thread that normally acknowledges
+	  it would not be created because no configuration file was
+	  present. The timer will now be closed if no configuration file is
+	  present. (closes issue #15014) Reported by: madkins ........
+
+	* res/res_clialiases.c, /: Merged revisions 192736 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk ........
+	  r192736 | file | 2009-05-06 13:09:27 -0300 (Wed, 06 May 2009) | 4
+	  lines Make the code that prevents an infinite loop from happening
+	  into a case insensitive check. (thanks eliel) ........
+
+	* res/res_clialiases.c, /: Merged revisions 192700 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk ........
+	  r192700 | file | 2009-05-06 11:35:47 -0300 (Wed, 06 May 2009) | 5
+	  lines Fix an infinite loop with tab completion of CLI aliases
+	  that reference themselves. (closes issue #15020) Reported by:
+	  junky ........
+
+	* /, channels/chan_sip.c: Merged revisions 192634 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r192634 | file | 2009-05-06 10:34:35 -0300 (Wed, 06 May 2009) |
+	  14 lines Merged revisions 192633 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r192633 | file | 2009-05-06 10:30:51 -0300 (Wed, 06 May 2009) | 7
+	  lines Update some old logic to stop both begin and end DTMF
+	  frames from reaching the core if rfc2833 is not enabled. (closes
+	  issue #15036) Reported by: dimas Patches: v1-15036.patch uploaded
+	  by dimas (license 88) ........ ................
+
+2009-05-05 20:02 +0000 [r192528]  Sean Bright <sean.bright at gmail.com>
+
+	* /, static-http/astman.js: Merged revisions 192525 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r192525 | seanbright | 2009-05-05 15:57:49 -0400
+	  (Tue, 05 May 2009) | 18 lines Merged revisions 192524 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r192524 | seanbright | 2009-05-05 15:56:11 -0400 (Tue, 05 May
+	  2009) | 11 lines Fix Javascript error when using astman.js in
+	  Internet Explorer. Internet Explorer (tested with 7.0) does not
+	  like trailing commas on constructs like object initializers, so
+	  get rid of them to avoid some errors. (closes issue #15026)
+	  Reported by: rajnishgiri Patches: bug15026.patch uploaded by
+	  seanbright (license 71) Tested by: seanbright ........
+	  ................
+
+2009-05-05 18:27 +0000 [r192402-192480]  Joshua Colp <jcolp at digium.com>
+
+	* /, main/features.c: Merged revisions 192462 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r192462 | file | 2009-05-05 15:23:58 -0300 (Tue, 05 May 2009) |
+	  15 lines Merged revisions 192454 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r192454 | file | 2009-05-05 15:22:27 -0300 (Tue, 05 May 2009) | 8
+	  lines Fix an incorrect assumption that certain values on the
+	  channel will always exist when they may not. The CDR code
+	  involved with bridges wrongly assumed that the currently
+	  executing application and data values will always exist. It is
+	  possible for this to be false when call forwarding is involved.
+	  (closes issue #14984) Reported by: gincantalupo ........
+	  ................
+
+	* apps/app_followme.c, /: Merged revisions 192430 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r192430 | file | 2009-05-05 14:46:51 -0300 (Tue, 05 May 2009) |
+	  12 lines Merged revisions 192429 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r192429 | file | 2009-05-05 14:43:30 -0300 (Tue, 05 May 2009) | 5
+	  lines Fix a bug where the followme application would continue
+	  trying numbers after the caller hung up. (closes issue #13624)
+	  Reported by: sgenyuk ........ ................
+
+	* /, channels/chan_sip.c: Merged revisions 192387 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r192387 |
+	  file | 2009-05-05 11:22:47 -0300 (Tue, 05 May 2009) | 10 lines
+	  Fix a bug with setting t38pt_udptl at the user or peer level. If
+	  an incoming call authenticated as a user or peer and t38pt_udptl
+	  was not set to yes in general then no UDPTL session would be
+	  present and any T38 related things would fail. This commit
+	  changes it so that if after authenticating T38 is enabled but no
+	  UDPTL session is present one will be created. (issue AST-215)
+	  ........
+
+2009-05-05 13:43 +0000 [r192298-192360]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* main/astobj2.c, include/asterisk/stringfields.h, /, main/utils.c:
+	  Merged revisions 192357 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r192357 |
+	  kpfleming | 2009-05-05 15:18:21 +0200 (Tue, 05 May 2009) | 5
+	  lines Correct some flaws in the memory accounting code for
+	  stringfields and ao2 objects Under some conditions, the memory
+	  allocation for stringfields and ao2 objects would not have
+	  supplied valid file/function names for MALLOC_DEBUG tracking, so
+	  this commit corrects that. ........
+
+	* main/astobj2.c, main/datastore.c, main/channel.c, /,
+	  include/asterisk/astobj2.h, include/asterisk/datastore.h,
+	  include/asterisk/channel.h: Merged revisions 192318 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk ........
+	  r192318 | kpfleming | 2009-05-05 12:34:19 +0200 (Tue, 05 May
+	  2009) | 5 lines Properly account for memory allocated for
+	  channels and datastores As in previous commits, when channels are
+	  allocated (with ast_channel_alloc) or datastores are allocated
+	  (with ast_datastore_alloc) properly account for the memory being
+	  owned by the caller, instead of the allocator function itself.
+	  ........
+
+	* include/asterisk/stringfields.h, /, main/utils.c: Merged
+	  revisions 192279 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r192279 |
+	  kpfleming | 2009-05-05 10:51:06 +0200 (Tue, 05 May 2009) | 5
+	  lines Ensure that string pools allocated to hold stringfields are
+	  properly accounted in MALLOC_DEBUG mode This commit modifies the
+	  stringfield pool allocator to remember the 'owner' of the
+	  stringfield manager the pool is being allocated for, and ensures
+	  that pools allocated in the future when fields are populated are
+	  owned by that file/function. ........
+
+2009-05-04 22:48 +0000 [r192217]  David Vossel <dvossel at digium.com>
+
+	* channels/chan_iax2.c, /: Merged revisions 192214 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r192214 | dvossel | 2009-05-04 17:44:51 -0500
+	  (Mon, 04 May 2009) | 17 lines Merged revisions 192213 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r192213 | dvossel | 2009-05-04 17:37:31 -0500 (Mon, 04 May 2009)
+	  | 11 lines global mohinterpret setting is ignored mohinterpret
+	  and mohsuggest global variables were not copied over during
+	  build_users and build_peers. (closes issue #14728) Reported by:
+	  dimas Patches: v1-14728.patch uploaded by dimas (license 88)
+	  Tested by: dimas, dvossel ........ ................
+
+2009-05-04 19:34 +0000 [r192175]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* main/astobj2.c, /, include/asterisk/astobj2.h: Merged revisions
+	  192059 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r192059 |
+	  kpfleming | 2009-05-04 18:24:16 +0200 (Mon, 04 May 2009) | 5
+	  lines Ensure that astobj2 memory allocations are properly
+	  accounted for when MALLOC_DEBUG is used This commit ensures that
+	  all astobj2 allocated objects are properly accounted for in
+	  MALLOC_DEBUG mode by passing down the file/function/line
+	  information from the module/function that actually called the
+	  astobj2 allocation function. ........
+
+2009-05-04 19:31 +0000 [r192135-192173]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, configure, res/res_agi.c: Merged revisions 192171 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk ........
+	  r192171 | tilghman | 2009-05-04 14:29:13 -0500 (Mon, 04 May 2009)
+	  | 8 lines Restore 'asyncagi break' command to 1.6.1 and higher.
+	  (closes issue #14985) Reported by: nikkk Patches:
+	  20090428__bug14985.diff.txt uploaded by tilghman (license 14)
+	  20090429__bug14985__1.6.1.diff.txt uploaded by tilghman (license
+	  14) Tested by: nikkk ........
+
+	* autoconf/ast_ext_tool_check.m4, /: Merged revisions 192132 via
+	  svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+	  ........ r192132 | tilghman | 2009-05-04 13:42:56 -0500 (Mon, 04
+	  May 2009) | 6 lines Pass libraries in LIBS, not LDFLAGS. (closes
+	  issue #14671) Reported by: Chainsaw Patches:
+	  asterisk-1.6.0.6-toolcheck-libs-not-ldflags.patch uploaded by
+	  Chainsaw (license 723) ........
+
+2009-05-04 17:45 +0000 [r192097]  Leif Madsen <lmadsen at digium.com>
+
+	* apps/app_forkcdr.c, /: Merged revisions 192096 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r192096 |
+	  lmadsen | 2009-05-04 13:42:56 -0400 (Mon, 04 May 2009) | 4 lines
+	  Commit documentation changes related to issue #14801. (issue
+	  #14801) ........
+
+2009-05-04 15:54 +0000 [r192033]  Eliel C. Sardanons <eliels at gmail.com>
+
+	* /, main/xml.c: Merged revisions 192032 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r192032 |
+	  eliel | 2009-05-04 11:35:35 -0400 (Mon, 04 May 2009) | 3 lines Do
+	  not re-define _POSIX_C_SOURCE if it was already defined. ........
+
+2009-05-04 10:01 +0000 [r191958]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* /, configs/modules.conf.sample: Merged revisions 191955 via
+	  svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+	  ........ r191955 | kpfleming | 2009-05-04 11:57:36 +0200 (Mon, 04
+	  May 2009) | 8 lines Ensure that by default only one console
+	  channel driver is loaded This configuration file was changed to
+	  ensure that only one console channel driver (chan_oss) is loaded
+	  by default, but the change would only work if chan_console was
+	  not built. Now it will work as expected; if chan_alsa or
+	  chan_console are built and installed, they will not be loaded
+	  unless explicity requested. ........
+
+2009-05-03 14:06 +0000 [r191885]  Russell Bryant <russell at digium.com>
+
+	* Makefile, /: Merged revisions 191884 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r191884 |
+	  russell | 2009-05-03 09:05:10 -0500 (Sun, 03 May 2009) | 2 lines
+	  Remove unnecessary compiler flag ........
+
+2009-05-02 18:48 +0000 [r191779]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* /, main/logger.c: Merged revisions 191775 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r191775 |
+	  kpfleming | 2009-05-02 20:39:48 +0200 (Sat, 02 May 2009) | 5
+	  lines Fix an error in queue_log file rotation optimization code
+	  This code was copy-and-pasted without properly changing
+	  references to event_rotate into queue_rotate, so under some
+	  conditions the log rotation would rotate queue_log even though it
+	  was not necessary. ........
+
+2009-05-02 15:52 +0000 [r191703]  Sean Bright <sean.bright at gmail.com>
+
+	* main/asterisk.c, /: Merged revisions 191700 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r191700 |
+	  seanbright | 2009-05-02 11:45:07 -0400 (Sat, 02 May 2009) | 1
+	  line Update copyright year to 2009 ........
+
+2009-05-01 20:02 +0000 [r191554-191563]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, channels/chan_sip.c: Merged revisions 191560 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r191560 | tilghman | 2009-05-01 15:01:21 -0500 (Fri, 01 May 2009)
+	  | 13 lines Merged revisions 191559 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r191559 | tilghman | 2009-05-01 15:00:23 -0500 (Fri, 01 May 2009)
+	  | 6 lines SIP Response 410 maps to cause code 22 (or 23), not 1.
+	  (closes issue #14993) Reported by: BigJimmy Patches: causepatch
+	  uploaded by BigJimmy (license 371) ........ ................
+
+	* channels/chan_iax2.c, /: Merged revisions 191494 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk ........
+	  r191494 | tilghman | 2009-05-01 13:18:00 -0500 (Fri, 01 May 2009)
+	  | 4 lines Set debug message back to DEBUG level. (closes issue
+	  #15007) Reported by: hulber ........
+
+2009-05-01 18:20 +0000 [r191508]  Jeff Peeler <jpeeler at digium.com>
+
+	* main/channel.c, /: Merged revisions 191489 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r191489 | jpeeler | 2009-05-01 13:09:23 -0500 (Fri, 01 May 2009)
+	  | 15 lines Merged revisions 191488 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r191488 | jpeeler | 2009-05-01 12:40:46 -0500 (Fri, 01 May 2009)
+	  | 9 lines Fix DTMF not being sent to other side after a partial
+	  feature match This fixes a regression from commit 176701. The
+	  issue was that ast_generic_bridge never exited after the feature
+	  digit timeout had elapsed, which prevented the queued DTMF from
+	  being sent to the other side. This issue was reported to me
+	  directly. ........ ................
+
+2009-04-30 17:46 +0000 [r191224-191370]  Tilghman Lesher <tlesher at digium.com>
+
+	* main/asterisk.c, /, configure, include/asterisk/autoconfig.h.in,
+	  configure.ac: Merged revisions 191367 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r191367 |
+	  tilghman | 2009-04-30 12:40:58 -0500 (Thu, 30 Apr 2009) | 3 lines
+	  Detect eaccess (or euidaccess) before using it. Reported by
+	  Andrew Lindh via the -dev list. ........
+
+	* main/asterisk.c, /: Merged revisions 191283 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r191283 |
+	  tilghman | 2009-04-30 01:47:13 -0500 (Thu, 30 Apr 2009) | 11
+	  lines Change working directory to / under certain conditions. If
+	  backgrounding and no core will be produced, then changing the
+	  directory won't break anything; likewise, if the CWD isn't
+	  accessible by the current user, then a core wasn't possible
+	  anyway. (closes issue #14831) Reported by: chris-mac Patches:
+	  20090428__bug14831.diff.txt uploaded by tilghman (license 14)
+	  20090430__bug14831.diff.txt uploaded by tilghman (license 14)
+	  Tested by: chris-mac ........
+
+	* /, channels/h323/ast_h323.cxx, channels/chan_h323.c: Merged
+	  revisions 191219 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r191219 |
+	  tilghman | 2009-04-29 18:06:56 -0500 (Wed, 29 Apr 2009) | 2 lines
+	  Make H.323 compile with FDLEAK detection code enabled ........
+
+2009-04-29 18:40 +0000 [r191139]  David Brooks <dbrooks at digium.com>
+
+	* pbx/pbx_config.c, /: Merged revisions 191136 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r191136 |
+	  dbrooks | 2009-04-29 13:32:58 -0500 (Wed, 29 Apr 2009) | 3 lines
+	  Removing crufty code that is no longer necessary. Code cleanup.
+	  ........
+
+2009-04-29 08:59 +0000 [r190994]  Russell Bryant <russell at digium.com>
+
+	* main/indications.c, /: Merged revisions 190993 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r190993 |
+	  russell | 2009-04-29 03:58:39 -0500 (Wed, 29 Apr 2009) | 7 lines
+	  Log an error message if indications.conf is not found. (closes
+	  issue #14990) Reported by: tzafrir Patches: indications_err.diff
+	  uploaded by tzafrir (license 46) ........
+
+2009-04-29 06:38 +0000 [r190985]  TransNexus OSP Development <support at transnexus.com>
+
+	* apps/app_osplookup.c, /: Merged revisions 190830 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk ........
+	  r190830 | transnexus | 2009-04-28 17:10:42 +0800 (Tue, 28 Apr
+	  2009) | 2 lines Updated for OSP Toolkit 3.5. ........
+
+2009-04-28 17:33 +0000 [r190907]  Tilghman Lesher <tlesher at digium.com>
+
+	* doc/tex/cdrdriver.tex, /: Merged revisions 190904 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk ........
+	  r190904 | tilghman | 2009-04-28 12:31:43 -0500 (Tue, 28 Apr 2009)
+	  | 2 lines UniqueID column has a maximum size of 150 ........
+
+2009-04-28 14:17 +0000 [r190732-190869]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* Makefile, /: Merged revisions 190865 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r190865 |
+	  kpfleming | 2009-04-28 09:15:47 -0500 (Tue, 28 Apr 2009) | 5
+	  lines Build XML documention from *only* the source files that
+	  have docs in them Change the build process so that
+	  doc/core-en_US.xml is dependent solely on the source files that
+	  have documentation in them, not on all source files. ........
+
+	* /, Makefile.rules: Merged revisions 190861 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r190861 |
+	  kpfleming | 2009-04-28 09:12:09 -0500 (Tue, 28 Apr 2009) | 5
+	  lines Remove Makefile rules for bison and flex sources We never,
+	  ever want these files to processed automatically, because we
+	  store the output files in Subversion and users should never need
+	  to rebuild them. ........
+
+	* /, configure, include/asterisk/autoconfig.h.in: Merged revisions
+	  190725 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r190725 | kpfleming | 2009-04-27 14:30:54 -0500 (Mon, 27 Apr
+	  2009) | 13 lines Merged revisions 190721 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r190721 | kpfleming | 2009-04-27 14:29:46 -0500 (Mon, 27 Apr
+	  2009) | 7 lines Fix 'inconsistent line endings' when autoconf
+	  2.63 is used Attempt to make configure script regeneration 'safe'
+	  using autoconf 2.63, which embeds a bare CR into the script, thus
+	  making Subversion complain about inconsistent line endings This
+	  commit changes the MIME type of the configure script to be
+	  'binary' thus making Subversion no longer inspect line endings,
+	  and as a bonus 'svn diff' will no longer try to generate diff
+	  output for it, which is not generally useful anyway. ........
+	  ................
+
+2009-04-27 19:36 +0000 [r190729]  Tilghman Lesher <tlesher at digium.com>
+
+	* main/pbx.c, /: Merged revisions 190726 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r190726 |
+	  tilghman | 2009-04-27 14:34:48 -0500 (Mon, 27 Apr 2009) | 4 lines
+	  Don't warn on pipe in the System call. (closes issue #14979)
+	  Reported by: pj ........
+
+2009-04-27 19:15 +0000 [r190666]  Russell Bryant <russell at digium.com>
+
+	* res/res_smdi.c, /: Merged revisions 190663 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r190663 | russell | 2009-04-27 14:08:12 -0500 (Mon, 27 Apr 2009)
+	  | 22 lines Merged revisions 190661-190662 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r190661 | russell | 2009-04-27 14:00:54 -0500 (Mon, 27 Apr 2009)
+	  | 9 lines Resolve a crash in res_smdi when used with chan_dahdi.
+	  When chan_dahdi goes to get an SMDI message, it provides no
+	  search criteria. It just grabs the next message that arrives.
+	  This code was written with the SMDI dialplan functions in mind,
+	  since that is now the preferred method of using SMDI. However,
+	  this broke support of it being used from chan_dahdi. (closes
+	  AST-212) ........ r190662 | russell | 2009-04-27 14:03:59 -0500
+	  (Mon, 27 Apr 2009) | 2 lines Fix a typo from 190661. ........
+	  ................
+
+2009-04-27 16:28 +0000 [r190625]  Mark Michelson <mmichelson at digium.com>
+
+	* apps/app_queue.c, /: Merged revisions 190622 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r190622 |
+	  mmichelson | 2009-04-27 11:26:14 -0500 (Mon, 27 Apr 2009) | 3
+	  lines Update warning message to not have pipes and contain all
+	  options. ........
+
+2009-04-23 21:23 +0000 [r190383]  Russell Bryant <russell at digium.com>
+
+	* /, channels/chan_sip.c: Merged revisions 190371 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ ........
+
+2009-04-23 20:44 +0000 [r190355]  Tilghman Lesher <tlesher at digium.com>
+
+	* main/pbx.c, /: Merged revisions 190352 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r190352 |
+	  tilghman | 2009-04-23 15:42:11 -0500 (Thu, 23 Apr 2009) | 7 lines
+	  Labels are sometimes (most of the time?) NULL for extensions.
+	  (closes issue #14895) Reported by: chris-mac Patches:
+	  20090423__bug14895__2.diff.txt uploaded by tilghman (license 14)
+	  Tested by: lmadsen ........
+
+2009-04-23 19:18 +0000 [r190297]  Joshua Colp <jcolp at digium.com>
+
+	* channels/chan_local.c, /: Merged revisions 190287 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r190287 | file | 2009-04-23 16:15:30 -0300 (Thu,
+	  23 Apr 2009) | 13 lines Merged revisions 190286 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r190286 | file | 2009-04-23 16:13:18 -0300 (Thu, 23 Apr 2009) | 6
+	  lines Fix a bug in chan_local glare hangup detection. If both
+	  sides of a Local channel were hung up at around the same time it
+	  was possible for one thread to destroy the local private
+	  structure and have the other thread immediately try to remove the
+	  already freed structure from the local channel list. ........
+	  ................
+
+2009-04-23 17:47 +0000 [r190253]  Mark Michelson <mmichelson at digium.com>
+
+	* apps/app_queue.c, /: Merged revisions 190250 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r190250 |
+	  mmichelson | 2009-04-23 12:45:35 -0500 (Thu, 23 Apr 2009) | 9
+	  lines Fix reversed behavior of leavewhenempty option in
+	  queues.conf. (closes issue #14650) Reported by: alecdavis
+	  Patches: 14650.patch uploaded by mmichelson (license 60) Tested
+	  by: mmichelson, lmadsen ........
+
+2009-04-22 21:43 +0000 [r190096]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, configure, include/asterisk/autoconfig.h.in, configure.ac,
+	  include/asterisk/lock.h: Merged revisions 190093 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r190093 | tilghman | 2009-04-22 16:38:15 -0500
+	  (Wed, 22 Apr 2009) | 14 lines Merged revisions 190092 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r190092 | tilghman | 2009-04-22 16:35:03 -0500 (Wed, 22 Apr 2009)
+	  | 7 lines Detect availability of pthread_rwlock_timedwrlock()
+	  before using it. (closes issue #14930) Reported by: tilghman
+	  Patches: 20090420__bug14930.diff.txt uploaded by tilghman
+	  (license 14) Tested by: mvanbaak, tilghman ........
+	  ................
+
+2009-04-22 21:18 +0000 [r189997-190066]  Jeff Peeler <jpeeler at digium.com>
+
+	* main/cli.c, funcs/func_groupcount.c, /, main/app.c,
+	  include/asterisk/channel.h: Merged revisions 190057 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk ........
+	  r190057 | jpeeler | 2009-04-22 16:15:55 -0500 (Wed, 22 Apr 2009)
+	  | 9 lines Fix building of chan_h323 with gcc-3.3 There seems to
+	  be a bug with old versions of g++ that doesn't allow a structure
+	  member to use the name list. Rename list member to group_list in
+	  ast_group_info and change the few places it is used. (closes
+	  issue #14790) Reported by: stuarth ........
+
+	* channels/h323/chan_h323.h, /, channels/h323/ast_h323.cxx,
+	  channels/chan_h323.c: Merged revisions 189993 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r189993 |
+	  jpeeler | 2009-04-22 14:23:49 -0500 (Wed, 22 Apr 2009) | 18 lines
+	  Make chan_h323 respect packetization settings and fix small
+	  reload issue. Previously, packetization settings were ignored and
+	  now they are not. A new config option 'autoframing' has been
+	  added to mirror the way chan_sip handles it. Turning on the
+	  autoframing option (available both as a global option or per
+	  peer) overrides the local settings with the remote packetization
+	  settings. Testing was performed with varying packetization levels
+	  with the following codecs: ulaw, alaw, gsm, and g729. Also, an
+	  unrelated config reload issue has been fixed in the case of the
+	  config file not changing. (closes issue #12415) Reported by: pj
+	  Patches: 2009012200_h323packetization.diff.txt uploaded by
+	  mvanbaak (license 7), modified by me ........
+
+2009-04-22 18:01 +0000 [r189986]  Russell Bryant <russell at digium.com>
+
+	* /, main/features.c: Merged revisions 189951 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r189951 |
+	  russell | 2009-04-22 11:56:43 -0500 (Wed, 22 Apr 2009) | 2 lines
+	  Fix call parking callback. Pipes -> Commas. ........
+
+2009-04-22 16:04 +0000 [r189816-189914]  Tilghman Lesher <tlesher at digium.com>
+
+	* channels/chan_unistim.c, /: Merged revisions 189911 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk ........
+	  r189911 | tilghman | 2009-04-22 11:01:30 -0500 (Wed, 22 Apr 2009)
+	  | 7 lines Do not continue to receive DTMF, when the channel is
+	  hungup and about to be destroyed. (closes issue #14858) Reported
+	  by: barryf Patches: 20090421__bug14858.diff.txt uploaded by
+	  tilghman (license 14) Tested by: barryf ........
+
+	* /, configure, configure.ac: Merged revisions 189813 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk ........
+	  r189813 | tilghman | 2009-04-22 01:33:08 -0500 (Wed, 22 Apr 2009)
+	  | 3 lines Detect liblua on SuSE, and add libm for linking for
+	  Fedora. (Reported via the -dev list, Subject: Compiling Asterisk
+	  with LUA) ........
+
+2009-04-21 20:45 +0000 [r189775]  David Vossel <dvossel at digium.com>
+
+	* /, channels/chan_sip.c: Merged revisions 189771 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r189771 |
+	  dvossel | 2009-04-21 15:28:37 -0500 (Tue, 21 Apr 2009) | 11 lines
+	  Fixes segfault when switching UDP to TCP in sip.conf after
+	  reload. If transport in sip.conf is switched from UDP to TCP,
+	  Asterisk segfaults right after issuing a sip reload. The problem
+	  is the socket type is changed to TCP but the fd may still be
+	  present for UDP. Later, when the TCP session should be created or
+	  set using an existing one, it isn't because the old file
+	  descriptor is still present. Now every time transport is changed
+	  during a sip.conf reload, the file descriptor is set to -1,
+	  signifying it must be created or found. (closes issue #14727)
+	  Reported by: pj Tested by: dvossel Review:
+	  http://reviewboard.digium.com/r/229/ ........
+
+2009-04-20 22:11 +0000 [r189540]  Tilghman Lesher <tlesher at digium.com>
+
+	* main/stdtime/localtime.c, /: Merged revisions 189539 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk ........
+	  r189539 | tilghman | 2009-04-20 17:10:25 -0500 (Mon, 20 Apr 2009)
+	  | 3 lines Use nanosleep instead of poll. This is not just because
+	  mmichelson suggested it, but also because Mac OS X puked on my
+	  poll(). ........
+
+2009-04-20 21:41 +0000 [r189536]  Terry Wilson <twilson at digium.com>
+
+	* apps/app_dial.c, /: Merged revisions 189495,189516 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r189495 | twilson | 2009-04-20 16:24:34 -0500
+	  (Mon, 20 Apr 2009) | 9 lines Merged revisions 189463 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r189463 | twilson | 2009-04-20 16:00:52 -0500 (Mon, 20
+	  Apr 2009) | 2 lines Don't treat a NOANSWER like a CHANUNAVAIL
+	  ........ ................ r189516 | twilson | 2009-04-20 16:29:29
+	  -0500 (Mon, 20 Apr 2009) | 9 lines Merged revisions 189465 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r189465 | twilson | 2009-04-20 16:10:27 -0500 (Mon, 20 Apr 2009)
+	  | 2 lines Update CDR appropriately when AST_CAUSE_NO_ANSWER is
+	  set ........ ................
+
+2009-04-20 21:36 +0000 [r189533]  Sean Bright <sean.bright at gmail.com>
+
+	* /, res/ael/ael.tab.c, res/ael/ael.y: Merged revisions 189464 via
+	  svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r189464 | seanbright | 2009-04-20 17:09:59 -0400
+	  (Mon, 20 Apr 2009) | 20 lines Merged revisions 189462 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r189462 | seanbright | 2009-04-20 16:58:39 -0400 (Mon, 20 Apr
+	  2009) | 13 lines Properly handle @s within hints in AEL. AEL was
+	  not handling the case of a device hint containing an @ symbol,
+	  which caused parking hints (e.g. hint(park:exten at context)) to
+	  error out the parser. This patch makes AEL treat the @ the same
+	  way it treats colon and ampersand now, meaning the characters are
+	  included in verbatim. (closes issue #14941) Reported by: bpgoldsb
+	  Patches: bug14941.patch uploaded by seanbright (license 71)
+	  Tested by: bpgoldsb ........ ................
+
+2009-04-20 17:11 +0000 [r189353]  Joshua Colp <jcolp at digium.com>
+
+	* /, channels/chan_sip.c: Merged revisions 189350 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r189350 |
+	  file | 2009-04-20 14:05:15 -0300 (Mon, 20 Apr 2009) | 10 lines
+	  Fix a bug with non-UDP connections that caused dialogs to not get
+	  freed. This issue crept up because of a reference count issue on
+	  non-UDP based dialogs. The dialog reference count was increased
+	  when transmitting a packet reliably but never decreased. This
+	  caused the dialog structure to hang around despite being unlinked
+	  from the dialogs container. (closes issue #14919) Reported by:
+	  vrban ........
+
+2009-04-20 14:07 +0000 [r189281]  Mark Michelson <mmichelson at digium.com>
+
+	* main/channel.c, /: Merged revisions 189278 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r189278 | mmichelson | 2009-04-20 09:05:27 -0500 (Mon, 20 Apr
+	  2009) | 18 lines Merged revisions 189277 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r189277 | mmichelson | 2009-04-20 09:04:41 -0500 (Mon, 20 Apr
+	  2009) | 12 lines Move the check for chan->fdno == -1 to after the
+	  zombie/hangup check. Many users were finding that their hung up
+	  channels were staying up and causing 100% CPU usage. (issue
+	  #14723) Reported by: seadweller Patches: 14723_1-4-tip.patch
+	  uploaded by mmichelson (license 60) Tested by: falves11, bamby
+	  ........ ................
+
+2009-04-18 01:42 +0000 [r189207-189208]  David Vossel <dvossel at digium.com>
+
+	* channels/chan_dahdi.c, /: Merged revisions 188647 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r188647 | dvossel | 2009-04-15 17:10:04 -0500
+	  (Wed, 15 Apr 2009) | 18 lines Merged revisions 188646 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r188646 | dvossel | 2009-04-15 17:08:40 -0500 (Wed, 15 Apr 2009)
+	  | 12 lines National prefix inserted even when caller ID not
+	  available When the caller ID is restricted, the expected behavior
+	  is for the caller id to be blank. In chan_dahdi, the national
+	  prefix is placed onto the callers number even if its restricted
+	  (empty) causing the caller id to be the national prefix rather
+	  than blank. (closes issue #13207) Reported by: shawkris Patches:
+	  national_prefix.diff uploaded by dvossel (license 671) Review:
+	  http://reviewboard.digium.com/r/220/ ........ ................
+
+	* /, channels/chan_agent.c: Merged revisions 189204 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r189204 | dvossel | 2009-04-17 20:28:45 -0500
+	  (Fri, 17 Apr 2009) | 18 lines Merged revisions 189203 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r189203 | dvossel | 2009-04-17 20:27:19 -0500 (Fri, 17 Apr 2009)
+	  | 12 lines Fixed autologoff in agents.conf not working when agent
+	  logs in via AgentLogin app An agent logs in by calling an
+	  extension that calls the AgentLogin app. In agents.conf
+	  ackcall=always is set, so when they get a call they have the
+	  choice to either acknowledge it or ignore it. autologoff=10 is
+	  set as well, so if the agent ignores the call over 10sec one may
+	  assume that the agent should be logged out (and in this case
+	  hungup on as well), but this was not happening. (closes issue
+	  #14091) Reported by: evandro Patches: autologoff.diff uploaded by
+	  dvossel (license 671) Review:
+	  http://reviewboard.digium.com/r/225/ ........ ................
+
+2009-04-17 21:56 +0000 [r189140]  Richard Mudgett <rmudgett at digium.com>
+
+	* channels/misdn/isdn_lib.c, channels/chan_misdn.c, /: Merged
+	  revisions 189137 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r189137 | rmudgett | 2009-04-17 16:48:10 -0500 (Fri, 17 Apr 2009)
+	  | 17 lines Merged revisions 188833,189134 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r188833 | rmudgett | 2009-04-16 16:37:58 -0500 (Thu, 16 Apr 2009)
+	  | 4 lines Only disable mISDN DSP if Asterisk DSP is enabled.
+	  Leave jitter setting alone. JIRA ABE-1835 ........ r189134 |
+	  rmudgett | 2009-04-17 16:27:55 -0500 (Fri, 17 Apr 2009) | 4 lines
+	  Modifed/added some debug messages. JIRA ABE-1835 ........
+	  ................
+
+2009-04-17 20:21 +0000 [r189105]  Mark Michelson <mmichelson at digium.com>
+
+	* /, channels/chan_sip.c: Merged revisions 189097 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r189097 |
+	  mmichelson | 2009-04-17 15:20:23 -0500 (Fri, 17 Apr 2009) | 13
+	  lines Prevent a crash when SIP blonde transferring an unbridged
+	  call. If one attempts to use the attended transfer button on a
+	  SIP phone to transfer an unbridged call (such as a call to an
+	  IVR) but hangs up while the target of the transfer is still
+	  ringing, we need to not crash. The problem was that ast_hangup
+	  was called from outside the channel thread. AST-211 ........
+
+2009-04-17 19:47 +0000 [r189081]  Sean Bright <sean.bright at gmail.com>
+
+	* main/asterisk.c, /: Merged revisions 189077 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r189077 |
+	  seanbright | 2009-04-17 15:36:38 -0400 (Fri, 17 Apr 2009) | 1
+	  line Fix copy/paste error with 'transmit silence' flag. ........
+
+2009-04-17 17:31 +0000 [r189068]  Matthew Nicholson <mnicholson at digium.com>
+
+	* main/pbx.c, /: Merged revisions 189010 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r189010 | mnicholson | 2009-04-17 10:44:18 -0500 (Fri, 17 Apr
+	  2009) | 12 lines Merged revisions 189009 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r189009 | mnicholson | 2009-04-17 10:43:09 -0500 (Fri, 17 Apr
+	  2009) | 5 lines Make Busy() application set the CDR disposition
+	  to BUSY. (closes issue #14306) Reported by: cristiandimache
+	  ........ ................
+
+2009-04-17 14:50 +0000 [r188941-188950]  Joshua Colp <jcolp at digium.com>
+
+	* /, channels/chan_sip.c: Merged revisions 188947 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r188947 | file | 2009-04-17 11:44:56 -0300 (Fri, 17 Apr 2009) |
+	  22 lines Merged revisions 188946 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........

[... 12600 lines stripped ...]



More information about the asterisk-commits mailing list