[asterisk-commits] lmadsen: tag 1.6.0.4-rc1 r170181 - /tags/1.6.0.4-rc1/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jan 22 11:22:17 CST 2009


Author: lmadsen
Date: Thu Jan 22 11:22:16 2009
New Revision: 170181

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

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

Added: tags/1.6.0.4-rc1/.lastclean
URL: http://svn.digium.com/svn-view/asterisk/tags/1.6.0.4-rc1/.lastclean?view=auto&rev=170181
==============================================================================
--- tags/1.6.0.4-rc1/.lastclean (added)
+++ tags/1.6.0.4-rc1/.lastclean Thu Jan 22 11:22:16 2009
@@ -1,0 +1,1 @@
+36

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

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

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

Added: tags/1.6.0.4-rc1/.version
URL: http://svn.digium.com/svn-view/asterisk/tags/1.6.0.4-rc1/.version?view=auto&rev=170181
==============================================================================
--- tags/1.6.0.4-rc1/.version (added)
+++ tags/1.6.0.4-rc1/.version Thu Jan 22 11:22:16 2009
@@ -1,0 +1,1 @@
+1.6.0.4-rc1

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

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

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

Added: tags/1.6.0.4-rc1/ChangeLog
URL: http://svn.digium.com/svn-view/asterisk/tags/1.6.0.4-rc1/ChangeLog?view=auto&rev=170181
==============================================================================
--- tags/1.6.0.4-rc1/ChangeLog (added)
+++ tags/1.6.0.4-rc1/ChangeLog Thu Jan 22 11:22:16 2009
@@ -1,0 +1,49115 @@
+2009-01-22  Leif Madsen <lmadsen at digium.com>
+
+	* Release Asterisk 1.6.0.4-rc1
+
+2009-01-22 16:53 +0000 [r170048-170149]  Joshua Colp <jcolp at digium.com>
+
+	* /, apps/app_meetme.c: Merged revisions 170148 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r170148 | file | 2009-01-22 12:52:21 -0400 (Thu, 22 Jan 2009) |
+	  11 lines Merged revisions 170147 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r170147 | file | 2009-01-22 12:50:54 -0400 (Thu, 22 Jan 2009) | 4
+	  lines If we are unable to request a DAHDI pseudo channel and we
+	  are using the user introduction without review option make sure
+	  it gets unset so other code does not blindly assume a DAHDI
+	  pseudo channel exists. (closes issue #14282) Reported by:
+	  cheesegrits ........ ................
+
+	* main/pbx.c, /: Merged revisions 170051 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r170051 | file | 2009-01-22 11:14:50 -0400 (Thu, 22 Jan 2009) |
+	  13 lines Merged revisions 170050 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r170050 | file | 2009-01-22 11:13:56 -0400 (Thu, 22 Jan 2009) | 6
+	  lines Do a string comparison instead of pointer comparison since
+	  some people specify the context they are actually in as an
+	  argument to get around some funkiness. (closes issue #14011)
+	  Reported by: dveiga Patches: pbx.c.patch uploaded by dveiga
+	  (license 665) ........ ................
+
+	* apps/app_parkandannounce.c, /: Merged revisions 170047 via
+	  svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+	  ........ r170047 | file | 2009-01-22 11:01:54 -0400 (Thu, 22 Jan
+	  2009) | 4 lines Clear the autoloop flag when parsing and setting
+	  the context/extension/priority to go back to. When the channel
+	  executes a PBX again we want it to start out at the point we
+	  explicitly say and at that point it will not yet be doing
+	  autoloop. (closes issue #14304) Reported by: jcovert ........
+
+2009-01-22 00:45 +0000 [r169945]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, include/asterisk/linkedlists.h: Merged revisions 169944 via
+	  svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r169944 | tilghman | 2009-01-21 18:44:52 -0600
+	  (Wed, 21 Jan 2009) | 16 lines Merged revisions 169943 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r169943 | tilghman | 2009-01-21 18:43:31 -0600 (Wed, 21 Jan 2009)
+	  | 9 lines AST_RWLOCK_INIT_VALUE is always defined. What we really
+	  wanted to ask is whether autoconf detected a static initializer
+	  value. This fixes rwlocks on all such platforms (mainly, Mac OS
+	  X). (closes issue #13767) Reported by: jcovert Patches:
+	  20090121__bug13767.diff.txt uploaded by Corydon76 (license 14)
+	  Tested by: jcovert, Corydon76 ........ ................
+
+2009-01-21 23:27 +0000 [r169870]  Joshua Colp <jcolp at digium.com>
+
+	* main/pbx.c, /: Merged revisions 169869 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r169869 | file | 2009-01-21 19:25:27 -0400 (Wed, 21 Jan 2009) |
+	  11 lines Merged revisions 169867 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r169867 | file | 2009-01-21 19:20:47 -0400 (Wed, 21 Jan 2009) | 4
+	  lines Read lock the contexts to maintain the locking order when
+	  we are notified that the state of a device has changed. (closes
+	  issue #13839) Reported by: mcallist ........ ................
+
+2009-01-21 22:21 +0000 [r169819]  Michiel van Baak <michiel at vanbaak.info>
+
+	* /, doc/tex/extensions.tex: Merged revisions 169793 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk ........
+	  r169793 | mvanbaak | 2009-01-21 23:04:16 +0100 (Wed, 21 Jan 2009)
+	  | 2 lines remove duplicated sentence. ........
+
+2009-01-21 22:11 +0000 [r169795]  Mark Michelson <mmichelson at digium.com>
+
+	* /, main/say.c: Merged revisions 169794 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r169794 |
+	  mmichelson | 2009-01-21 16:10:02 -0600 (Wed, 21 Jan 2009) | 17
+	  lines Fix a crash when saying certain numbers in Chinese This
+	  commit fixes a crash that was occurring when attempting to say a
+	  number between 10000 and 100000 due to dividing by 0. This also
+	  removes some places where a "zero" is spoken when it should not
+	  be. (closes issue #14291) Reported by: dant Patches:
+	  say.c-14291.diff uploaded by dant (license 670) Tested by: dant
+	  ........
+
+2009-01-21 21:04 +0000 [r169724]  Tilghman Lesher <tlesher at digium.com>
+
+	* main/asterisk.c, /: Merged revisions 169723 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r169723 | tilghman | 2009-01-21 15:03:40 -0600 (Wed, 21 Jan 2009)
+	  | 15 lines Merged revisions 169722 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r169722 | tilghman | 2009-01-21 15:02:32 -0600 (Wed, 21 Jan 2009)
+	  | 8 lines Extra NULLs in the output cause some terminal types to
+	  abort in the middle of a color code, causing terminal weirdness.
+	  (closes issue #14130) Reported by: coolmig Patches:
+	  20090121__bug14130.diff.txt uploaded by Corydon76 (license 14)
+	  Tested by: Corydon76, coolmig ........ ................
+
+2009-01-21 00:35 +0000 [r169612]  Mark Michelson <mmichelson at digium.com>
+
+	* /, apps/app_queue.c: Merged revisions 169611 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r169611 |
+	  mmichelson | 2009-01-20 18:33:32 -0600 (Tue, 20 Jan 2009) | 22
+	  lines Fix device state parsing issues for channel names with
+	  multiple slashes The fix being applied is a bit different for
+	  trunk and the 1.6.X branches. For trunk, we only wish to strip
+	  off the characters beyond the second slash if the channel is a
+	  Local channel (i.e. we are removing the /n from the device name).
+	  Other channel technologies with multiple slashes (e.g. DAHDI)
+	  need the information after the second slash in order to get the
+	  proper device state information. In addition to this fix, the
+	  1.6.X branches are receiving a much more important fix as well.
+	  The problem in 1.6.X is that the member's device name was being
+	  directly changed instead of having a copy changed. This meant
+	  that we would strip off the second slash and trailing characters
+	  and then leave the member's device name like that permanently
+	  thereafter. (closes issue #14014) Reported by: kebl0155 Patches:
+	  14014_number2.patch uploaded by putnopvut (license 60) Tested by:
+	  kebl0155 ........
+
+2009-01-20 20:13 +0000 [r169487-169558]  Terry Wilson <twilson at digium.com>
+
+	* channels/chan_sip.c: We don't support ~expiry in 1.6.0 register
+	  statements This must have inadvertantly got merged in sometime as
+	  the code doesn't handle this option, and configs/sip.conf.sample
+	  doesn't mention it as available. So just remove it from the
+	  WARNING message
+
+	* /, main/features.c: Merged revisions 169510 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r169510 |
+	  twilson | 2009-01-20 13:22:24 -0600 (Tue, 20 Jan 2009) | 7 lines
+	  Make a proper builtin attended transfer to parking work This is
+	  an ugly hack from 1.4 that allows the timeout callback from a
+	  parked call to use the right channel name for the callback when
+	  the park is done with a builtin attended transfer (that isn't
+	  completed early). This hasn't ever worked in trunk and no one has
+	  complained yet, so eh. ........
+
+	* /, main/features.c: Merged revisions 169486 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r169486 | twilson | 2009-01-20 12:48:14 -0600 (Tue, 20 Jan 2009)
+	  | 13 lines Merged revisions 169485 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r169485 | twilson | 2009-01-20 12:40:56 -0600 (Tue, 20 Jan 2009)
+	  | 6 lines Don't play audio to the channel if we've masqueraded
+	  (closes issue #14066) Reported by: bluefox Tested by:
+	  otherwiseguy, bluefox ........ ................
+
+2009-01-19 20:08 +0000 [r169366]  Tilghman Lesher <tlesher at digium.com>
+
+	* main/manager.c, /, apps/app_userevent.c: Merged revisions 169365
+	  via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r169365 | tilghman | 2009-01-19 14:05:52 -0600
+	  (Mon, 19 Jan 2009) | 11 lines Merged revisions 169364 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r169364 | tilghman | 2009-01-19 13:49:25 -0600 (Mon, 19 Jan 2009)
+	  | 4 lines Truncate userevents at the end of a line, when the
+	  command exceeds the buffer. (closes issue #14278) Reported by:
+	  fnordian ........ ................
+
+2009-01-19 15:55 +0000 [r169212]  Mark Michelson <mmichelson at digium.com>
+
+	* channels/chan_local.c, /: Merged revisions 169211 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/trunk
+	  ................ r169211 | mmichelson | 2009-01-19 09:54:06 -0600
+	  (Mon, 19 Jan 2009) | 21 lines Merged revisions 169210 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r169210 | mmichelson | 2009-01-19 09:52:15 -0600 (Mon, 19 Jan
+	  2009) | 13 lines Prevent a crash in chan_local due to a potential
+	  NULL pointer dereference Move the check for if both channels on a
+	  local_pvt have generators to below where p->chan is checked for
+	  NULLity (NULLness?). This prevents a crash from occurring if
+	  p->chan is NULL. (closes issue #14189) Reported by: sascha
+	  Patches: 14189.patch uploaded by putnopvut (license 60) Tested
+	  by: sascha ........ ................
+
+2009-01-17 00:29 +0000 [r168980-169078]  Terry Wilson <twilson at digium.com>
+
+	* /, channels/chan_sip.c: Merged revisions 169044 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ........ r169044 |
+	  twilson | 2009-01-16 18:03:39 -0600 (Fri, 16 Jan 2009) | 8 lines
+	  Fix port :0 added to SIP INVITE URI when outboundproxy used
+	  (closes issue #14233) Reported by: chris-mac Patches:
+	  asterisk-bug14233.diff.txt uploaded by jamesgolovich (license
+	  176) Tested by: jamesgolovich, chris-mac, otherwiseguy ........
+
+	* /, main/features.c: Merged revisions 168941 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r168941 | twilson | 2009-01-16 16:16:23 -0600 (Fri, 16 Jan 2009)
+	  | 19 lines Merged revisions 168716 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168716 | twilson | 2009-01-15 12:22:49 -0600 (Thu, 15 Jan 2009)
+	  | 12 lines Convert call to park_call_full to
+	  masq_park_call_announce Since we removed the AST_PBX_KEEPALIVE
+	  return value, we need to use masqueraded parking, otherwise we
+	  will try to call ast_hangup() in __pbx_run() and in
+	  do_parking_thread() and then promptly crash. (closes issue
+	  #14215) Reported by: waverly360 Tested by: otherwiseguy (closes
+	  issue #14228) Reported by: kobaz Tested by: otherwiseguy ........
+	  ................
+
+2009-01-16 22:46 +0000 [r168978]  Mark Michelson <mmichelson at digium.com>
+
+	* /, channels/chan_sip.c: Merged revisions 168976 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/trunk ................
+	  r168976 | mmichelson | 2009-01-16 16:43:09 -0600 (Fri, 16 Jan
+	  2009) | 26 lines Merged revisions 168975 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r168975 | mmichelson | 2009-01-16 16:42:13 -0600 (Fri, 16 Jan
+	  2009) | 18 lines Account for possible NULL pointer when we
+	  receive a 408 in response to a REGISTER It may be that by the
+	  time we receive a reply to a REGISTER request, the attempt has
+	  timed out and thus the registry structure pointed to by the
+	  corresponding sip_pvt has gone away. This situation was handled
+	  properly for a 200 OK response, but the 408 case assumed that the
+	  sip_registry struct was non-NULL, thus potentially causing a
+	  crash This commit fixes this assumption and prints out a message
+	  to the console if we should receive a late 408 response to a
+	  REGISTER (closes issue #14211) Reported by: aborghi Patches:
+	  14211.diff uploaded by putnopvut (license 60) Tested by: aborghi
+	  ........ ................
+
+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

[... 48427 lines stripped ...]



More information about the asterisk-commits mailing list