[asterisk-commits] lmadsen: tag 1.6.0.4-testing r168938 - /tags/1.6.0.4-testing/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 16 15:21:56 CST 2009


Author: lmadsen
Date: Fri Jan 16 15:21:56 2009
New Revision: 168938

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=168938
Log:
Importing files for 1.6.0.4-testing release

Added:
    tags/1.6.0.4-testing/.lastclean   (with props)
    tags/1.6.0.4-testing/.version   (with props)
    tags/1.6.0.4-testing/ChangeLog   (with props)

Added: tags/1.6.0.4-testing/.lastclean
URL: http://svn.digium.com/svn-view/asterisk/tags/1.6.0.4-testing/.lastclean?view=auto&rev=168938
==============================================================================
--- tags/1.6.0.4-testing/.lastclean (added)
+++ tags/1.6.0.4-testing/.lastclean Fri Jan 16 15:21:56 2009
@@ -1,0 +1,1 @@
+36

Propchange: tags/1.6.0.4-testing/.lastclean
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tags/1.6.0.4-testing/.lastclean
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: tags/1.6.0.4-testing/.lastclean
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: tags/1.6.0.4-testing/.version
URL: http://svn.digium.com/svn-view/asterisk/tags/1.6.0.4-testing/.version?view=auto&rev=168938
==============================================================================
--- tags/1.6.0.4-testing/.version (added)
+++ tags/1.6.0.4-testing/.version Fri Jan 16 15:21:56 2009
@@ -1,0 +1,1 @@
+1.6.0.4-testing

Propchange: tags/1.6.0.4-testing/.version
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tags/1.6.0.4-testing/.version
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: tags/1.6.0.4-testing/.version
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: tags/1.6.0.4-testing/ChangeLog
URL: http://svn.digium.com/svn-view/asterisk/tags/1.6.0.4-testing/ChangeLog?view=auto&rev=168938
==============================================================================
--- tags/1.6.0.4-testing/ChangeLog (added)
+++ tags/1.6.0.4-testing/ChangeLog Fri Jan 16 15:21:56 2009
@@ -1,0 +1,48893 @@
+2009-01-16  Leif Madsen <lmadsen at digium.com>
+
+	* This is a test version. DO NOT USE THIS AS IT WILL PROBALY KILL
+	  SOME INNOCENT KITTENS!
+
+2009-01-16 18:53 +0000 [r168835]  Tilghman Lesher <tlesher at digium.com>
+
+	* include/asterisk/say.h, apps/app_voicemail.c, /, main/say.c:
+	  Merged revisions 168832 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r168832 | tilghman | 2009-01-16 12:49:09 -0600 (Fri, 16 Jan 2009)
+	  | 13 lines Merged revisions 168828 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168828 | tilghman | 2009-01-16 12:41:35 -0600 (Fri, 16 Jan 2009)
+	  | 6 lines Fix the conjugation of Russian and Ukrainian languages.
+	  (related to issue #12475) Reported by: chappell Patches:
+	  vm_multilang.patch uploaded by chappell (license 8) ........
+	  ................
+
+2009-01-16 00:38 +0000 [r168738-168747]  Steve Murphy <murf at digium.com>
+
+	* res/ael/pval.c, /: Merged revisions 168746 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r168746 | murf | 2009-01-15 17:34:31 -0700 (Thu, 15 Jan 2009) |
+	  20 lines Merged revisions 168745 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168745 | murf | 2009-01-15 17:19:12 -0700 (Thu, 15 Jan 2009) |
+	  14 lines This patch fixes a problem where a goto (or jump, in
+	  this case) fails a consistency check because it can't find a
+	  matching extension. The problem was a missing instruction to end
+	  the range notation in the code where it converts the pattern into
+	  a regex and uses the regex code to determine the match. I tested
+	  using the AEL code the user supplied, and now, the consistency
+	  check passes. (closes issue #14141) Reported by: dimas ........
+	  ................
+
+	* main/ast_expr2.c, /, main/ast_expr2.h, main/ast_expr2.y: Merged
+	  revisions 168737 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r168737 |
+	  murf | 2009-01-15 13:54:59 -0700 (Thu, 15 Jan 2009) | 16 lines
+	  This patch allows null args in ast_expr2 func calls, and fixes
+	  commas being converted to pipes, which was 1.4 type stuff. If the
+	  user says count=ENUMLOOKUP(${EXTEN},ALL,c,,enum.mydomain.tld);
+	  then it won't complain about the empty arg (c,,...) and fabled's
+	  patch won't let it swap the commas for pipes. Ran it thru my
+	  dialplan and no complaints. (closes issue #14169) Reported by:
+	  fabled Patches: function-argument-separator-fix.diff uploaded by
+	  fabled (license 448) ........
+
+2009-01-15 18:52 +0000 [r168713-168723]  Olle Johansson <oej at edvina.net>
+
+	* /, configs/extconfig.conf.sample: Merged revisions 168722 via
+	  svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r168722 | oej | 2009-01-15 19:47:14 +0100 (Tor,
+	  15 Jan 2009) | 10 lines Merged revisions 168721 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168721 | oej | 2009-01-15 19:43:43 +0100 (Tor, 15 Jan 2009) | 2
+	  lines Meetme actually has realtime but wasn't documented ........
+	  ................
+
+	* /, configs/sip.conf.sample: Merged revisions 168711 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk ........
+	  r168711 | oej | 2009-01-15 18:55:53 +0100 (Tor, 15 Jan 2009) | 4
+	  lines Clarify some misunderstandings and make it even more clear
+	  that you can refer to a peer in the register= line. ........
+
+	* /, channels/chan_sip.c: Merged revisions 168712 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r168712 |
+	  oej | 2009-01-15 19:08:59 +0100 (Tor, 15 Jan 2009) | 3 lines Make
+	  sure that we have the same terminology in sip.conf.sample and the
+	  source code warning. Thanks Nick Lewis for pointing this out in
+	  the bug tracker. ........
+
+2009-01-15 15:34 +0000 [r168706]  Sean Bright <sean.bright at gmail.com>
+
+	* /, apps/app_meetme.c: Merged revisions 168705 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r168705 |
+	  seanbright | 2009-01-15 10:33:18 -0500 (Thu, 15 Jan 2009) | 11
+	  lines Add a missing unlock and properly handle the 'maxusers'
+	  setting on MeetMe conferences. We were using the 'user number'
+	  field to compare against the maximum allowed users, which works
+	  assuming users with lower user numbers didn't leave the
+	  conference. (closes issue #14117) Reported by: sergedevorop
+	  Patches: 20090114__bug14117-2.diff.txt uploaded by seanbright
+	  (license 71) Tested by: sergedevorop ........
+
+2009-01-15 00:14 +0000 [r168630]  Mark Michelson <mmichelson at digium.com>
+
+	* /, apps/app_queue.c: Merged revisions 168629 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r168629 | mmichelson | 2009-01-14 18:14:17 -0600 (Wed, 14 Jan
+	  2009) | 24 lines Merged revisions 168628 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168628 | mmichelson | 2009-01-14 18:11:01 -0600 (Wed, 14 Jan
+	  2009) | 16 lines Fix some crashes from bad datastore handling in
+	  app_queue.c * The queue_transfer_fixup function was searching for
+	  and removing the datastore from the incorrect channel, so this
+	  was fixed. * Most datastore operations regarding the
+	  queue_transfer datastore were being done without the channel
+	  locked, so proper channel locking was added, too. (closes issue
+	  #14086) Reported by: ZX81 Patches: 14086v2.patch uploaded by
+	  putnopvut (license 60) Tested by: ZX81, festr ........
+	  ................
+
+2009-01-14 21:54 +0000 [r168624]  Richard Mudgett <rmudgett at digium.com>
+
+	* channels/misdn/isdn_lib.c, /: Merged revisions 168623 via
+	  svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r168623 | rmudgett | 2009-01-14 15:51:06 -0600
+	  (Wed, 14 Jan 2009) | 11 lines Merged revisions 168622 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168622 | rmudgett | 2009-01-14 15:48:22 -0600 (Wed, 14 Jan 2009)
+	  | 4 lines * Fixed create_process() allocation of process ID
+	  values. The allocated process IDs could overflow their respective
+	  NT and TE fields. Affects outgoing calls. ........
+	  ................
+
+2009-01-14 21:21 +0000 [r168620]  Steve Murphy <murf at digium.com>
+
+	* /, apps/app_page.c: Merged revisions 168613 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r168613 | murf | 2009-01-14 13:51:26 -0700 (Wed, 14 Jan 2009) | 9
+	  lines Merged revisions 168608 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168608 | murf | 2009-01-14 12:34:35 -0700 (Wed, 14 Jan 2009) | 1
+	  line app_page was failing to compile in dev-mode on my gcc-4.2.4
+	  system. This change gets rid of the warning. ........
+	  ................
+
+2009-01-14 20:59 +0000 [r168616]  Sean Bright <sean.bright at gmail.com>
+
+	* contrib/scripts/autosupport, /: Merged revisions 168615 via
+	  svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r168615 | seanbright | 2009-01-14 15:58:26 -0500
+	  (Wed, 14 Jan 2009) | 16 lines Merged revisions 168614 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168614 | seanbright | 2009-01-14 15:52:00 -0500 (Wed, 14 Jan
+	  2009) | 9 lines Update autosupport script to supply info for both
+	  Zaptel and DAHDI in 1.4 and be sure to run dahdi_test in 1.6.x
+	  and trunk instead of zttest. (closes issue #14132) Reported by:
+	  dsedivec Patches: asterisk-1.4-autosupport.patch uploaded by
+	  dsedivec (license 638) asterisk-trunk-autosupport.patch uploaded
+	  by dsedivec (license 638) ........ ................
+
+2009-01-14 19:20 +0000 [r168607]  Richard Mudgett <rmudgett at digium.com>
+
+	* channels/misdn/isdn_lib.c: Fix merge error caused by merging
+	  -r132883 and -r121770 from
+	  https://origsvn.digium.com/svn/asterisk/trunk out of order.
+	  (closes issue #13788) Reported by: IgorG (closes issue #13491)
+	  Reported by: avalentin
+
+2009-01-14 19:11 +0000 [r168605]  Tilghman Lesher <tlesher at digium.com>
+
+	* main/udptl.c, /: Merged revisions 168604 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r168604 | tilghman | 2009-01-14 13:11:14 -0600 (Wed, 14 Jan 2009)
+	  | 14 lines Merged revisions 168603 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168603 | tilghman | 2009-01-14 13:02:55 -0600 (Wed, 14 Jan 2009)
+	  | 7 lines Don't read into a buffer without first checking if a
+	  value is beyond the end. (closes issue #13600) Reported by: atis
+	  Patches: 20090106__bug13600.diff.txt uploaded by Corydon76
+	  (license 14) Tested by: atis ........ ................
+
+2009-01-14 02:06 +0000 [r168580-168595]  Terry Wilson <twilson at digium.com>
+
+	* /, apps/app_page.c: Merged revisions 168594 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r168594 | twilson | 2009-01-13 20:00:40 -0600 (Tue, 13 Jan 2009)
+	  | 27 lines Merged revisions 168593 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168593 | twilson | 2009-01-13 19:27:18 -0600 (Tue, 13 Jan 2009)
+	  | 20 lines Don't overflow when paging more than 128 extensions
+	  The number of available slots for calls in app_page was hardcoded
+	  to 128. Proper bounds checking was not in place to enforce this
+	  limit, so if more than 128 extensions were passed to the Page()
+	  app, Asterisk would crash. This patch instead dynamically
+	  allocates memory for the ast_dial structures and removes the
+	  (non-functional) arbitrary limit. This issue would have special
+	  importance to anyone who is dynamically creating the argument
+	  passed to the Page application and allowing more than 128
+	  extensions to be added by an outside user via some external
+	  interface. The patch posted by a_villacis was slightly modified
+	  for some coding guidelines and other cleanups. Thanks,
+	  a_villacis! (closes issue #14217) Reported by: a_villacis
+	  Patches: 20080912-asterisk-app_page-fix-buffer-overflow.patch
+	  uploaded by a (license 660) Tested by: otherwiseguy ........
+	  ................
+
+	* /, main/http.c: Merged revisions 168588 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r168588 |
+	  twilson | 2009-01-13 17:05:43 -0600 (Tue, 13 Jan 2009) | 5 lines
+	  Fully overwrite a same-named file when uploading (closes issue
+	  #14190) Reported by: timking ........
+
+	* /, channels/chan_sip.c: Merged revisions 168578 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r168578 | twilson | 2009-01-13 16:22:34 -0600 (Tue, 13 Jan 2009)
+	  | 14 lines Merged revisions 168551 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168551 | twilson | 2009-01-13 12:34:14 -0600 (Tue, 13 Jan 2009)
+	  | 7 lines Don't pass a value with a side effect to a macro
+	  (closes issue #14176) Reported by: paraeco Patches:
+	  chan_sip.c.diff uploaded by paraeco (license 658) ........
+	  ................
+
+2009-01-13 19:27 +0000 [r168564]  Russell Bryant <russell at digium.com>
+
+	* main/indications.c, channels/chan_unistim.c, main/channel.c,
+	  main/pbx.c, apps/app_read.c, channels/chan_misdn.c, /,
+	  funcs/func_channel.c, include/asterisk/indications.h,
+	  apps/app_readexten.c, apps/app_disa.c, main/app.c,
+	  res/snmp/agent.c, include/asterisk/channel.h,
+	  res/res_indications.c: Merged revisions 168562 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r168562 | russell | 2009-01-13 13:22:13 -0600 (Tue, 13 Jan 2009)
+	  | 10 lines Merged revisions 168561 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168561 | russell | 2009-01-13 13:13:05 -0600 (Tue, 13 Jan 2009)
+	  | 2 lines Revert unnecessary indications API change from rev
+	  122314 ........ ................
+
+2009-01-13 17:51 +0000 [r168527-168548]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, funcs/func_logic.c: Merged revisions 168547 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r168547 | tilghman | 2009-01-13 11:51:12 -0600 (Tue, 13 Jan 2009)
+	  | 13 lines Merged revisions 168546 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168546 | tilghman | 2009-01-13 11:48:00 -0600 (Tue, 13 Jan 2009)
+	  | 6 lines If either conditional is NULL, don't try copying it.
+	  (closes issue #14226) Reported by: caspy Patches:
+	  20090113__bug14226.diff.txt uploaded by Corydon76 (license 14)
+	  ........ ................
+
+	* /, channels/chan_alsa.c: Merged revisions 168526 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r168526 | tilghman | 2009-01-12 17:45:51 -0600
+	  (Mon, 12 Jan 2009) | 12 lines Merged revisions 167095 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r167095 | tilghman | 2008-12-31 18:01:22 -0600 (Wed, 31 Dec 2008)
+	  | 5 lines Repeat attempts to write when we receive -EAGAIN from
+	  the driver, as detailed in the ALSA sample code (see
+	  http://www.alsa-project.org/alsa-doc/alsa-lib/_2test_2pcm_8c-example.html#a32)
+	  Reported by: Jerry Geis (via the -users list) Fixed by: me
+	  (license 14) ........ ................
+
+2009-01-12 21:52 +0000 [r168509-168518]  Jeff Peeler <jpeeler at digium.com>
+
+	* /, res/res_agi.c: Merged revisions 168517 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r168517 | jpeeler | 2009-01-12 15:51:46 -0600 (Mon, 12 Jan 2009)
+	  | 12 lines Merged revisions 168516 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168516 | jpeeler | 2009-01-12 15:42:34 -0600 (Mon, 12 Jan 2009)
+	  | 5 lines (closes issue #13881) Reported by: hoowa Update the app
+	  CDR field for AGI commands that are not executing an application
+	  via "exec". ........ ................
+
+	* /, channels/chan_agent.c: Merged revisions 168508 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r168508 | jpeeler | 2009-01-12 14:53:04 -0600
+	  (Mon, 12 Jan 2009) | 15 lines Merged revisions 168507 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168507 | jpeeler | 2009-01-12 14:26:22 -0600 (Mon, 12 Jan 2009)
+	  | 9 lines (closes issue #12269) Reported by: IgorG Tested by:
+	  denisgalvao This gits rid of the notion of an owning_app allowing
+	  the request and hangup to be initiated by different threads.
+	  Originating from an active agent channel requires this. The
+	  implementation primarily changes __login_exec to wait on a
+	  condition variable rather than a lock. Review:
+	  http://reviewboard.digium.com/r/35/ ........ ................
+
+2009-01-12 16:55 +0000 [r168499]  Olle Johansson <oej at edvina.net>
+
+	* /, apps/app_minivm.c: Merged revisions 168497 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r168497 |
+	  oej | 2009-01-12 17:31:27 +0100 (MÃ¥n, 12 Jan 2009) | 2 lines
+	  Better to use the proper app name in the STATUS variable ........
+
+2009-01-12 15:00 +0000 [r168486]  Mark Michelson <mmichelson at digium.com>
+
+	* /, channels/chan_sip.c: Merged revisions 168485 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r168485 | mmichelson | 2009-01-12 09:00:00 -0600 (Mon, 12 Jan
+	  2009) | 13 lines Merged revisions 168482 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168482 | mmichelson | 2009-01-12 08:58:25 -0600 (Mon, 12 Jan
+	  2009) | 5 lines I am reverting the fix made in revision 168128
+	  (and its upward merges) after being contacted by Olle Johansson
+	  and being shown how this fix is incorrect. Thanks to Olle for
+	  clearing this up for me. ........ ................
+
+2009-01-12 14:58 +0000 [r168483]  Russell Bryant <russell at digium.com>
+
+	* /, configs/indications.conf.sample: Merged revisions 168481 via
+	  svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r168481 | russell | 2009-01-12 08:57:49 -0600
+	  (Mon, 12 Jan 2009) | 10 lines Merged revisions 168480 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168480 | russell | 2009-01-12 08:57:27 -0600 (Mon, 12 Jan 2009)
+	  | 2 lines s/ringdance/ringcadence/ for Bulgaria ........
+	  ................
+
+2009-01-10 01:43 +0000 [r168335]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, channels/chan_sip.c: Merged revisions 168334 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r168334 |
+	  tilghman | 2009-01-09 19:42:45 -0600 (Fri, 09 Jan 2009) | 2 lines
+	  sizeof for a stringfield is 4. Kinda low for reconstructing a
+	  field value. ........
+
+2009-01-09 23:17 +0000 [r168271]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* /, sounds/Makefile: Merged revisions 168270 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r168270 | kpfleming | 2009-01-09 17:16:08 -0600 (Fri, 09 Jan
+	  2009) | 9 lines Merged revisions 168267 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168267 | kpfleming | 2009-01-09 17:12:29 -0600 (Fri, 09 Jan
+	  2009) | 1 line update to use new sound file packages that include
+	  license files ........ ................
+
+2009-01-09 23:14 +0000 [r168237-168268]  Richard Mudgett <rmudgett at digium.com>
+
+	* channels/chan_misdn.c: Missed change from trunk -r168192 when
+	  resolving conflicts.
+
+	* channels/chan_misdn.c, /: Merged revisions 168192 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r168192 | rmudgett | 2009-01-09 15:43:30 -0600
+	  (Fri, 09 Jan 2009) | 10 lines Merged revisions 168191 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168191 | rmudgett | 2009-01-09 15:28:42 -0600 (Fri, 09 Jan 2009)
+	  | 3 lines * Fix for JIRA AST-175/ABE-1757 * Miscellaneous doxygen
+	  comments added. ........ ................
+
+2009-01-09 22:22 +0000 [r168204]  Russell Bryant <russell at digium.com>
+
+	* /, res/res_musiconhold.c: Merged revisions 168200 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r168200 | russell | 2009-01-09 16:21:05 -0600
+	  (Fri, 09 Jan 2009) | 10 lines Merged revisions 168198 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168198 | russell | 2009-01-09 16:14:38 -0600 (Fri, 09 Jan 2009)
+	  | 2 lines Make this compile for mvanbaak ........
+	  ................
+
+2009-01-09 21:57 +0000 [r168195]  Mark Michelson <mmichelson at digium.com>
+
+	* /, channels/chan_sip.c: Merged revisions 168193 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r168193 | mmichelson | 2009-01-09 15:53:26 -0600 (Fri, 09 Jan
+	  2009) | 21 lines Merged revisions 168128 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168128 | mmichelson | 2009-01-09 14:08:04 -0600 (Fri, 09 Jan
+	  2009) | 13 lines Add check_via calls to more request handlers
+	  INFO, NOTIFY, OPTIONS, REFER, and MESSAGE requests were not
+	  checking the topmost Via to determine where to send the response.
+	  Adding check_via calls to those request handlers solves this.
+	  (closes issue #13071) Reported by: baron Patches: check_via.patch
+	  uploaded by baron (license 531) Tested by: baron ........
+	  ................
+
+2009-01-09 20:28 +0000 [r168152]  Terry Wilson <twilson at digium.com>
+
+	* /, res/res_phoneprov.c: Merged revisions 168142 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r168142 |
+	  twilson | 2009-01-09 14:25:25 -0600 (Fri, 09 Jan 2009) | 7 lines
+	  Don't leak memory if phoneprov.conf does not exist (closes issue
+	  #14203) Reported by: jamesgolovich Patches:
+	  asterisk-phoneprovleak.diff.txt uploaded by jamesgolovich
+	  (license 176) ........
+
+2009-01-09 18:36 +0000 [r168091]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, res/res_agi.c: Merged revisions 168090 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r168090 |
+	  tilghman | 2009-01-09 12:30:55 -0600 (Fri, 09 Jan 2009) | 3 lines
+	  When using ast_str with a non-ast_str-enabled API, we need to
+	  update the buffer or otherwise, we cannot use ast_str_strlen().
+	  ........
+
+2009-01-09 16:41 +0000 [r168016]  Matthew Nicholson <mnicholson at digium.com>
+
+	* /, main/logger.c: Merged revisions 168014 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r168014 |
+	  mnicholson | 2009-01-09 10:32:34 -0600 (Fri, 09 Jan 2009) | 5
+	  lines Use ast_safe_system() in logger.c instead of system()
+	  (closes issue #14194) Reported by: pabelanger ........
+
+2009-01-09 00:37 +0000 [r167971]  Terry Wilson <twilson at digium.com>
+
+	* apps/app_dial.c, /: Merged revisions 167935 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r167935 |
+	  twilson | 2009-01-08 18:13:12 -0600 (Thu, 08 Jan 2009) | 2 lines
+	  Set peer context and exten values so MACRO_EXTEN and
+	  MACRO_CONTEXT will be set ........
+
+2009-01-08 22:42 +0000 [r167904]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, res/res_agi.c: Merged revisions 167894 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r167894 | tilghman | 2009-01-08 16:37:20 -0600 (Thu, 08 Jan 2009)
+	  | 13 lines Merged revisions 167840 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r167840 | tilghman | 2009-01-08 16:08:56 -0600 (Thu, 08 Jan 2009)
+	  | 6 lines Don't truncate database results at 255 chars. (closes
+	  issue #14069) Reported by: evandro Patches:
+	  20081214__bug14069.diff.txt uploaded by Corydon76 (license 14)
+	  ........ ................
+
+2009-01-08 17:29 +0000 [r167708-167730]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* /, channels/chan_sip.c: Merged revisions 167720 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r167720 | kpfleming | 2009-01-08 11:26:03 -0600 (Thu, 08 Jan
+	  2009) | 9 lines Merged revisions 167714 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r167714 | kpfleming | 2009-01-08 11:24:21 -0600 (Thu, 08 Jan
+	  2009) | 1 line remove an unnecessary argument to queue_request()
+	  ........ ................
+
+	* /, channels/chan_sip.c: Merged revisions 167700 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r167700 | kpfleming | 2009-01-08 10:43:26 -0600 (Thu, 08 Jan
+	  2009) | 12 lines Merged revisions 167620 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r167620 | kpfleming | 2009-01-07 17:32:21 -0600 (Wed, 07 Jan
+	  2009) | 5 lines When a SIP request or response arrives for a
+	  dialog with an associated Asterisk channel, and the lock on that
+	  channel cannot be obtained because it is held by another thread,
+	  instead of dropping the request/response, queue it for later
+	  processing when the channel lock becomes available.
+	  http://reviewboard.digium.com/r/123/ ........ ................
+
+2009-01-08 14:31 +0000 [r167664]  Leif Madsen <lmadsen at digium.com>
+
+	* /, contrib/scripts/sip-friends.sql: Merged revisions 167662 via
+	  svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+	  ........ r167662 | lmadsen | 2009-01-08 09:27:53 -0500 (Thu, 08
+	  Jan 2009) | 1 line Oops... fix the fieldname I changed yesterday
+	  to be right. ........
+
+2009-01-07 22:37 +0000 [r167543-167571]  Russell Bryant <russell at digium.com>
+
+	* /, main/file.c: Merged revisions 167569 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r167569 | russell | 2009-01-07 16:36:34 -0600 (Wed, 07 Jan 2009)
+	  | 10 lines Merged revisions 167566 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r167566 | russell | 2009-01-07 16:35:36 -0600 (Wed, 07 Jan 2009)
+	  | 2 lines Fix the last couple of places where free() was
+	  improperly used directly. ........ ................
+
+	* /, main/file.c: Merged revisions 167555 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r167555 | russell | 2009-01-07 16:27:23 -0600 (Wed, 07 Jan 2009)
+	  | 10 lines Merged revisions 167554 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r167554 | russell | 2009-01-07 16:26:42 -0600 (Wed, 07 Jan 2009)
+	  | 2 lines Don't fclose() the file early, the filestream
+	  destructor will handle it. ........ ................
+
+	* /, main/file.c: Merged revisions 167546 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r167546 | russell | 2009-01-07 16:20:31 -0600 (Wed, 07 Jan 2009)
+	  | 10 lines Merged revisions 167545 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r167545 | russell | 2009-01-07 16:19:47 -0600 (Wed, 07 Jan 2009)
+	  | 2 lines Only try to close the file if one was actually opened
+	  ........ ................
+
+	* /, main/file.c: Merged revisions 167542 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r167542 | russell | 2009-01-07 16:05:29 -0600 (Wed, 07 Jan 2009)
+	  | 12 lines Merged revisions 167541 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r167541 | russell | 2009-01-07 16:03:59 -0600 (Wed, 07 Jan 2009)
+	  | 4 lines Don't use free() directly. This caused a crash since
+	  ast_filestream is now an ao2 object. Reported by JunK-Y on IRC,
+	  #asterisk-dev ........ ................
+
+2009-01-07 18:30 +0000 [r167498]  BJ Weschke <bweschke at btwtech.com>
+
+	* /, apps/app_followme.c: Merged revisions 167478 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r167478 |
+	  bweschke | 2009-01-07 13:20:31 -0500 (Wed, 07 Jan 2009) | 7 lines
+	  Answer the channel if it has not already been answered and we've
+	  already found a valid profile for followme. (closes issue #14140)
+	  Reported by: dimas Patches: 14140.patch uploaded by dimas
+	  ........
+
+2009-01-07 18:25 +0000 [r167485]  Leif Madsen <lmadsen at digium.com>
+
+	* /, configs/queues.conf.sample: Merged revisions 167477 via
+	  svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+	  ........ r167477 | lmadsen | 2009-01-07 13:18:45 -0500 (Wed, 07
+	  Jan 2009) | 8 lines Update queues.conf.sample documentation.
+	  Update the queues.conf.sample documentation to mention that you
+	  need to preload chan_local.so as well if you plan on using Local
+	  channels for queue members, and you're preloading pbx_config.so.
+	  (closes issue #14179) Reported by: CrashHD Tested by: CrashHD
+	  ........
+
+2009-01-07 17:42 +0000 [r167450]  Russell Bryant <russell at digium.com>
+
+	* main/indications.c, /: Merged revisions 167442 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r167442 | russell | 2009-01-07 11:35:39 -0600 (Wed, 07 Jan 2009)
+	  | 12 lines Merged revisions 167432 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r167432 | russell | 2009-01-07 11:29:53 -0600 (Wed, 07 Jan 2009)
+	  | 4 lines Treat an empty string the same way as a NULL country
+	  argument. In passing, simplify the handling of returning a
+	  default tone zone. ........ ................
+
+2009-01-07 14:33 +0000 [r167375]  Leif Madsen <lmadsen at digium.com>
+
+	* /, contrib/scripts/sip-friends.sql: Merged revisions 167373 via
+	  svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+	  ........ r167373 | lmadsen | 2009-01-07 09:26:19 -0500 (Wed, 07
+	  Jan 2009) | 1 line Update the sip-friends.sql file to use the
+	  non-deprecated 'defaultname' instead of 'username' and remove an
+	  extra comma that would cause the script to fail as-is ........
+
+2009-01-06  Tilghman Lesher <tlesher at digium.com>
+
+	* Released 1.6.0.3
+
+	* channels/chan_iax2.c: Security fix AST-2009-001
+
+2008-12-03  Tilghman Lesher <tlesher at digium.com>
+
+	* Released 1.6.0.3-rc1
+
+2008-12-03 14:13 +0000 [r160482]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, channels/chan_sip.c: Merged revisions 160481 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r160481 | tilghman | 2008-12-03 08:11:53 -0600 (Wed, 03 Dec 2008)
+	  | 14 lines Merged revisions 160480 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r160480 | tilghman | 2008-12-03 08:09:35 -0600 (Wed, 03 Dec 2008)
+	  | 7 lines Jon Bonilla (Manwe) pointed out on the -dev list: "I
+	  guess that having only ip-phones in mind is not a good approach.
+	  Since it is possible to have a sip proxy connected to asterisk we
+	  could receive a 407 (unauthorized) or 483 (too many hops) as
+	  response and dialog ending would not be a good behavior." So
+	  modified. ........ ................
+
+2008-12-03 00:53 +0000 [r160427]  Sean Bright <sean.bright at gmail.com>
+
+	* Makefile: Fix some 'make menuselect' breakage introduced by
+	  recent merges.
+
+2008-12-02 23:22 +0000 [r160386-160393]  Tilghman Lesher <tlesher at digium.com>
+
+	* apps/app_dial.c, /: Merged revisions 156388 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r156388 | tilghman | 2008-11-12 15:34:51 -0600 (Wed, 12 Nov 2008)
+	  | 12 lines Merged revisions 156386 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r156386 | tilghman | 2008-11-12 15:18:57 -0600 (Wed, 12 Nov 2008)
+	  | 5 lines When using call limits under 1 second, infinite call
+	  lengths are allowed, instead. (closes issue #13851) Reported by:
+	  ruddy ........ ................
+
+	* /, apps/app_meetme.c: Merged revisions 156290 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r156290 | jpeeler | 2008-11-12 13:11:15 -0600 (Wed, 12 Nov 2008)
+	  | 11 lines Merged revisions 156289 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r156289 | jpeeler | 2008-11-12 13:10:12 -0600 (Wed, 12 Nov 2008)
+	  | 3 lines For whatever reason, gcc only warned me about the
+	  possible use of an uninitialized variable when compiling 1.6.1.
+	  ........ ................
+
+	* /, apps/app_meetme.c: Merged revisions 156228 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r156228 | jpeeler | 2008-11-12 12:32:46 -0600 (Wed, 12 Nov 2008)
+	  | 16 lines Merged revisions 156178 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r156178 | jpeeler | 2008-11-12 11:53:44 -0600 (Wed, 12 Nov 2008)
+	  | 8 lines (closes issue #13173) Reported by: pep This change adds
+	  an announce_thread responsible for playing announcements to an
+	  existing conference. This allows all announcing to be immediately
+	  stopped if necessary but more importantly allows other threads
+	  that need to play something to not block. There are multiple
+	  benefits to this, but the actual bug is for solving the scenario
+	  for a channel to be unusable after hang up for the entire
+	  duration of the parting announcement. The parting announcement
+	  can be extremely long depending on what the user recorded upon
+	  joining the conference. Reviewed by Russell on Review Board:
+	  http://reviewboard.digium.com/r/25/ ........ ................
+
+	* main/astobj2.c, main/asterisk.c, apps/app_while.c,
+	  apps/app_dial.c, main/pbx.c, channels/chan_misdn.c,
+	  main/manager.c, /, apps/app_meetme.c, channels/chan_sip.c,
+	  channels/chan_skinny.c, include/asterisk/astobj2.h,
+	  channels/chan_agent.c, channels/chan_h323.c,
+	  channels/chan_iax2.c: Merged revisions
+	  152969,153122,154264,154268,154366,155399,155863,156166,156295,156690,156756,158066,158082,158540,158602,159276
+	  via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r152969 | tilghman | 2008-10-30 15:35:46 -0500
+	  (Thu, 30 Oct 2008) | 10 lines Merged revisions 152958 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r152958 | tilghman | 2008-10-30 15:33:28 -0500 (Thu, 30 Oct 2008)
+	  | 3 lines Cannot join detached threads. See
+	  http://www.opengroup.org/onlinepubs/000095399/functions/pthread_join.html
+	  (Closes issue #13400) ........ ................ r153122 |
+	  tilghman | 2008-10-31 11:35:21 -0500 (Fri, 31 Oct 2008) | 10
+	  lines Merged revisions 153114 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r153114 | tilghman | 2008-10-31 11:30:32 -0500 (Fri, 31 Oct 2008)
+	  | 3 lines Turn off qualify on uncached realtime peers. (Closes
+	  issue #13383) ........ ................ r154264 | tilghman |
+	  2008-11-04 12:59:48 -0600 (Tue, 04 Nov 2008) | 10 lines Recorded
+	  merge of revisions 154263 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r154263 | tilghman | 2008-11-04 12:58:05 -0600 (Tue, 04 Nov 2008)
+	  | 3 lines Make the monitor thread non-detached, so it can be
+	  joined (suggested by Russell on -dev list). ........
+	  ................ r154268 | rmudgett | 2008-11-04 13:07:26 -0600
+	  (Tue, 04 Nov 2008) | 11 lines Merged revisions 154266 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r154266 | rmudgett | 2008-11-04 13:01:08 -0600 (Tue, 04 Nov 2008)
+	  | 4 lines JIRA ABE-1703 mISDN sets the channel to the wrong state
+	  when it receives the indication AST_CONTROL_RINGING. ........
+	  ................ r154366 | tilghman | 2008-11-04 14:51:18 -0600
+	  (Tue, 04 Nov 2008) | 16 lines Merged revisions 154365 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r154365 | tilghman | 2008-11-04 14:49:33 -0600 (Tue, 04 Nov 2008)
+	  | 9 lines On busy systems, it's possible for the values checked
+	  within a single line of code to change, unless the structure is
+	  locked to ensure a consistent state. (closes issue #13717)
+	  Reported by: kowalma Patches: 20081102__bug13717.diff.txt
+	  uploaded by Corydon76 (license 14) Tested by: kowalma ........
+	  ................ r155399 | tilghman | 2008-11-07 16:28:58 -0600
+	  (Fri, 07 Nov 2008) | 14 lines Merged revisions 155398 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r155398 | tilghman | 2008-11-07 16:27:32 -0600 (Fri, 07 Nov 2008)
+	  | 7 lines Clarify error message. (closes issue #13809) Reported
+	  by: denke Patches: 20081104__bug13809.diff.txt uploaded by
+	  Corydon76 (license 14) Tested by: denke ........ ................
+	  r155863 | mmichelson | 2008-11-10 15:14:44 -0600 (Mon, 10 Nov
+	  2008) | 22 lines Merged revisions 155861 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r155861 | mmichelson | 2008-11-10 15:07:39 -0600 (Mon, 10 Nov
+	  2008) | 14 lines Channel drivers assume that when their indicate
+	  callback is invoked, that the channel on which the callback was
+	  called is locked. This patch corrects an instance in chan_agent
+	  where a channel's indicate callback is called directly without
+	  first locking the channel. This was leading to some observed
+	  locking issues in chan_local, but considering that all channel
+	  drivers operate under the same expectations, the generic fix in
+	  chan_agent is the right way to go. AST-126 ........
+	  ................ r156166 | russell | 2008-11-12 11:38:20 -0600
+	  (Wed, 12 Nov 2008) | 15 lines Merged revisions 156164 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r156164 | russell | 2008-11-12 11:29:52 -0600 (Wed, 12 Nov 2008)
+	  | 7 lines Move the sanity check that makes sure "always fork" is
+	  not set along with the console option to be after the code that
+	  reads options from asterisk.conf. This resolves a situation where
+	  Asterisk can start taking up 100% when misconfigured. (Thanks to
+	  Bryce Porter (x86 on IRC) for letting me log in to his system to
+	  figure out what was causing the 100% CPU problem.) ........
+	  ................ r156295 | tilghman | 2008-11-12 13:28:22 -0600
+	  (Wed, 12 Nov 2008) | 13 lines Merged revisions 156294 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r156294 | tilghman | 2008-11-12 13:26:45 -0600 (Wed, 12 Nov 2008)
+	  | 6 lines If the SLA thread is not started, then reload causes a
+	  memory leak. (closes issue #13889) Reported by: eliel Patches:
+	  app_meetme.c.patch uploaded by eliel (license 64) ........
+	  ................ r156690 | tilghman | 2008-11-13 15:30:41 -0600
+	  (Thu, 13 Nov 2008) | 14 lines Merged revisions 156688 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r156688 | tilghman | 2008-11-13 15:24:00 -0600 (Thu, 13 Nov 2008)
+	  | 7 lines Provide more space for all the data which can appear in
+	  an originating channel name. (closes issue #13398) Reported by:
+	  bamby Patches: manager.c.diff uploaded by bamby (license 430)
+	  ........ ................ r156756 | tilghman | 2008-11-13
+	  18:43:13 -0600 (Thu, 13 Nov 2008) | 13 lines Merged revisions
+	  156755 via svnmerge from

[... 48207 lines stripped ...]



More information about the asterisk-commits mailing list