[svn-commits] russell: tag 1.6.0-beta4 r104008 - /tags/1.6.0-beta4/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 20 17:07:34 CST 2008


Author: russell
Date: Wed Feb 20 17:07:33 2008
New Revision: 104008

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

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

Added: tags/1.6.0-beta4/.lastclean
URL: http://svn.digium.com/view/asterisk/tags/1.6.0-beta4/.lastclean?view=auto&rev=104008
==============================================================================
--- tags/1.6.0-beta4/.lastclean (added)
+++ tags/1.6.0-beta4/.lastclean Wed Feb 20 17:07:33 2008
@@ -1,0 +1,1 @@
+35

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

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

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

Added: tags/1.6.0-beta4/.version
URL: http://svn.digium.com/view/asterisk/tags/1.6.0-beta4/.version?view=auto&rev=104008
==============================================================================
--- tags/1.6.0-beta4/.version (added)
+++ tags/1.6.0-beta4/.version Wed Feb 20 17:07:33 2008
@@ -1,0 +1,1 @@
+1.6.0-beta4

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

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

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

Added: tags/1.6.0-beta4/ChangeLog
URL: http://svn.digium.com/view/asterisk/tags/1.6.0-beta4/ChangeLog?view=auto&rev=104008
==============================================================================
--- tags/1.6.0-beta4/ChangeLog (added)
+++ tags/1.6.0-beta4/ChangeLog Wed Feb 20 17:07:33 2008
@@ -1,0 +1,36716 @@
+2008-02-20  Russell Bryant  <russell at digium.com>
+
+	* Asterisk 1.6.0-beta4 released.
+
+2008-02-20 22:34 +0000 [r103957]  Mark Michelson <mmichelson at digium.com>
+
+	* /, apps/app_queue.c: Merged revisions 103956 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103956 | mmichelson | 2008-02-20 16:32:22 -0600 (Wed, 20 Feb
+	  2008) | 8 lines Clear up confusion when viewing the
+	  QUEUE_WAITING_COUNT of a "dead" realtime queue. Since from the
+	  user's perspective, the queue does exist, we shouldn't tell them
+	  we couldn't find the queue. Instead since it is a dead queue,
+	  report a 0 waiting count This issue was brought up on IRC by jmls
+	  ........
+
+2008-02-20 22:29 +0000 [r103954-103955]  Joshua Colp <jcolp at digium.com>
+
+	* channels/chan_h323.c: Try to do Packet2Packet bridging with
+	  chan_h323 if reinviting isn't enabled. (closes issue #11901)
+	  Reported by: pj
+
+	* channels/chan_zap.c, /: Merged revisions 103953 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103953 | file | 2008-02-20 18:06:59 -0400 (Wed, 20 Feb 2008) | 6
+	  lines Don't wait for additional digits when overlap dialing is
+	  enabled if the setup message contains the sending_complete
+	  information element. (closes issue #11785) Reported by: klaus3000
+	  Patches: sending_complete_overlap_asterisk-1.4.17.patch.txt
+	  uploaded by klaus3000 (license 65) ........
+
+2008-02-20 21:41 +0000 [r103908]  Mark Michelson <mmichelson at digium.com>
+
+	* channels/chan_local.c, /: Merged revisions 103904 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r103904 | mmichelson | 2008-02-20 15:40:08 -0600 (Wed,
+	  20 Feb 2008) | 6 lines Fix a crash if the channel becomes NULL
+	  while attempting to lock it. (closes issue #12039) Reported by:
+	  danpwi ........
+
+2008-02-20 21:36 +0000 [r103903]  Jason Parker <jparker at digium.com>
+
+	* include/asterisk/dsp.h, main/dsp.c: Largely refactor DSP tone
+	  detection routines. Separate fax detection from digit detected.
+	  Added CED (called) tone detection for fax (previously, only CNG
+	  (calling) was supported). Separate DTMF/MF code paths where
+	  appropriate. Allow detection of arbitary tones. (closes issue
+	  #11796) Reported by: dimas Patches: v6-dsp-faxtones.patch
+	  uploaded by dimas (license 88) Tested by: dimas, IgorG, Cache
+
+2008-02-20 21:08 +0000 [r103902]  Mark Michelson <mmichelson at digium.com>
+
+	* apps/app_voicemail.c: Fix a crash due to the wrong variable being
+	  used when building a directory string. (closes issue #12027)
+	  Reported by: jaroth Patches: forward.patch uploaded by jaroth
+	  (license 50) Tested by: jaroth
+
+2008-02-20 18:29 +0000 [r103846-103847]  Tilghman Lesher <tlesher at digium.com>
+
+	* include/asterisk/sched.h: Add some documentation fixups
+
+	* /, main/stdtime/localtime.c: Merged revisions 103845 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r103845 | tilghman | 2008-02-20 11:53:00 -0600 (Wed, 20
+	  Feb 2008) | 7 lines Compat fix for Solaris (closes issue #12022)
+	  Reported by: asgaroth Patches: 20080219__bug12022.diff.txt
+	  uploaded by Corydon76 (license 14) Tested by: asgaroth ........
+
+2008-02-20 15:21 +0000 [r103844]  Mark Michelson <mmichelson at digium.com>
+
+	* res/res_monitor.c: Fix another spot where a hard-coded '|' hadn't
+	  been converted to ',' (closes issue #12034) Reported by: kowalma
+
+2008-02-20 03:52 +0000 [r103838-103842]  Joshua Colp <jcolp at digium.com>
+
+	* main/audiohook.c: *mumble*
+
+	* main/audiohook.c: file not found.
+
+	* main/audiohook.c: Minor test...
+
+2008-02-20 00:49 +0000 [r103833]  Mark Michelson <mmichelson at digium.com>
+
+	* apps/app_voicemail.c: When using IMAP storage, if the folder you
+	  attempt to save to does not exist, create it first. (closes issue
+	  #12032) Reported by: jaroth Patches: createfolder.patch uploaded
+	  by jaroth (license 50) Tested by: jaroth
+
+2008-02-19 22:35 +0000 [r103831-103832]  Jason Parker <jparker at digium.com>
+
+	* main/channel.c: Make sure to mask out non-audio first as well
+
+	* main/channel.c: Maybe we should set the value before we test it?
+	  Fixes an issue people have been seeing (unreported?) with file
+	  playback not working.
+
+2008-02-19 21:54 +0000 [r103824-103828]  Joshua Colp <jcolp at digium.com>
+
+	* main/loader.c: Add a log message that appears when you try to
+	  unload a module that isn't loaded. (closes issue #12033) Reported
+	  by: jamesgolovich Patches: asterisk-loader.diff.txt uploaded by
+	  jamesgolovich (license 176)
+
+	* main/file.c: Only output a log message saying the format does not
+	  exist if it actually does not exist, not if the file itself could
+	  not be opened. (closes issue #11828) Reported by: IgorG Patches:
+	  readfile.v1.diff uploaded by IgorG (license 20)
+
+	* /, channels/h323/ast_h323.cxx: Merged revisions 103823 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103823 | file | 2008-02-19 16:28:08 -0400 (Tue, 19 Feb 2008) | 6
+	  lines Send CallerID Name in setup message. (closes issue #11241)
+	  Reported by: tusar Patches: h323id_as_callerid_name.patch
+	  uploaded by tusar (license 344) ........
+
+2008-02-19 20:06 +0000 [r103822]  Russell Bryant <russell at digium.com>
+
+	* channels/chan_local.c, /: Merged revisions 103821 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r103821 | russell | 2008-02-19 14:02:49 -0600 (Tue, 19
+	  Feb 2008) | 8 lines Account for the fact that the "other" channel
+	  can disappear while the local pvt is not locked. (fixes a problem
+	  introduced in rev 100581) (closes issue #12012) Reported by:
+	  stevedavies Patch by me ........
+
+2008-02-19 19:27 +0000 [r103819-103820]  Joshua Colp <jcolp at digium.com>
+
+	* apps/app_authenticate.c: len already contains the position we
+	  want to examine, if we move one left again we'll actually
+	  probably be looking at a digit. (issue #12030) Reported by:
+	  alligosh
+
+	* apps/app_channelredirect.c, UPGRADE.txt, CHANGES: Add
+	  CHANNELREDIRECT_STATUS variable to ChannelRedirect() dialplan
+	  application. This will either be set to NOCHANNEL if the given
+	  channel was not found or SUCCESS if it worked. (closes issue
+	  #11553) Reported by: johan Patches:
+	  UPGRADE.txt.channelredirect.patch uploaded by johan (license 334)
+	  CHANGES.channelredirect.patch uploaded by johan (license 334)
+	  app_channelredirect-20080219.patch uploaded by johan (license
+	  334)
+
+2008-02-19 18:14 +0000 [r103818]  Jeff Peeler <jpeeler at digium.com>
+
+	* channels/chan_zap.c: (closes issue #11864) Reported by: julianjm
+	  Patches: chan_zap.c-1.4-devicestate-v1.diff uploaded by julianjm
+	  (license 99) Patch fixes problem of device state incorrectly
+	  reporting idle before PBX answers incoming call on FXO channel.
+	  Device status is updated now during new channel creation.
+
+2008-02-19 17:33 +0000 [r103808-103813]  Joshua Colp <jcolp at digium.com>
+
+	* /, configure, configure.ac: Merged revisions 103812 via svnmerge
+	  from https://origsvn.digium.com/svn/asterisk/branches/1.4
+	  ........ r103812 | file | 2008-02-19 13:31:32 -0400 (Tue, 19 Feb
+	  2008) | 4 lines Don't look for launchd when cross compiling.
+	  (closes issue #12029) Reported by: ovi ........
+
+	* /: Blocked revisions 103807 via svnmerge ........ r103807 | file
+	  | 2008-02-19 11:01:42 -0400 (Tue, 19 Feb 2008) | 2 lines Fix
+	  building of chan_sip. ........
+
+2008-02-19 00:59 +0000 [r103805]  Tilghman Lesher <tlesher at digium.com>
+
+	* main/say.c: Change verbosity into debug for Hebrew (and various
+	  whitespace fixes) (Closes issue #12011)
+
+2008-02-18 23:58 +0000 [r103798-103802]  Joshua Colp <jcolp at digium.com>
+
+	* main/channel.c, /: Merged revisions 103801 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103801 | file | 2008-02-18 19:56:48 -0400 (Mon, 18 Feb 2008) |
+	  10 lines Ensure that emulated DTMFs do not get interrupted by
+	  another begin frame. (closes issue #11740) Reported by: gserra
+	  Patches: v1-11740.patch uploaded by dimas (license 88) (closes
+	  issue #11955) Reported by: tsearle (closes issue #10530) Reported
+	  by: xmarksthespot ........
+
+	* main/channel.c, main/frame.c, channels/chan_sip.c,
+	  include/asterisk/channel.h, include/asterisk/frame.h: Add a
+	  non-invasive API for application level manipulation of T38 on a
+	  channel. This uses control frames (so they can even pass across
+	  IAX2) to negotiate T38 and provided a way of getting the current
+	  status of T38 using queryoption. This should by no means cause
+	  any issues and if it does I will take responsibility for it.
+	  (closes issue #11873) Reported by: dimas Patches:
+	  v4-t38-api.patch uploaded by dimas (license 88)
+
+	* main/frame.c: Add some missing control frames.
+
+2008-02-18 22:33 +0000 [r103796]  Jason Parker <jparker at digium.com>
+
+	* channels/chan_zap.c, /: Merged revisions 103795 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103795 | qwell | 2008-02-18 16:28:56 -0600 (Mon, 18 Feb 2008) |
+	  1 line Fix previous commit so that we actually disable
+	  echocanbridged if echocancel is off. ........
+
+2008-02-18 21:57 +0000 [r103794]  Matthew Fredrickson <creslin at digium.com>
+
+	* channels/chan_zap.c: Commit chan_zap portion of #11964: add the
+	  ability to get ORIG_CALLED_NUM
+
+2008-02-18 21:30 +0000 [r103791]  Jason Parker <jparker at digium.com>
+
+	* channels/chan_zap.c, /: Merged revisions 103790 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103790 | qwell | 2008-02-18 15:23:32 -0600 (Mon, 18 Feb 2008) |
+	  4 lines Correct a message when echocancelwhenbridged is on, but
+	  echocancel is not. Closes issue #12019 ........
+
+2008-02-18 20:58 +0000 [r103788]  Matthew Fredrickson <creslin at digium.com>
+
+	* channels/chan_zap.c: Make sure EC is enabled when SS7 call comes
+	  in. Also add support for multiple DPCs per linkset. #11779
+
+2008-02-18 20:53 +0000 [r103787]  Mark Michelson <mmichelson at digium.com>
+
+	* /, main/app.c: Merged revisions 103786 via svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103786 | mmichelson | 2008-02-18 14:52:09 -0600 (Mon, 18 Feb
+	  2008) | 10 lines There was an invalid assumption when calculating
+	  the duration of a file that the filestream in question was
+	  created properly. Unfortunately this led to a segfault in the
+	  situation where an unknown format was specified in voicemail.conf
+	  and a voicemail was recorded. Now, we first check to be sure that
+	  the stream was written correctly or else assume a zero duration.
+	  (closes issue #12021) Reported by: jakep Tested by: putnopvut
+	  ........
+
+2008-02-18 19:47 +0000 [r103783]  Michiel van Baak <michiel at vanbaak.info>
+
+	* main/asterisk.c: make the output of 'core show settings' a bit
+	  nicer. (closes issue #12020) Reported by: seanbright Patches:
+	  asterisk.c.patch uploaded by seanbright (license 71)
+
+2008-02-18 17:45 +0000 [r103781]  Tilghman Lesher <tlesher at digium.com>
+
+	* /, channels/chan_sip.c, main/rtp.c: Merged revisions 103780 via
+	  svnmerge from
+	  https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+	  r103780 | tilghman | 2008-02-18 11:31:52 -0600 (Mon, 18 Feb 2008)
+	  | 9 lines When a SIP channel is being auto-destroyed, it's
+	  possible for it to still be in bridge code. When that happens, we
+	  crash. Delay the RTP destruction until the bridge is ended.
+	  (closes issue #11960) Reported by: norman Patches:
+	  20080215__bug11960__2.diff.txt uploaded by Corydon76 (license 14)
+	  Tested by: norman ........
+
+2008-02-18  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

[... 35935 lines stripped ...]



More information about the svn-commits mailing list