[svn-commits] russell: tag 1.6.0-beta3 r103774 - /tags/1.6.0-beta3/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Feb 18 11:20:23 CST 2008


Author: russell
Date: Mon Feb 18 11:20:22 2008
New Revision: 103774

URL: http://svn.digium.com/view/asterisk?view=rev&rev=103774
Log:
Importing files for 1.6.0-beta3 release

Added:
    tags/1.6.0-beta3/.lastclean   (with props)
    tags/1.6.0-beta3/.version   (with props)
    tags/1.6.0-beta3/ChangeLog   (with props)

Added: tags/1.6.0-beta3/.lastclean
URL: http://svn.digium.com/view/asterisk/tags/1.6.0-beta3/.lastclean?view=auto&rev=103774
==============================================================================
--- tags/1.6.0-beta3/.lastclean (added)
+++ tags/1.6.0-beta3/.lastclean Mon Feb 18 11:20:22 2008
@@ -1,0 +1,1 @@
+35

Propchange: tags/1.6.0-beta3/.lastclean
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tags/1.6.0-beta3/.lastclean
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: tags/1.6.0-beta3/.lastclean
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: tags/1.6.0-beta3/.version
URL: http://svn.digium.com/view/asterisk/tags/1.6.0-beta3/.version?view=auto&rev=103774
==============================================================================
--- tags/1.6.0-beta3/.version (added)
+++ tags/1.6.0-beta3/.version Mon Feb 18 11:20:22 2008
@@ -1,0 +1,1 @@
+1.6.0-beta3

Propchange: tags/1.6.0-beta3/.version
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tags/1.6.0-beta3/.version
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: tags/1.6.0-beta3/.version
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: tags/1.6.0-beta3/ChangeLog
URL: http://svn.digium.com/view/asterisk/tags/1.6.0-beta3/ChangeLog?view=auto&rev=103774
==============================================================================
--- tags/1.6.0-beta3/ChangeLog (added)
+++ tags/1.6.0-beta3/ChangeLog Mon Feb 18 11:20:22 2008
@@ -1,0 +1,36466 @@
+2008-02-16  Russell Bryant  <russell at digium.com>
+
+	* Asterisk 1.6.0-beta3 released.
+
+2008-02-18 17:12 +0000 [r103772]  Olle Johansson <oej at edvina.net>
+
+	* main/channel.c, channels/chan_sip.c: Make sure we can set up
+	  calls without audio (text+video). And ... it works!
+
+2008-02-18 16:40 +0000 [r103771]  Mark Michelson <mmichelson at digium.com>
+
+	* channels/chan_zap.c, /: Merged revisions 103770 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103770 | mmichelson | 2008-02-18 10:37:31 -0600 (Mon, 18 Feb
+	  2008) | 10 lines Fix a linked list corruption that under the
+	  right circumstances could lead to a looped list, meaning it will
+	  traverse forever. (closes issue #11818) Reported by: michael-fig
+	  Patches: 11818.patch uploaded by putnopvut (license 60) Tested
+	  by: michael-fig ........
+
+2008-02-18 16:13 +0000 [r103764-103769]  Joshua Colp <jcolp at digium.com>
+
+	* /: Blocked revisions 103768 via svnmerge ........ r103768 | file
+	  | 2008-02-18 12:11:51 -0400 (Mon, 18 Feb 2008) | 4 lines Backport
+	  fix from issue #9325. (closes issue #11980) Reported by: rbrunka
+	  ........
+
+	* apps/app_channelredirect.c, main/pbx.c, include/asterisk/pbx.h:
+	  Add an API call (ast_async_parseable_goto) which parses a goto
+	  string and does an async goto instead of an explicit goto.
+	  (closes issue #11753) Reported by: johan
+
+	* /, channels/chan_sip.c: Merged revisions 103763 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103763 | file | 2008-02-18 11:33:14 -0400 (Mon, 18 Feb 2008) | 2
+	  lines Don't care if the extension given doesn't exist for
+	  subscription based MWI. ........
+
+2008-02-18 10:10 +0000 [r103755]  Olle Johansson <oej at edvina.net>
+
+	* CHANGES, channels/chan_iax2.c: - No space in manager event names,
+	  please - Add new event to CHANGES
+
+2008-02-18 04:43 +0000 [r103754]  Tilghman Lesher <tlesher at digium.com>
+
+	* build_tools/cflags.xml, main/channel.c, main/pbx.c,
+	  funcs/func_channel.c, include/asterisk/channel.h, CHANGES,
+	  main/cli.c: Context tracing for channels (closes issue #11268)
+	  Reported by: moy Patches:
+	  chantrace-datastored-encapsulated-rev94934.patch uploaded by moy
+	  (license 222)
+
+2008-02-16 21:22 +0000 [r103750]  Michiel van Baak <michiel at vanbaak.info>
+
+	* channels/chan_skinny.c: move two ast_log calls to ast_debug. Now
+	  monitoring chan_skinny port with nagios or zabbix wont generate
+	  noise on the console. @ok tilghman
+
+2008-02-15 23:32 +0000 [r103742]  Russell Bryant <russell at digium.com>
+
+	* /, channels/chan_iax2.c: Merged revisions 103741 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r103741 | russell | 2008-02-15 17:31:39 -0600 (Fri, 15
+	  Feb 2008) | 8 lines Fix a crash in chan_iax2 due to a race
+	  condition (closes issue #11780) Reported by: guillecabeza
+	  Patches: bug_iax2_jb_1.4.patch uploaded by guillecabeza (license
+	  380) bug_iax2_jb_trunk.patch uploaded by guillecabeza (license
+	  380) ........
+
+2008-02-15 23:20 +0000 [r103740]  Mark Michelson <mmichelson at digium.com>
+
+	* CHANGES: Document GotoIfTime change from svn revision 103738
+
+2008-02-15 23:14 +0000 [r103739]  Russell Bryant <russell at digium.com>
+
+	* include/asterisk/aes.h: Fix a regression in Asterisk 1.6 related
+	  to the use of AES encryption. 1024 was used instead of 128 when
+	  using AES from OpenSSL. Many thanks to d1mas for figuring this
+	  one out! (closes issue #11946) Reported by: bbhoss Patches:
+	  v1-11946.patch uploaded by dimas (license 88)
+
+2008-02-15 23:07 +0000 [r103737-103738]  Mark Michelson <mmichelson at digium.com>
+
+	* main/pbx.c: Add proper "false" case behavior to GotoIfTime
+	  (closes issue #11719) Reported by: kshumard Patches:
+	  gotoiftime.twobranches.patch uploaded by kshumard (license 92)
+	  Tested by: kshumard
+
+	* apps/app_voicemail.c: Fix redeclaration of variables when using
+	  IMAP storage (closes issue #11988) Reported by: jaroth Patches:
+	  variable_cleanup.patch uploaded by jaroth (license 50)
+
+2008-02-15 19:50 +0000 [r103727-103729]  Russell Bryant <russell at digium.com>
+
+	* /, main/loader.c: Merged revisions 103728 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103728 | russell | 2008-02-15 13:50:11 -0600 (Fri, 15 Feb 2008)
+	  | 4 lines In the case that you try to directly reload a module
+	  has returned AST_MODULE_LOAD_DECLINE, log a message indicating
+	  that the module is not fully initialized and must be initialized
+	  using "module load". ........
+
+	* /, main/loader.c: Merged revisions 103726 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103726 | russell | 2008-02-15 12:33:29 -0600 (Fri, 15 Feb 2008)
+	  | 6 lines Don't attempt to execute the reload callback for a
+	  module that returned AST_MODULE_LOAD_DECLINE. This fixes a crash
+	  that was reported against chan_console in trunk. (closes issue
+	  #11953, reported by junky, fixed by me) ........
+
+2008-02-15 17:32 +0000 [r103725]  Mark Michelson <mmichelson at digium.com>
+
+	* doc/tex/imapstorage.tex, /, configure, configure.ac: Merged
+	  revisions 103722 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103722 | mmichelson | 2008-02-15 11:26:37 -0600 (Fri, 15 Feb
+	  2008) | 8 lines Final round of changes for configure script logic
+	  for IMAP Now if a directory is specified, then we will search
+	  that directory for a source installation of the IMAP toolkit. If
+	  none is found, then we will use that directory as the basis for
+	  detecting a package installation of the IMAP c-client. If that
+	  check fails, then configure will fail. ........
+
+2008-02-15 17:29 +0000 [r103723]  Jason Parker <jparker at digium.com>
+
+	* channels/chan_zap.c, channels/chan_sip.c, res/res_phoneprov.c,
+	  include/asterisk/extconf.h, channels/misdn/isdn_msg_parser.c,
+	  apps/app_queue.c, channels/misdn/isdn_lib.c, main/config.c,
+	  main/channel.c, res/res_config_curl.c, channels/misdn/isdn_lib.h,
+	  main/ast_expr2f.c, channels/misdn/ie.c,
+	  channels/misdn/chan_misdn_config.h, channels/misdn/portinfo.c,
+	  include/asterisk/strings.h, res/res_config_ldap.c,
+	  include/asterisk/time.h: Fix up some doxygen issues. (closes
+	  issue #11996) Patches: bug_11996_doxygen.diff uploaded by snuffy
+	  (license 35)
+
+2008-02-15 15:45 +0000 [r103716]  Tilghman Lesher <tlesher at digium.com>
+
+	* utils/conf2ael.c: Remove extraneous copy (closes issue #12002)
+	  Reported by: junky Patches: conf2ael.diff uploaded by junky
+	  (license 177)
+
+2008-02-15 15:11 +0000 [r103699-103715]  Mark Michelson <mmichelson at digium.com>
+
+	* configure, configure.ac: Merging of changes from 1.4 revision
+	  103713.
+
+	* /: Blocked revisions 103713 via svnmerge ........ r103713 |
+	  mmichelson | 2008-02-15 09:05:49 -0600 (Fri, 15 Feb 2008) | 8
+	  lines Fix a bit of wrong logic in the configure script that
+	  caused problems when trying to configure without IMAP. Patch
+	  suggestion from phsultan, but I modified it slightly. (closes
+	  issue #12003) Reported by: pj Tested by: putnopvut ........
+
+	* doc/tex/imapstorage.tex, configure, configure.ac: Same changes as
+	  made to 1.4 in revision 103710
+
+	* /: Blocked revisions 103709 via svnmerge ........ r103709 |
+	  mmichelson | 2008-02-14 18:50:49 -0600 (Thu, 14 Feb 2008) | 6
+	  lines I apparently misunderstood one of the requirements of this
+	  configure change. Now, if a source directory is specified with
+	  the --with-imap option, and a valid source installation is not
+	  detected there, then configure will fail and will not check for a
+	  package installation. ........
+
+	* doc/tex/imapstorage.tex: Trunk version of 1.4's imap
+	  documentation updates
+
+	* /: Blocked revisions 103703 via svnmerge ........ r103703 |
+	  mmichelson | 2008-02-14 17:49:24 -0600 (Thu, 14 Feb 2008) | 3
+	  lines Make a small clarification in the documentation ........
+
+	* /: Blocked revisions 103701 via svnmerge ........ r103701 |
+	  mmichelson | 2008-02-14 17:44:17 -0600 (Thu, 14 Feb 2008) | 3
+	  lines Update documentation regarding configuration of IMAP
+	  ........
+
+	* configure, configure.ac: See commit message for svn revision
+	  103698. This behavior is the same as what is described there. The
+	  difference is that trunk already had the --with-imap=system
+	  option, but it only checked the include path for headers in the
+	  imap directory and not also the c-client directory.
+
+	* /: Blocked revisions 103698 via svnmerge ........ r103698 |
+	  mmichelson | 2008-02-14 17:30:17 -0600 (Thu, 14 Feb 2008) | 13
+	  lines Change to the configure logic regarding IMAP. Prior to this
+	  commit, if you wished to configure Asterisk with IMAP support,
+	  you would use the --with-imap configure switch in one of the
+	  following two ways: --with-imap=/some/directory would look in the
+	  directory specified for a UW IMAP source installation --with-imap
+	  would assume that you had imap-2004g installed in .. relative to
+	  the Asterisk source With this set of changes the two above
+	  options still work the same, but there are two new behaviors,
+	  too. --with-imap=system will assume that you have -libc-client.so
+	  where you store your shared objects and will attempt to find
+	  c-client headers in your include path either in the imap or
+	  c-client directory. If either of the two original methods of
+	  specifying the imap option should fail, then the check for
+	  --with-imap =system will be performed in addition. It is only
+	  after this "system" check that failure can happen. ........
+
+2008-02-14 21:21 +0000 [r103694]  Jason Parker <jparker at digium.com>
+
+	* configure, include/asterisk/autoconfig.h.in, configure.ac: Modify
+	  ldap autoconf function, so that an incorrect ldap library is not
+	  found on Solaris (it is incompatible). Also removes second check
+	  for awk, which causes Solaris to find an incompatible version of
+	  awk. (closes issue #11829) Reported by: snuffy Patches:
+	  bug-11829.diff uploaded by snuffy (license 35)
+
+2008-02-14 21:04 +0000 [r103687-103691]  Mark Michelson <mmichelson at digium.com>
+
+	* /, apps/app_voicemail.c: Merged revisions 103690 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r103690 | mmichelson | 2008-02-14 15:03:02 -0600 (Thu,
+	  14 Feb 2008) | 3 lines Fix build for non-IMAP builds ........
+
+	* /, apps/app_voicemail.c: Merged revisions 103688 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r103688 | mmichelson | 2008-02-14 14:55:48 -0600 (Thu,
+	  14 Feb 2008) | 9 lines Fix the new message count if delete=yes
+	  when using IMAP storage. (closes issue #11406) Reported by:
+	  jaroth Patches: deleteflag_v2.patch uploaded by jaroth (license
+	  50) Tested by: jaroth ........
+
+	* configs/queues.conf.sample, UPGRADE.txt, apps/app_queue.c: Change
+	  the queue holdtime announcement to happen at any interval (not
+	  just greater than two minutes). Remove the saying of less-than
+	  for holdtime announcements since it can lead to awkward holdtime
+	  announcements. Using '1' as a queue-round-seconds value is no
+	  longer valid. (closes issue #9736) Reported by: caio1982 Patches:
+	  queue_announce5.diff uploaded by caio1982 (license 22) Tested by:
+	  caio1982, putnopvut
+
+2008-02-14 19:52 +0000 [r103685]  Jason Parker <jparker at digium.com>
+
+	* /, funcs/func_cdr.c: Merged revisions 103683 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103683 | qwell | 2008-02-14 13:51:10 -0600 (Thu, 14 Feb 2008) |
+	  5 lines Document the 'l' option to the CDR() function. (Thanks
+	  voipgate for pointing out the option, and Leif for providing text
+	  for it.) Closes issue #11695. ........
+
+2008-02-14 19:47 +0000 [r103682]  Jeff Peeler <jpeeler at digium.com>
+
+	* apps/app_externalivr.c: a few syntax changes and safer code
+
+2008-02-14 18:39 +0000 [r103677]  Jason Parker <jparker at digium.com>
+
+	* channels/chan_iax2.c: Add periodic jitter stats to CLI and
+	  manager. (closes issue #8188) Reported by: stevedavies Patches:
+	  jblogging-trunk.patch uploaded by stevedavies
+	  jblogging-trunk_wmgrevent.patch uploaded by johann8384
+	  updated_jbloggin-trunk_mgrevent.patch uploaded by johann8384
+	  (license 190) (with additional changes by me) Tested by:
+	  stevedavies, johann8384
+
+2008-02-14 10:19 +0000 [r103668]  Olle Johansson <oej at edvina.net>
+
+	* res/res_agi.c, apps/app_externalivr.c: Formatting fixes
+
+2008-02-13 21:04 +0000 [r103662]  Jeff Peeler <jpeeler at digium.com>
+
+	* apps/app_externalivr.c: (closes issue #11825) Reported by:
+	  ctooley Patches: additional_eivr_commands.patch uploaded by
+	  ctooley (license 136) Tested by: ctooley
+
+2008-02-13 15:47 +0000 [r103658]  Mark Michelson <mmichelson at digium.com>
+
+	* UPGRADE.txt, res/res_musiconhold.c: 1. Deprecate SetMusicOnHold
+	  and WaitMusicOnHold. 2. Add a duration parameter to MusicOnHold
+	  (closes issue #11904) Reported by: dimas Patches: v2-moh.patch
+	  uploaded by dimas (license 88) Tested by: dimas
+
+2008-02-13 06:35 +0000 [r103608]  Tilghman Lesher <tlesher at digium.com>
+
+	* /: Blocked revisions 103607 via svnmerge ........ r103607 |
+	  tilghman | 2008-02-13 00:25:03 -0600 (Wed, 13 Feb 2008) | 7 lines
+	  We aren't talking to ourselves; we're talking to someone else.
+	  (closes issue #11771) Reported by: msetim Patches:
+	  ami_agent_talkingto-1.4.diff uploaded by caio1982 (license 22)
+	  Tested by: caio1982, msetim ........
+
+2008-02-13 00:55 +0000 [r103559]  Mark Michelson <mmichelson at digium.com>
+
+	* main/event.c: Fix a small logic error in ast_event_iterator_next.
+	  The previous logic allowed for the iterator to indicate there was
+	  more data than there really was, causing the iterator read beyond
+	  the end of the event structure. This led to invalid memory reads
+	  and potential crashes.
+
+2008-02-13 00:31 +0000 [r103557]  Tilghman Lesher <tlesher at digium.com>
+
+	* /: Blocked revisions 103556 via svnmerge ........ r103556 |
+	  tilghman | 2008-02-12 18:26:57 -0600 (Tue, 12 Feb 2008) | 7 lines
+	  Refuse to load app_voicemail if res_adsi is not loaded (which is
+	  a symbol dependency) (closes issue #11760) Reported by:
+	  non-poster Patches: 20080114__bug11760.diff.txt uploaded by
+	  Corydon76 (license 14) Tested by: Corydon76, non-poster,
+	  jamesgolovich ........
+
+2008-02-12 22:26 +0000 [r103447-103506]  Jason Parker <jparker at digium.com>
+
+	* /: Blocked revisions 103503 via svnmerge ........ r103503 | qwell
+	  | 2008-02-12 16:22:54 -0600 (Tue, 12 Feb 2008) | 1 line Remove
+	  condition that was impossible. ........
+
+	* main/manager.c: Even more sane permissions. This should be
+	  handled via a umask, like in many other places.
+
+	* main/manager.c: Use slight more sane permissions
+
+2008-02-12 15:39 +0000 [r103387-103388]  Russell Bryant <russell at digium.com>
+
+	* main/asterisk.c: Remove development version notice.
+
+	* main/manager.c: Fix build on *BSD. These permissions constants
+	  are not available there.
+
+2008-02-12 15:13 +0000 [r103386]  Joshua Colp <jcolp at digium.com>
+
+	* /, channels/chan_sip.c: Merged revisions 103385 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103385 | file | 2008-02-12 11:09:24 -0400 (Tue, 12 Feb 2008) | 4
+	  lines Even if no CallerID name or number has been provided by the
+	  remote party still use the configured sip.conf ones. (closes
+	  issue #11977) Reported by: pj ........
+
+2008-02-12 14:08 +0000 [r103341]  Philippe Sultan <philippe.sultan at gmail.com>
+
+	* include/asterisk/jabber.h, res/res_jabber.c: Use an ast_flags
+	  structure in aji_client and aji_buddy rather than an integer.
+	  Modify calls to various ast_*_flag macros accordingly.
+
+2008-02-12 00:24 +0000 [r103331]  Jeff Peeler <jpeeler at digium.com>
+
+	* main/manager.c, include/asterisk/config.h, CHANGES,
+	  main/config.c: Requested changes from Pari, reviewed by Russell.
+	  Added ability to retrieve list of categories in a config file.
+	  Added ability to retrieve the content of a particular category.
+	  Added ability to empty a context. Created new action to create a
+	  new file. Updated delete action to allow deletion by line number
+	  with respect to category. Added new action insert to add new
+	  variable to category at specified line. Updated action newcat to
+	  allow new category to be inserted in file above another existing
+	  category.
+
+2008-02-11 22:10 +0000 [r103317-103325]  Joshua Colp <jcolp at digium.com>
+
+	* /, apps/app_meetme.c: Merged revisions 103324 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103324 | file | 2008-02-11 18:09:07 -0400 (Mon, 11 Feb 2008) | 4
+	  lines If entering a conference with the 'w' option ensure that we
+	  can't listen or speak until the marked user appears. (closes
+	  issue #11835) Reported by: alanmcmillan ........
+
+	* res/res_agi.c: Remove ast_module_user usage from res_agi. This is
+	  taken care of in the core.
+
+	* main/pbx.c, main/manager.c, main/translate.c, main/logger.c,
+	  main/app.c, main/utils.c, main/indications.c, main/asterisk.c,
+	  main/rtp.c: Just some minor coding style cleanup...
+
+	* main/pbx.c: Fix Manager Redirect while in an AGI. (closes issue
+	  #10661) Reported by: junky
+
+2008-02-11 17:09 +0000 [r103316]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* /, configs/zapata.conf.sample: Merged revisions 103315 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103315 | kpfleming | 2008-02-11 11:05:22 -0600 (Mon, 11 Feb
+	  2008) | 2 lines improve 2BCT documentation a bit (thanks Jared)
+	  ........
+
+2008-02-11 16:17 +0000 [r103313-103314]  Joshua Colp <jcolp at digium.com>
+
+	* main/channel.c, channels/chan_iax2.c: Add support for allowing a
+	  native bridge to happen when the L option is enabled. The RTP
+	  bridging could already handle this, it just needed to be enabled
+	  in the main bridging code. (issue #10647) Reported by: samdell3
+
+	* channels/chan_skinny.c: Change chan_skinny to use debug messages
+	  as appropriate. (closes issue #11967) Reported by: mvanbaak
+	  Patches: 2008021000-skinnydebug.diff.txt uploaded by mvanbaak
+	  (license 7)
+
+2008-02-11 06:05 +0000 [r103306]  James Golovich <james at gnuinter.net>
+
+	* channels/chan_sip.c: Don't wipe out transport and fd in chan_sip
+	  on reload (issue #11930)
+
+2008-02-11 03:03 +0000 [r103282-103284]  Mark Michelson <mmichelson at digium.com>
+
+	* apps/app_queue.c: Fix improper indentation. Thanks again to
+	  snuffy for pointing it out.
+
+	* apps/app_queue.c: Add a couple of comments to clarify the
+	  unreffing of queues. Thanks to snuffy for the idea.
+
+	* main/event.c: Fix a problem regarding network vs. host byte order
+	  in the event API. ast_event_iterator_get_ie_type should return
+	  the ie type in host byte order. Furthermore, ast_event_get_ie_raw
+	  should already have its ie type argument in host byte order since
+	  it could be called externally (and it in fact is called in this
+	  way by ast_event_get_cached).
+
+2008-02-09 11:27 +0000 [r103249]  Michiel van Baak <michiel at vanbaak.info>
+
+	* apps/app_dial.c, apps/app_dictate.c, apps/app_echo.c,
+	  apps/app_authenticate.c, apps/app_disa.c, apps/app_chanisavail.c,
+	  apps/app_exec.c, apps/app_db.c, apps/app_controlplayback.c,
+	  apps/app_channelredirect.c, apps/app_directed_pickup.c,
+	  apps/app_dumpchan.c, apps/app_amd.c, apps/app_externalivr.c,
+	  apps/app_directory.c, apps/app_chanspy.c, apps/app_cdr.c:
+	  whitespace fixes only.
+
+2008-02-09 06:33 +0000 [r103198]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, apps/app_voicemail.c: Merged revisions 103197 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r103197 | tilghman | 2008-02-09 00:23:49 -0600 (Sat, 09
+	  Feb 2008) | 4 lines Commit fix for being unable to send voicemail
+	  from VoiceMailMain Reported by: William F Acker (via the -users
+	  mailing list) Patch by: Corydon76 (license 14) ........
+
+2008-02-08 21:26 +0000 [r103171]  Russell Bryant <russell at digium.com>
+
+	* main/udptl.c, main/pbx.c, channels/chan_sip.c,
+	  channels/chan_iax2.c, res/res_jabber.c, apps/app_playback.c,
+	  main/rtp.c, channels/chan_usbradio.c, main/cdr.c,
+	  channels/chan_skinny.c, apps/app_minivm.c, res/res_agi.c,
+	  pbx/pbx_ael.c, pbx/pbx_dundi.c, funcs/func_devstate.c,
+	  apps/app_rpt.c, main/asterisk.c, channels/chan_mgcp.c,
+	  apps/app_voicemail.c: Merge changes from
+	  team/mvanbaak/cli-command-audit (closes issue #8925) About a year
+	  ago, as Leif Madsen and Jim van Meggelen were going over the CLI
+	  commands in Asterisk 1.4 for the next version of their book, they
+	  documented a lot of inconsistencies. This set of changes
+	  addresses all of these issues and has been reviewed by Leif.
+	  While this does introduce even more changes to the CLI command
+	  structure, it makes everything consistent, which is the most
+	  important thing. Thanks to all that helped with this one!
+
+2008-02-08 18:58 +0000 [r103071-103122]  Mark Michelson <mmichelson at digium.com>
+
+	* apps/app_queue.c: Forgot that AST_LIST_REMOVE_CURRENT takes
+	  different arguments in trunk than 1.4.
+
+	* /, apps/app_queue.c: Merged revisions 103120 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103120 | mmichelson | 2008-02-08 12:48:17 -0600 (Fri, 08 Feb
+	  2008) | 10 lines Prevent a potential three-thread deadlock. Also
+	  added a comment block to explicitly state the locking order
+	  necessary inside app_queue. (closes issue #11862) Reported by:
+	  flujan Patches: 11862.patch uploaded by putnopvut (license 60)
+	  Tested by: flujan ........
+
+	* /, channels/chan_iax2.c: Merged revisions 103070 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r103070 | mmichelson | 2008-02-08 12:00:38 -0600 (Fri,
+	  08 Feb 2008) | 6 lines Yield the thread and return -1 if the
+	  ioctl fails for Zaptel timing device. (closes issue #11891)
+	  Reported by: tzafrir ........
+
+2008-02-08 16:49 +0000 [r103044]  Russell Bryant <russell at digium.com>
+
+	* UPGRADE-1.2.txt (added), UPGRADE-1.4.txt (added), UPGRADE.txt: At
+	  the request of ManxPower, include the UPGRADE.txt from 1.2 and
+	  1.4, as well. This way, if people need to go back and review what
+	  was deprecated in previous major releases, it is readily
+	  available to them. Thanks for the suggestion!
+
+2008-02-08 15:31 +0000 [r102969-103018]  Joshua Colp <jcolp at digium.com>
+
+	* channels/chan_sip.c: Fix a network byte order issue and ensure
+	  when creating an outgoing dialog that the socket always contains
+	  information such as type and port. (closes issue #11916) Reported
+	  by: mnnojd
+
+	* /, channels/chan_iax2.c: Merged revisions 102968 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r102968 | file | 2008-02-08 11:08:20 -0400 (Fri, 08 Feb
+	  2008) | 4 lines Make sure the presence of dbsecret is factored
+	  into user scoring. (closes issue #11952) Reported by: bbhoss
+	  ........
+
+2008-02-07 21:37 +0000 [r102933]  Mark Michelson <mmichelson at digium.com>
+
+	* apps/app_chanspy.c: This is a combination new feature/bug fix for
+	  app_chanspy. New feature: Add the 'e' option, which takes as an
+	  argument a list of interfaces separated by colons. This way, you
+	  will only be able to spy on this limited list of interfaces. Bug
+	  fix: change some pointer checks to ast_strlen_zero so that spying
+	  would work properly even if no channel was specified as the first
+	  argument to chanspy. (closes issue #10072) Reported by:
+	  xmarksthespot Patches:
+	  bugfix+newfeature10072patchtotrunkrev102726.diff uploaded by
+	  xmarksthespot (license 16) Tested by: xmarksthespot, mvanbaak
+
+2008-02-07 21:08 +0000 [r102906-102908]  Michiel van Baak <michiel at vanbaak.info>
+
+	* apps/app_adsiprog.c: whitespace fixes only
+
+	* apps/app_alarmreceiver.c: There she goes! First commit from me to
+	  trunk \o/ Make app_alarmreceiver honor code guidelines and fix
+	  whitespace errors. No functional changes.
+
+2008-02-07 20:02 +0000 [r102859]  Jason Parker <jparker at digium.com>
+
+	* /, main/features.c: Merged revisions 102858 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r102858 | qwell | 2008-02-07 13:53:55 -0600 (Thu, 07 Feb 2008) |
+	  7 lines Specify which digit string was matched in debug message.
+	  (closes issue #11949) Reported by: dimas Patches:
+	  v1-feature-debug.patch uploaded by dimas (license 88) ........
+
+2008-02-07 16:47 +0000 [r102808]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* /, configs/zapata.conf.sample: Merged revisions 102807 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r102807 | kpfleming | 2008-02-07 10:41:55 -0600 (Thu, 07 Feb
+	  2008) | 2 lines document usage of 'transfer' configuration option
+	  for ISDN PRI switch-side transfers ........
+
+2008-02-06 20:12 +0000 [r102777]  Mark Michelson <mmichelson at digium.com>
+
+	* apps/app_queue.c: Add the channel's unique id to the AgentCalled
+	  manager event to make it more consistent with other manager
+	  events.
+
+2008-02-06 18:01 +0000 [r102726]  Joshua Colp <jcolp at digium.com>
+
+	* /, channels/chan_sip.c: Merged revisions 102725 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r102725 | file | 2008-02-06 13:59:23 -0400 (Wed, 06 Feb 2008) | 2
+	  lines Only consider a T.38-only INVITE compatible if we have both
+	  a joint capability between us and them and if they provided T.38.
+	  ........
+
+2008-02-06 16:23 +0000 [r102700]  Terry Wilson <twilson at digium.com>
+
+	* funcs/func_realtime.c: Add REALTIME_STORE and REALTIME_DESTROY
+	  dialplan functions provided by sergee. I just added the ability
+	  to set multiple fields at once after discussions with Tilghman
+	  and Russell. Currently limited to 30 fields. (closes issue
+	  #11887) Reported by: sergee Patches:
+	  rt-func-store-destroy-multivalue.diff uploaded by otherwiseguy
+	  (license 396) Tested by: sergee, otherwiseguy
+
+2008-02-06 15:46 +0000 [r102654]  Joshua Colp <jcolp at digium.com>
+
+	* /: Blocked revisions 102653 via svnmerge ........ r102653 | file
+	  | 2008-02-06 11:43:38 -0400 (Wed, 06 Feb 2008) | 4 lines Add
+	  missing header file and ASTERISK_FILE_VERSION usage. (closes
+	  issue #11936) Reported by: snuffy ........
+
+2008-02-06 15:20 +0000 [r102652]  Russell Bryant <russell at digium.com>
+
+	* /, configs/features.conf.sample: Merged revisions 102651 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r102651 | russell | 2008-02-06 09:19:41 -0600 (Wed, 06 Feb 2008)
+	  | 3 lines Clarify setting DYNAMIC_FEATURES so that it gets
+	  inherited by outbound channels. (due to a discussion between me
+	  and a user via email) ........
+
+2008-02-06 03:05 +0000 [r102602]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, apps/app_voicemail.c: Merged revisions 102576 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r102576 | tilghman | 2008-02-05 18:26:02 -0600 (Tue, 05
+	  Feb 2008) | 4 lines Move around some defines to unbreak ODBC
+	  storage. (closes issue #11932) Reported by: snuffy ........
+
+2008-02-06 00:08 +0000 [r102501-102550]  Mark Michelson <mmichelson at digium.com>
+
+	* apps/app_queue.c: Remove an extra debug message I left in
+
+	* channels/chan_unistim.c, apps/app_dial.c, main/pbx.c,
+	  apps/app_privacy.c, apps/app_alarmreceiver.c, res/res_jabber.c,
+	  apps/app_followme.c, main/loader.c, channels/chan_usbradio.c,
+	  main/tcptls.c, res/res_agi.c, apps/app_minivm.c,
+	  apps/app_dumpchan.c, main/logger.c, apps/app_zapras.c,
+	  main/astmm.c: Get rid of any remaining ast_verbose calls in the
+	  code in favor of ast_verb (closes issue #11934) Reported by:
+	  mvanbaak Patches: 20080205_astverb-2.diff.txt uploaded by
+	  mvanbaak (license 7)
+
+	* apps/app_voicemail.c: Change verbose messages to use the ast_verb
+	  macro. (closes issue #11931) Reported by: snuffy Patches:
+	  bug-11931.diff uploaded by snuffy (license 35)
+
+2008-02-05 20:51 +0000 [r102500]  Jason Parker <jparker at digium.com>
+
+	* main/pbx.c: Change where priority of a goto is adjusted.
+	  Partially reverts 102272. Closes issue #11929 (credit to file for
+	  fix suggestion - we still <3 you)
+
+2008-02-05 20:03 +0000 [r102454]  Mark Michelson <mmichelson at digium.com>
+
+	* /, channels/chan_mgcp.c: Merged revisions 102453 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r102453 | mmichelson | 2008-02-05 14:02:44 -0600 (Tue,
+	  05 Feb 2008) | 8 lines Clear the DTMF buffer on hangup. (closes
+	  issue #11919) Reported by: eferro Patches:
+	  mgcp_dtmfclean_on_hangup.diff uploaded by eferro (license 337)
+	  Tested by: eferro ........
+
+2008-02-05 19:58 +0000 [r102379-102452]  Joshua Colp <jcolp at digium.com>
+
+	* channels/chan_sip.c: Yeah yeah, I broke building on trunk. Shoot
+	  me.
+
+	* /, channels/chan_sip.c: Merged revisions 102450 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r102450 | file | 2008-02-05 15:52:30 -0400 (Tue, 05 Feb 2008) | 3
+	  lines If a REGISTER attempt comes in that is a retransmission of
+	  a previous REGISTER do not create a new nonce value. (issue
+	  #BE-381) ........
+
+	* /, res/res_clioriginate.c: Merged revisions 102378 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r102378 | file | 2008-02-05 11:09:29 -0400 (Tue, 05 Feb
+	  2008) | 4 lines Perform dialing asynchronously when using the
+	  originate CLI command so the CLI does not appear to block.
+	  (closes issue #11927) Reported by: bbhoss ........
+
+2008-02-04 21:15 +0000 [r102329]  Tilghman Lesher <tlesher at digium.com>
+
+	* utils/muted.c, /, configure, include/asterisk/autoconfig.h.in,
+	  configure.ac, main/asterisk.c: Merged revisions 102323 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r102323 | tilghman | 2008-02-04 15:06:09 -0600 (Mon, 04 Feb 2008)
+	  | 7 lines Cross-platform fix: OS X now deprecates the use of the
+	  daemon(3) API. (closes issue #11908) Reported by: oej Patches:
+	  20080204__bug11908.diff.txt uploaded by Corydon76 (license 14)
+	  Tested by: Corydon76 ........
+
+2008-02-04 18:39 +0000 [r102297]  Jason Parker <jparker at digium.com>
+
+	* channels/chan_zap.c: Add line numbers to warning/error messages
+	  (and pretty up some existing ones). (closes issue #11894)
+	  Reported by: jmls Patches: chan_zap.patch uploaded by jmls
+	  (license 141)
+
+2008-02-04 15:16 +0000 [r102272]  Joshua Colp <jcolp at digium.com>
+
+	* main/pbx.c: Update handling of asyncgoto so it properly works on
+	  channels that are currently executing a PBX. (closes issue
+	  #11914) Reported by: arnd (closes issue #11753) Reported by:
+	  johan
+
+2008-02-04 14:37 +0000 [r102262]  Jason Parker <jparker at digium.com>
+
+	* configs/extensions.ael.sample, configs/extensions.lua.sample:
+	  Change examples to use G here also. Closes issue #11875
+
+2008-02-04 05:32 +0000 [r102190-102238]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, funcs/func_strings.c: Merged revisions 102214 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r102214 | tilghman | 2008-02-03 23:10:02 -0600 (Sun, 03
+	  Feb 2008) | 6 lines Missing braces. (closes issue #11912)
+	  Reported by: dimas Patches: sprintf.patch uploaded by dimas
+	  (license 88) ........
+
+	* main/manager.c: CoreSettings and CoreStatus are missing the
+	  terminating "\r\n". Also, some miscellaneous spacing and
+	  initialization issues. (closes issue #11909) Reported by: srt
+	  Patches: patch-11909-2.diff uploaded by srt (license 378) Tested
+	  by: srt
+
+2008-02-03 16:46 +0000 [r102091-102143]  Olle Johansson <oej at edvina.net>
+
+	* /, channels/chan_sip.c: Merged revisions 102142 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r102142 | oej | 2008-02-03 17:38:12 +0100 (Sön, 03 Feb 2008) | 8
+	  lines Use the same CSEQ on CANCEL as on INVITE (according to RFC
+	  3261) (closes issue #9492) Reported by: kryptolus Patches:
+	  bug9492.txt uploaded by oej (license 306) Tested by: oej ........
+
+	* /, channels/chan_sip.c: Merged revisions 102090 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r102090 | oej | 2008-02-03 11:37:32 +0100 (Sön, 03 Feb 2008) | 8
+	  lines Handle ACK and CANCEL in an invite transaction - even if we
+	  get INFO transactions during the actual call setup. (closes issue
+	  #10567) Reported by: jacksch Tested by: oej Patch by: oej
+	  inspired by suggestions from neutrino88 in the bug tracker
+	  ........
+
+2008-02-03 06:43 +0000 [r102064]  Russell Bryant <russell at digium.com>
+
+	* configure, configure.ac: Change the version number in the
+	  configure script from 1.4 to 1.6
+
+2008-02-02 06:10 +0000 [r101990-102037]  Russell Bryant <russell at digium.com>
+
+	* include/asterisk/event.h: The documentation page has to be in its
+	  own comment block to work, apparently. Fix it up!
+
+	* /, channels/chan_sip.c: Merged revisions 101989 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r101989 | russell | 2008-02-01 17:06:32 -0600 (Fri, 01 Feb 2008)
+	  | 5 lines Change the SDP_SAMPLE_RATE macro. It turns out that
+	  even though G.722 is 16 kHz, it is supposed to specified as 8 kHz
+	  in the RTP, and RTP timestamps are supposed to be calculated
+	  based on 8 kHz. (Apparently this is due to a bug in a spec, but
+	  people follow it anyway, because it's the spec ...) ........
+
+2008-02-01 22:12 +0000 [r101873-101943]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, apps/app_voicemail.c: Merged revisions 101942 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r101942 | tilghman | 2008-02-01 15:54:28 -0600 (Fri, 01
+	  Feb 2008) | 8 lines Fix the VM_DUR variable for forwarded
+	  voicemail, and fixed several other bugs while I'm in the area.
+	  (closes issue #11615) Reported by: jamessan Patches:
+	  20071226__bug11615__2.diff.txt uploaded by Corydon76 (license 14)
+	  Tested by: Corydon76, jamessan ........
+
+	* /, configure, include/asterisk/autoconfig.h.in, configure.ac:
+	  Merged revisions 101894 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r101894 | tilghman | 2008-02-01 13:36:12 -0600 (Fri, 01 Feb 2008)
+	  | 2 lines Change detection of getifaddrs to use
+	  AST_C_COMPILE_CHECK, backported from trunk (as suggested by
+	  kpfleming) ........
+
+	* res/res_config_curl.c: Fix multi, when using the LIKE query.
+	  (closes issue #11889) Reported by: jmls Patches:
+	  res_config_curl.patch uploaded by jmls (license 141) Tested by:
+	  jmls
+
+2008-02-01 18:24 +0000 [r101869]  Jason Parker <jparker at digium.com>
+
+	* apps/app_authenticate.c: Comparison, not set :) Thanks mvanbaak.
+
+2008-02-01 18:08 +0000 [r101824]  Tilghman Lesher <tlesher at digium.com>
+
+	* res/res_odbc.c, configs/res_odbc.conf.sample: Clarify the pooling
+	  functionality by changing the config file keyword
+
+2008-02-01 17:44 +0000 [r101823]  Jason Parker <jparker at digium.com>
+
+	* /, apps/app_authenticate.c: Move an feof() call to before the
+	  fgets(). This would have exited the loop early if you had an
+	  authentication file with no newline at the end.
+
+2008-02-01 17:28 +0000 [r101819-101821]  Russell Bryant <russell at digium.com>
+
+	* /: Blocked revisions 101820 via svnmerge ........ r101820 |
+	  russell | 2008-02-01 11:27:02 -0600 (Fri, 01 Feb 2008) | 1 line
+	  off by one error ........
+
+	* /, apps/app_authenticate.c: Merged revisions 101818 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r101818 | russell | 2008-02-01 11:23:47 -0600 (Fri, 01
+	  Feb 2008) | 4 lines Don't overwrite the last character of a line
+	  if it's not a newline. This would happen if the last line in the
+	  file doesn't have a newline. (pointed out by Qwell) ........
+
+2008-02-01 16:01 +0000 [r101773]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, configure, include/asterisk/autoconfig.h.in, configure.ac,
+	  main/acl.c: Merged revisions 101772 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r101772 | tilghman | 2008-02-01 09:55:58 -0600 (Fri, 01 Feb 2008)
+	  | 2 lines Compatibility fix for OpenWRT (reported by Brian
+	  Capouch via the mailing list) ........
+
+2008-02-01 06:27 +0000 [r101694-101746]  Russell Bryant <russell at digium.com>
+
+	* apps/app_authenticate.c: simplify some code, tweak formatting,
+	  and reduce indentation
+
+	* apps/app_authenticate.c: reduce a level of indentation
+
+	* apps/app_channelredirect.c: Get rid of a goto where there was no
+	  extra cleanup happening at the exit point
+
+	* /, channels/chan_iax2.c: Merged revisions 101693 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r101693 | russell | 2008-01-31 18:32:49 -0600 (Thu, 31
+	  Jan 2008) | 8 lines Add some more sanity checking on IAX2 dial
+	  strings for the case that no peer or hostname was provided, which
+	  is the one part of the dial string that is absolutely required.
+	  If it's not there, bail out. (closes issue #11897) Reported by
+	  sokhapkin Patch by me ........
+
+2008-02-01 00:08 +0000 [r101650]  Mark Michelson <mmichelson at digium.com>
+

[... 35685 lines stripped ...]



More information about the svn-commits mailing list