[asterisk-commits] russell: tag 1.4.8 r75473 - in /tags/1.4.8: .lastclean .version ChangeLog
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jul 17 16:14:07 CDT 2007
Author: russell
Date: Tue Jul 17 16:14:06 2007
New Revision: 75473
URL: http://svn.digium.com/view/asterisk?view=rev&rev=75473
Log:
importing files for 1.4.8 release
Added:
tags/1.4.8/.lastclean (with props)
tags/1.4.8/.version (with props)
tags/1.4.8/ChangeLog (with props)
Added: tags/1.4.8/.lastclean
URL: http://svn.digium.com/view/asterisk/tags/1.4.8/.lastclean?view=auto&rev=75473
==============================================================================
--- tags/1.4.8/.lastclean (added)
+++ tags/1.4.8/.lastclean Tue Jul 17 16:14:06 2007
@@ -1,0 +1,1 @@
+28
Propchange: tags/1.4.8/.lastclean
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: tags/1.4.8/.lastclean
------------------------------------------------------------------------------
svn:keywords = none
Propchange: tags/1.4.8/.lastclean
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: tags/1.4.8/.version
URL: http://svn.digium.com/view/asterisk/tags/1.4.8/.version?view=auto&rev=75473
==============================================================================
--- tags/1.4.8/.version (added)
+++ tags/1.4.8/.version Tue Jul 17 16:14:06 2007
@@ -1,0 +1,1 @@
+1.4.8
Propchange: tags/1.4.8/.version
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: tags/1.4.8/.version
------------------------------------------------------------------------------
svn:keywords = none
Propchange: tags/1.4.8/.version
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: tags/1.4.8/ChangeLog
URL: http://svn.digium.com/view/asterisk/tags/1.4.8/ChangeLog?view=auto&rev=75473
==============================================================================
--- tags/1.4.8/ChangeLog (added)
+++ tags/1.4.8/ChangeLog Tue Jul 17 16:14:06 2007
@@ -1,0 +1,9628 @@
+2007-07-17 Russell Bryant <russell at digium.com>
+
+ * Asterisk 1.4.8 released.
+
+2007-07-17 20:57 +0000 [r75441-75450] Russell Bryant <russell at digium.com>
+
+ * /, channels/chan_skinny.c: Merged revisions 75449 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.2
+ ........ r75449 | russell | 2007-07-17 15:57:09 -0500 (Tue, 17
+ Jul 2007) | 3 lines Properly check for the length in the skinny
+ packet to prevent an invalid memcpy. (ASA-2007-016) ........
+
+ * main/rtp.c: cast arguments to ast_log so that it builds without
+ warnings for me
+
+ * channels/iax2-parser.c, channels/iax2-parser.h, /,
+ channels/chan_iax2.c: Merged revisions 75444 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r75444 | russell | 2007-07-17 15:45:27 -0500 (Tue, 17 Jul 2007) |
+ 5 lines Ensure that when encoding the contents of an ast_frame
+ into an iax_frame, that the size of the destination buffer is
+ known in the iax_frame so that code won't write past the end of
+ the allocated buffer when sending outgoing frames. (ASA-2007-014)
+ ........
+
+ * /, channels/chan_iax2.c: Merged revisions 75440 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r75440 | russell | 2007-07-17 15:41:41 -0500 (Tue, 17 Jul 2007) |
+ 4 lines After parsing information elements in IAX frames, set the
+ data length to zero, so that code later on does not think it has
+ data to copy. (ASA-2007-015) ........
+
+2007-07-17 20:40 +0000 [r75439] Joshua Colp <jcolp at digium.com>
+
+ * main/rtp.c: Ensure that the pointer to STUN data does not go to
+ unaccessible memory. (ASA-2007-017)
+
+2007-07-17 20:33 +0000 [r75437] Russell Bryant <russell at digium.com>
+
+ * res/res_agi.c: (issue #10210) Reported by: juggie Patches:
+ 10210-1.4-grr.patch uploaded by juggie (license #24) Tested by:
+ juggie, blitzrage Log a warning if someone uses DeadAGI on a live
+ channel.
+
+2007-07-17 20:03 +0000 [r75405] Mark Michelson <mmichelson at digium.com>
+
+ * apps/app_dial.c: Fixing an error I made earlier. ast_fileexists
+ can return -1 on failure, so I need to be sure that we only enter
+ the if statement if it is successful. Related to my fix to issue
+ #10186
+
+2007-07-17 20:01 +0000 [r75401-75403] Russell Bryant <russell at digium.com>
+
+ * main/pbx.c: (closes issue #10209) Reported by: juggie Patches:
+ 10209-trunk-2.patch uploaded by juggie Tested by: juggie,
+ blitzrage In ast_pbx_run(), mark a channel as hung up after an
+ application returned -1, or when it runs out of extensions to
+ execute. This is so that code can detect that this channel has
+ been hung up for things like making sure DeadAGI is used on
+ actual dead channels, and is beneficial for other things, like
+ making sure someone doesn't try to start spying on a channel that
+ is about to go away.
+
+ * res/res_agi.c: Remove a duplicated newline character in AGI debug
+ output. (closes issue #10207, patch by seanbright)
+
+2007-07-16 20:53 +0000 [r75258-75306] Kevin P. Fleming <kpfleming at digium.com>
+
+ * main/dns.c, /: Merged revisions 75304 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r75304 | kpfleming | 2007-07-16 15:46:58 -0500 (Mon, 16 Jul 2007)
+ | 3 lines provide proper copyright/license attribution for this
+ structure that was copied from a BSD-licensed header file long,
+ long ago... ........
+
+ * /: another fix that is not needed here (finishing up 75251)
+
+2007-07-16 18:16 +0000 [r75253] Mark Michelson <mmichelson at digium.com>
+
+ * apps/app_dial.c: Restoring functionality from 1.2 wherein
+ Retrydial will not exit if there is no announce file specified.
+ This change makes it so that if there is no announce file
+ specified, the application will continue until finished (or
+ caller hangs up). If a bogus announce file is specified, then a
+ warning message will be printed saying that the file could not be
+ found, but execution will still continue. (closes issue #10186,
+ reported by jon, patched by me)
+
+2007-07-16 18:12 +0000 [r75252] Kevin P. Fleming <kpfleming at digium.com>
+
+ * /: block change that is not relevant here
+
+2007-07-13 20:36 +0000 [r75108] Russell Bryant <russell at digium.com>
+
+ * /, res/res_musiconhold.c: Merged revisions 75107 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.2
+ ........ r75107 | russell | 2007-07-13 15:35:22 -0500 (Fri, 13
+ Jul 2007) | 3 lines Fix a couple potential minor memory leaks.
+ load_moh_classes() could return without destroying the loaded
+ configuration. ........
+
+2007-07-13 20:15 +0000 [r75078] Mark Michelson <mmichelson at digium.com>
+
+ * apps/app_chanspy.c, /: Merged revisions 75066 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r75066 | mmichelson | 2007-07-13 15:10:39 -0500 (Fri, 13 Jul
+ 2007) | 5 lines Fixed an issue where chanspy flags were
+ uninitialized if no options were passed. What triggered this
+ investigation was an IRC chat where some people's quiet flags
+ were set while others' weren't even though none of them had
+ specified the q option. ........
+
+2007-07-13 20:10 +0000 [r75053-75067] Russell Bryant <russell at digium.com>
+
+ * /, res/res_musiconhold.c: Merged revisions 75059 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.2
+ ........ r75059 | russell | 2007-07-13 15:07:21 -0500 (Fri, 13
+ Jul 2007) | 6 lines Ensure that adding a user to the list of
+ users of a specific music on hold class is not done at the same
+ time as any of the other operations on this list to prevent list
+ corruption. Using the global moh_data lock for this is not ideal,
+ but it is what is used to protect these lists everywhere else in
+ the module, and I am only changing what is necessary to fix the
+ bug. ........
+
+ * channels/chan_zap.c, /: Merged revisions 75052 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r75052 | russell | 2007-07-13 14:10:00 -0500 (Fri, 13 Jul 2007) |
+ 12 lines (closes issue #9660) Reported by: mmacvicar Patches
+ submitted by: bbryant, russell Tested by: mmacvicar, marco,
+ arcivanov, jmhunter, explidous When using a TDM400P (and probably
+ other analog cards) there was a chance that you could hang up and
+ pick the phone back up where it has been long enough to be not
+ considered a flash hook, but too soon such that the device
+ reports that it is busy and the person on the phone will only
+ hear silence. This patch makes chan_zap more tolerant of this and
+ gives the device a couple of seconds to succeed so the person on
+ the phone happily gets their dialtone. ........
+
+2007-07-12 23:00 +0000 [r74998] Mark Michelson <mmichelson at digium.com>
+
+ * channels/chan_agent.c: Change to my previous fix regarding agent
+ logoff soft. Now uses deferlogoff instead of loginstart since
+ loginstart is used after logoff. Thanks to makoto for pointing
+ this out and suggesting the fix. (closes issue #10178, reported
+ and patched by makoto, with modification by me)
+
+2007-07-12 20:42 +0000 [r74955] Steve Murphy <murf at digium.com>
+
+ * channels/chan_sip.c: This patch resolves 10143; thanks to irroot
+ for the patch; looked acceptable. Let the community decide if it
+ messes things up
+
+2007-07-12 19:17 +0000 [r74888-74922] Joshua Colp <jcolp at digium.com>
+
+ * main/channel.c: Whoops... didn't want this to be returned to 0
+ each iteration.
+
+ * main/channel.c: When waiting for a digit ensure that a begin
+ frame was received with it, not just an end frame. (issue #10084
+ reported by rushowr)
+
+2007-07-12 16:53 +0000 [r74839-74866] Jason Parker <jparker at digium.com>
+
+ * channels/chan_skinny.c: It helps if I actually add this stuff for
+ the 7921 too - otherwise it won't actually do much of anything.
+
+ * channels/chan_skinny.c: Add device ID for 7921 wireless skinny
+ phone
+
+ * channels/chan_skinny.c: Fix dialing in skinny that was broken in
+ some cases. Issue 10136, fix provided by DEA.
+
+2007-07-12 15:53 +0000 [r74815] Joshua Colp <jcolp at digium.com>
+
+ * /, res/res_musiconhold.c: Merged revisions 74814 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.2
+ ........ r74814 | file | 2007-07-12 12:51:24 -0300 (Thu, 12 Jul
+ 2007) | 2 lines Only print out a warning for situations where it
+ is actually helpful. (issue #10187 reported by denke) ........
+
+2007-07-11 22:57 +0000 [r74767] Russell Bryant <russell at digium.com>
+
+ * /, channels/chan_iax2.c: Merged revisions 74766 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r74766 | russell | 2007-07-11 17:53:26 -0500 (Wed, 11 Jul 2007) |
+ 5 lines The function make_trunk() can fail and return -1 instead
+ of a valid new call number. Fix the uses of this function to
+ handle this instead of treating it as the new call number. This
+ would cause a deadlock and memory corruption. (possible cause of
+ issue #9614 and others, patch by me) ........
+
+2007-07-11 21:14 +0000 [r74722] Mark Michelson <mmichelson at digium.com>
+
+ * /, channels/chan_agent.c: Merged revisions 74719 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.2
+ ........ r74719 | mmichelson | 2007-07-11 16:12:30 -0500 (Wed, 11
+ Jul 2007) | 5 lines The cli command "agent logoff Agent/x soft"
+ did not work...at all. Now it does. (closes issue #10178,
+ reported and patched by makoto, with slight modification for 1.4
+ and trunk by me) ........
+
+2007-07-11 18:34 +0000 [r74657] Russell Bryant <russell at digium.com>
+
+ * res/res_config_odbc.c, /: Merged revisions 74656 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.2
+ ........ r74656 | russell | 2007-07-11 13:33:23 -0500 (Wed, 11
+ Jul 2007) | 4 lines Make sure that the ESCAPE immediately follows
+ the condition that uses LIKE. This fixes realtime extensions with
+ ODBC. (closes issue #10175, reported by stuarth, patch by me)
+ ........
+
+2007-07-11 18:18 +0000 [r74628-74642] Steve Murphy <murf at digium.com>
+
+ * Makefile: This fixes 10172, where the entire man8 dir gets
+ removed during an uninstall of asterisk
+
+ * utils/expr2.testinput, doc/channelvariables.txt, UPGRADE.txt:
+ further reversion of previously applied floating point stuff for
+ expr2
+
+2007-07-11 17:16 +0000 [r74515-74590] Joshua Colp <jcolp at digium.com>
+
+ * /: Blocked revisions 74587 via svnmerge ........ r74587 | file |
+ 2007-07-11 14:15:11 -0300 (Wed, 11 Jul 2007) | 2 lines Use some
+ Makefile magic to determine if linux/compiler.h is present.
+ (issue #10174 reported by francesco_r) ........
+
+ * channels/chan_phone.c, configure,
+ include/asterisk/autoconfig.h.in, configure.ac: Instead of
+ figuring out kernel versions that have compiler.h and not...
+ let's just use autoconf to check for it's presence. (issue #10174
+ reported by francesco_r)
+
+ * channels/chan_phone.c: Only check if we need to do a SIGMA based
+ tone generation if we have a card. (issue #10179 reported by
+ mikowhy)
+
+2007-07-10 23:32 +0000 [r74476] Mark Michelson <mmichelson at digium.com>
+
+ * apps/app_voicemail.c: Forwarding a message with IMAP storage was
+ storing the message in the sender's box instead of the forwarded
+ mailbox. (closes issue #10138, reported and patched by jaroth)
+
+2007-07-10 19:58 +0000 [r74374-74428] Jason Parker <jparker at digium.com>
+
+ * /, apps/app_queue.c: Merged revisions 74427 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r74427 | qwell | 2007-07-10 14:57:20 -0500 (Tue, 10 Jul 2007) | 6
+ lines Fix an issue where it was possible to have a service level
+ of over 100% Between the time recalc_holdtime and update_queue
+ was called, it was possible that the call could have been hungup.
+ Move both additions to the same place, so this won't happen.
+ Issue 10158, initial patch by makoto, modified by me. ........
+
+ * main/dns.c: Don't use #if to check if something is defined - use
+ #ifdef instead. Pointed out by kpfleming
+
+ * /, channels/chan_agent.c: Merged revisions 74376 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.2
+ ........ r74376 | qwell | 2007-07-10 14:03:45 -0500 (Tue, 10 Jul
+ 2007) | 4 lines Fix an issue with wrapuptime not working when
+ using AgentLogin. Issue 10169, patch by makoto, with a minor mod
+ by me to not re-break issue 9618 ........
+
+ * main/dns.c, /, configure, include/asterisk/autoconfig.h.in,
+ configure.ac: Merged revisions 74373 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r74373 | qwell | 2007-07-10 13:37:23 -0500 (Tue, 10 Jul 2007) | 5
+ lines Use res_ndestroy on systems that have it. Otherwise, use
+ res_nclose. This prevents a memleak on NetBSD - and possibly
+ others. Issue 10133, patch by me, reported and tested by scw
+ ........
+
+2007-07-10 Russell Bryant <russell at digium.com>
+
+ * Asterisk 1.4.7.1 released.
+
+2007-07-10 16:00 +0000 [r74323] Russell Bryant <russell at digium.com>
+
+ * res/res_musiconhold.c: fix an uninitialized variable
+
+2007-07-10 15:38 +0000 [r74317] Jason Parker <jparker at digium.com>
+
+ * apps/app_voicemail.c, /: Merged revisions 74316 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r74316 | qwell | 2007-07-10 10:37:54 -0500 (Tue, 10 Jul 2007) | 4
+ lines Fix a small typo in description in of Voicemail()
+ application. Issue 10170, patch by casper. ........
+
+2007-07-10 15:31 +0000 [r74314] Russell Bryant <russell at digium.com>
+
+ * res/res_config_odbc.c, /: Merged revisions 74313 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.2
+ ........ r74313 | russell | 2007-07-10 10:30:20 -0500 (Tue, 10
+ Jul 2007) | 3 lines Only use ESCAPE when LIKE is used. (issue
+ #10075, this part reported by jmls on IRC, patch by me) ........
+
+2007-07-10 14:50 +0000 [r74262-74265] Joshua Colp <jcolp at digium.com>
+
+ * /, main/app.c: Merged revisions 74264 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r74264 | file | 2007-07-10 11:48:00 -0300 (Tue, 10 Jul 2007) | 2
+ lines Ensure the group information category exists before trying
+ to do a string comparison with it. (issue #10171 reported by
+ mlegas) ........
+
+ * channels/chan_sip.c: Only spit out an inringing warning message
+ when it is applicable. Since call limits are already toast in
+ realtime let's not scare the user if they are using it. (issue
+ #10166 reported by bcnit)
+
+2007-07-09 Russell Bryant <russell at digium.com>
+
+ * Asterisk 1.4.7 released.
+
+2007-07-09 21:31 +0000 [r74162-74211] Russell Bryant <russell at digium.com>
+
+ * configure, configure.ac: Update the configure script to check for
+ a required function that is not present in the 1.2 version of
+ libpri. This will prevent the configure script from thinking that
+ it has compatible libpri support for Asterisk 1.4, when it
+ actually does not because the installed version is from 1.2.
+
+ * /: Blocked revisions 74165 via svnmerge ........ r74165 | russell
+ | 2007-07-09 16:00:17 -0500 (Mon, 09 Jul 2007) | 4 lines When the
+ specified class isn't found, properly fall back to the channel's
+ music class or the default. (issue #10123, reported by blitzrage,
+ patches from juggie, qwell, and me) ........
+
+ * res/res_musiconhold.c: (closes issue #10123) Reported by:
+ blitzrage Patches submitted by: juggie, qwell, me Tested by:
+ blitzrage When trying to find a music on hold class to use, try
+ all of the options, instead of only the first one that is set.
+ Also, change the MusicOnHold applications to not hang up on the
+ channel when a class can not be found.
+
+2007-07-09 20:19 +0000 [r74159] Jason Parker <jparker at digium.com>
+
+ * channels/chan_zap.c, /: Merged revisions 74158 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r74158 | qwell | 2007-07-09 15:18:15 -0500 (Mon, 09 Jul 2007) | 8
+ lines Several chan_zap options were not working on reload because
+ they were arbitrarily disallowed when reloading some/most PRI
+ options (such as signalling) was disallowed. Options such as
+ polarityonanswerdelay and answeronpolarityswitch can safely be
+ changed on a reload. This corrects that behavior. Issue 9186,
+ patch by tzafrir. ........
+
+2007-07-09 18:38 +0000 [r74120-74122] Mark Michelson <mmichelson at digium.com>
+
+ * apps/app_queue.c: Forgot to get rid of an extraneous debug
+ message.
+
+ * apps/app_queue.c: The n option for Queue should make the queue
+ exit immediately after failure to reach any members and should
+ not be dependent on the timeout value passed to Queue (closes
+ issue #10127, reported by bcnit, repaired by me)
+
+2007-07-09 15:32 +0000 [r74082] Joshua Colp <jcolp at digium.com>
+
+ * channels/chan_skinny.c: Only destroy the scheduler context if it
+ was allocated. (issue #10124 reported by gzero)
+
+2007-07-09 14:57 +0000 [r74047] Mark Michelson <mmichelson at digium.com>
+
+ * apps/app_voicemail.c: Fixed a logic error in leave_voicemail.
+ Pass the mailbox instead of the context to inbox_count when the
+ context is "default." (closes issue #10135, reported by yannj,
+ repaired by me)
+
+2007-07-09 14:49 +0000 [r74043-74045] Joshua Colp <jcolp at digium.com>
+
+ * channels/chan_skinny.c, pbx/pbx_dundi.c: Few minor thread
+ synchronization tweaks. (issue #10124 reported by gzero)
+
+ * configure, acinclude.m4: Use AC_CHECK_HEADER to check for
+ ptlib/openh323 to allow for cross compiling. (issue #9675
+ reported by zandbelt)
+
+2007-07-09 04:03 +0000 [r73985] Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+ * main/ast_expr2f.c: Doxygen formatting fixes; fixes errors while
+ 'make progdocs'. (Closes issue #10104)
+
+2007-07-09 03:13 +0000 [r73930-73980] Joshua Colp <jcolp at digium.com>
+
+ * main/cdr.c: Give Agent channel names priority when doing CDR
+ merging. (issue #10011 reported by krtorio)
+
+ * pbx/pbx_config.c: Add a few sanity checks when writing out the
+ dialplan. (issue #10157 reported by dome)
+
+2007-07-08 09:47 +0000 [r73849] Olle Johansson <oej at edvina.net>
+
+ * channels/chan_sip.c: While tracking down a bug, I need some more
+ history. Dumphistory is very useful, indeed.
+
+2007-07-06 23:02 +0000 [r73769] Russell Bryant <russell at digium.com>
+
+ * /, channels/chan_sip.c: Merged revisions 73768 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r73768 | russell | 2007-07-06 18:01:22 -0500 (Fri, 06 Jul 2007) |
+ 4 lines If a sip_pvt struct has already registered an extension
+ state callback, remove the old one before adding a new one. If
+ this isn't done, Asterisk will crash. (issue #10120) ........
+
+2007-07-06 16:36 +0000 [r73727] Mark Michelson <mmichelson at digium.com>
+
+ * apps/app_voicemail.c: Fixing a rare case which causes voicemail
+ to crash when compiled with IMAP storage. inboxcount has the
+ possibility of finding an "interactive" vm_state when no
+ persistent "non-interactive" vm_state exists for that mailbox. If
+ this should happen when someone attempts to leave a message, it
+ results in a crash. This patch, along with my commit in revision
+ 72670 fix issue 10053, reported by jaroth. closes issue #10053
+
+2007-07-06 16:12 +0000 [r73679-73696] Russell Bryant <russell at digium.com>
+
+ * res/res_config_odbc.c, /: Merged revisions 73684 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.2
+ ........ r73684 | russell | 2007-07-06 11:06:27 -0500 (Fri, 06
+ Jul 2007) | 8 lines (closes issue #10075) Reported by: apsaras
+ Patches submitted by: Corydon76 Tested by: apsaras Fix a problem
+ with MSSQL 2005 by explicitly stating that '\' is being used as
+ an escape character. ........
+
+ * /, channels/chan_sip.c: Merged revisions 73678 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r73678 | russell | 2007-07-06 10:55:41 -0500 (Fri, 06 Jul 2007) |
+ 7 lines (closes issue #10125) Reported by: makoto Patches
+ submitted by: makoto This fixes a crash in chan_sip that happens
+ when the bindaddr setting is not valid on Asterisk startup, gets
+ fixed, and then a reload gets issued. ........
+
+2007-07-06 15:27 +0000 [r73675] Mark Michelson <mmichelson at digium.com>
+
+ * /, channels/chan_agent.c: Merged revisions 73674 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.2
+ ........ r73674 | mmichelson | 2007-07-06 10:26:40 -0500 (Fri, 06
+ Jul 2007) | 5 lines Fixed a bug wherein agents get stuck busy.
+ (issue 9618, reported by jiddings, patched by moi) closes issue
+ #9618 ........
+
+2007-07-06 03:34 +0000 [r73551-73629] Russell Bryant <russell at digium.com>
+
+ * BUGS: fix a little spelling error
+
+ * channels/chan_sip.c: Fix a crash in chan_sip. Don't try to stop
+ the monitor thread if it was never started. (closes issue #10124,
+ reported by gzero, fixed by me)
+
+ * channels/chan_iax2.c: copy from the correct buffer when deferring
+ a full frame (related to issue #9937)
+
+ * channels/chan_iax2.c: * Store the call number that a thread is
+ processing without the full frame bit set to ease debugging *
+ When deferring a full frame for processing, stick it into the
+ queue for the thread that is processing frames for that call, not
+ the one that read the current frame and is about to go back into
+ the idle list (related to issue #9937)
+
+2007-07-05 22:20 +0000 [r73548] Kevin P. Fleming <kpfleming at digium.com>
+
+ * /, channels/chan_sip.c: Merged revisions 73547 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r73547 | kpfleming | 2007-07-05 17:11:51 -0500 (Thu, 05 Jul 2007)
+ | 2 lines we shouldn't allow G.723.1 endpoints to use VAD, just
+ like we don't support it for G.729 ........
+
+2007-07-05 20:50 +0000 [r73512] Russell Bryant <russell at digium.com>
+
+ * res/res_features.c: Pass HOLD and UNHOLD frames to the other
+ channel when they are returned from a native bridge function.
+ This fixes a problem where when two zap channels are natively
+ bridged and one does a flash hook, the other channel did not
+ receive music on hold. (Reported to me directly by Doug Bailey at
+ Digium)
+
+2007-07-05 19:18 +0000 [r73467] Joshua Colp <jcolp at digium.com>
+
+ * /, channels/chan_sip.c: Merged revisions 73466 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r73466 | file | 2007-07-05 16:15:18 -0300 (Thu, 05 Jul 2007) | 2
+ lines Copy language information to the dialog structure when
+ calling a peer for situations where a PBX may be started on the
+ dialed channel. (issue #10121 reported by clegall_proformatique)
+ ........
+
+2007-07-05 15:59 +0000 [r73400] Mark Michelson <mmichelson at digium.com>
+
+ * apps/app_queue.c: Correcting a minor CLI bug I found. When
+ issuing the queue show command, if you type queue show and then
+ press tab, you can continue pressing tab and it will keep
+ auto-completing queue names even though only 1 queue can be used
+ as an argument.
+
+2007-07-05 15:28 +0000 [r73398] Russell Bryant <russell at digium.com>
+
+ * channels/chan_vpb.cc, channels/Makefile: Make this module build
+ for me in dev-mode
+
+2007-07-05 14:21 +0000 [r73316-73355] Joshua Colp <jcolp at digium.com>
+
+ * apps/app_chanspy.c, main/channel.c, /: Merged revisions 73349 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r73349 | file | 2007-07-05 11:19:14 -0300 (Thu, 05 Jul 2007) | 2
+ lines Tweak spy locking. (issue #9951 reported by welles)
+ ........
+
+ * channels/chan_local.c, /: Merged revisions 73318 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.2
+ ........ r73318 | file | 2007-07-05 10:26:02 -0300 (Thu, 05 Jul
+ 2007) | 2 lines Actually check to make sure a PBX was started on
+ one of the Local channels instead of blindly assuming it was.
+ (issue #10112 reported by makoto) ........
+
+ * /, apps/app_queue.c: Merged revisions 73315 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r73315 | file | 2007-07-05 10:19:17 -0300 (Thu, 05 Jul 2007) | 2
+ lines Reset ServicelevelPerf variable back to 0 if we are unable
+ to calculate it each time... otherwise we will get previous
+ values. (issue #10117 reported by noriyuki) ........
+
+2007-07-04 14:53 +0000 [r73208-73253] Christian Richter <christian.richter at beronet.com>
+
+ * channels/misdn/isdn_lib.c, /: Merged revisions 73252 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.2
+ ........ r73252 | crichter | 2007-07-04 16:50:58 +0200 (Mi, 04
+ Jul 2007) | 1 line bchannel configurations like echocancel and
+ volume control, need to be setuped on inbound calls too. ........
+
+ * channels/chan_misdn.c, /: Merged revisions 73207 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.2
+ ........ r73207 | crichter | 2007-07-04 10:20:54 +0200 (Mi, 04
+ Jul 2007) | 1 line bad bug in overlapdial case, we called
+ start_pbx multiple times, because the state wasn't changed..
+ ........
+
+2007-07-03 20:17 +0000 [r73143] Steve Murphy <murf at digium.com>
+
+ * main/ast_expr2.fl, main/ast_expr2.c, main/Makefile,
+ main/ast_expr2.h, main/ast_expr2.y, main/ast_expr2f.c: Removing
+ expr floating patch from 1.4; too much of a behavior change. If
+ you want this fix, try trunk instead. bug 9508.
+
+2007-07-03 15:42 +0000 [r73104-73106] Jason Parker <jparker at digium.com>
+
+ * /: What the heck. This should not have happened.
+
+ * /: use autotagged externals
+
+2007-07-03 12:38 +0000 [r73053] Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+ * apps/app_dial.c, /: Merged revisions 73052 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r73052 | tilghman | 2007-07-03 07:34:14 -0500 (Tue, 03 Jul 2007)
+ | 2 lines RetryDial should accept a 0 argument, but it does not,
+ because atoi does not distinguish between 0 and error (closes
+ issue #10106) ........
+
+2007-07-03 08:17 +0000 [r73005] Christian Richter <christian.richter at beronet.com>
+
+ * channels/chan_misdn.c, /: Merged revisions 73004 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.2
+ ........ r73004 | crichter | 2007-07-03 10:04:35 +0200 (Di, 03
+ Jul 2007) | 1 line fixed issue, that misdn_l2l1_check could only
+ be called from mISDN Source channels.. #9449 ........
+
+2007-07-02 20:16 +0000 [r72933] Steve Murphy <murf at digium.com>
+
+ * main/ast_expr2.fl, main/ast_expr2.c, utils/expr2.testinput,
+ main/Makefile, main/ast_expr2.h, main/ast_expr2.y,
+ main/ast_expr2f.c, doc/channelvariables.txt, UPGRADE.txt: support
+ for floating point numbers added to ast_expr2 $\[...\] exprs.
+ Fixes bug 9508, where the expr code fails with fp numbers. The
+ MATH function returns fp numbers by default, so this fix is
+ considered necessary.
+
+2007-07-02 18:18 +0000 [r72926] Russell Bryant <russell at digium.com>
+
+ * main/manager.c: Remove a bogus comment and add proper locking to
+ the handler function for the CLI command to show information on
+ manager actions.
+
+2007-07-02 17:59 +0000 [r72925] Jason Parker <jparker at digium.com>
+
+ * /: Blocked revisions 72924 via svnmerge ........ r72924 | qwell |
+ 2007-07-02 12:58:25 -0500 (Mon, 02 Jul 2007) | 4 lines Fix an
+ issue with playing "oclock" multiple times in French with 24 hour
+ time format. Issue 10101 ........
+
+2007-07-02 14:32 +0000 [r72888] Joshua Colp <jcolp at digium.com>
+
+ * main/channel.c: Added additional DTMF debug messages for when
+ emulation occurs.
+
+2007-07-02 08:41 +0000 [r72850-72852] Christian Richter <christian.richter at beronet.com>
+
+ * channels/misdn/isdn_lib.c, channels/chan_misdn.c, /: Merged
+ revisions 72585 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r72585 | crichter | 2007-06-29 15:08:26 +0200 (Fr, 29 Jun 2007) |
+ 1 line check if the bchannel stack id is already used, if so
+ don't use it a second time. Also added a release_chan lock, so
+ that the same chan_list object cannot be freed twice. chan_misdn
+ does not crash anymore on heavy load with these changes. ........
+
+ * channels/misdn/isdn_lib.c, channels/misdn/isdn_lib.h,
+ channels/chan_misdn.c, /, channels/misdn/isdn_msg_parser.c:
+ Merged revisions 72099 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r72099 | crichter | 2007-06-27 15:22:37 +0200 (Mi, 27 Jun 2007) |
+ 1 line simplified generation for dummy bchannels, also we mark
+ them as dummies, so they are not used later as real-bchannels,
+ optimized the RESTART mechanisms, we block a channel now on
+ cause:44, and send out a RESTART automatically, then on reception
+ of RESTART_ACKNOWLEDGE we unblock the channel again. ........
+
+ * channels/misdn/isdn_lib.c, channels/misdn/isdn_lib.h, /: Merged
+ revisions 72087 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r72087 | crichter | 2007-06-27 11:26:53 +0200 (Mi, 27 Jun 2007) |
+ 1 line simplified channel finding and locking a lot. removed
+ unnecessary #ifdefed areas. ........
+
+2007-07-01 23:52 +0000 [r72806] Russell Bryant <russell at digium.com>
+
+ * pbx/pbx_spool.c, /: Merged revisions 72805 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r72805 | russell | 2007-07-01 18:51:34 -0500 (Sun, 01 Jul 2007) |
+ 5 lines When appending lines to call files to keep track of
+ retries, write a leading newline just in case the original call
+ file did not have a newline at the end. This fix is in response
+ to a problem I saw reported on the asterisk-users mailing list.
+ ........
+
+2007-06-30 16:50 +0000 [r72705-72766] Russell Bryant <russell at digium.com>
+
+ * configure, configure.ac: Tweak the configure script so that error
+ output isn't spewed to the console when searching for GTK2 libs,
+ and they aren't found.
+
+ * formats/format_pcm.c: give format_pcm a more concise destription
+
+2007-06-29 19:07 +0000 [r72665] Luigi Rizzo <rizzo at icir.org>
+
+ * main/utils.c: Use !defined(HAVE_GETHOSTBYNAME_R) to check for
+ absence of the function. This was already done in trunk.
+
+2007-06-29 Russell Bryant <russell at digium.com>
+
+ * Asterisk 1.4.6 released.
+
+2007-06-29 16:31 +0000 [r72630] Russell Bryant <russell at digium.com>
+
+ * /: Blocked revisions 72629 via svnmerge ........ r72629 | russell
+ | 2007-06-29 11:30:56 -0500 (Fri, 29 Jun 2007) | 4 lines Backport
+ changes that make chan_iax2 not start the PBX on an incoming
+ channel until the three-way call setup is completed. These
+ changes are already in 1.4 and trunk. ........
+
+2007-06-29 14:26 +0000 [r72597-72599] Joshua Colp <jcolp at digium.com>
+
+ * main/cdr.c: Minor change for older GCC versions.
+
+ * Makefile, configure, configure.ac, makeopts.in: Backport fix for
+ GCC versions without support for declaration-after-statement.
+
+2007-06-29 04:47 +0000 [r72554-72556] Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+ * main/manager.c: Issue 10055 - Change memory allocation to use the
+ heap for a command, since the output has the potential to
+ overflow the stack (as it did here)
+
+ * res/res_jabber.c: Fix 1.4 breakage
+
+2007-06-28 19:44 +0000 [r72493] Russell Bryant <russell at digium.com>
+
+ * configure, include/asterisk/autoconfig.h.in: regenerate the
+ configure script for rizzo
+
+2007-06-28 19:29 +0000 [r72453-72489] Luigi Rizzo <rizzo at icir.org>
+
+ * configure.ac: add a check for gethostbyname_r so we can simplify
+ the handling e.g. in utils.c Also add comments on a couple of
+ features which are not working on FreeBSD. All the above has been
+ already done in trunk so the merge must be blocked. Can someone
+ please regenerate ./configure ?
+
+ * Makefile, channels/chan_zap.c, main/say.c: Add
+ -Wdeclaration-after-statement to AST_DEVMODE flags to catch
+ variable declarations in the middle of a block. Fix the few
+ instances of the above spotted out by the compiler. All of this
+ has been already done or is not applicable in trunk, so the merge
+ of this change will be blocked.
+
+ * apps/app_meetme.c: cast a time_t so that it does not conflict
+ with the print format. This change was already done on trunk so
+ this change needs to be blocked from merging.
+
+2007-06-27 23:29 +0000 [r72383] Brett Bryant <bbryant at digium.com>
+
+ * main/asterisk.c, /: Merged revisions 72373 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r72373 | bbryant | 2007-06-27 18:22:13 -0500 (Wed, 27 Jun 2007) |
+ 3 lines Reinstating patch. This actually fixes the problem,
+ however I was running a development branch without it and
+ mistakenly thought it wasn't fixed. Fixes issue #10010, and
+ #9654: 100% CPU usage caused by an asterisk console losing it's
+ controlling terminal. ........
+
+2007-06-27 23:25 +0000 [r72381] Joshua Colp <jcolp at digium.com>
+
+ * apps/app_mixmonitor.c, /: Merged revisions 72378 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.2
+ ........ r72378 | file | 2007-06-27 19:24:01 -0400 (Wed, 27 Jun
+ 2007) | 2 lines Update documentation to clarify variable usage
+ with MixMonitor. (issue #9494 reported by netoguy) ........
+
+2007-06-27 23:03 +0000 [r72335] Brett Bryant <bbryant at digium.com>
+
+ * main/asterisk.c, /: Merged revisions 72333 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r72333 | bbryant | 2007-06-27 17:58:53 -0500 (Wed, 27 Jun 2007) |
+ 2 lines Reverted changes for earlier revisions 72259 to 72261.
+ Issue #9654, #10010 ........
+
+2007-06-27 22:58 +0000 [r72328-72331] Joshua Colp <jcolp at digium.com>
+
+ * channels/chan_gtalk.c: Make payload IDs for iLBC/Speex match to
+ our list. Since these are dynamic payloads the other side
+ shouldn't care. (issue #9426 reported by irroot)
+
+ * /, apps/app_queue.c: Merged revisions 72327 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r72327 | file | 2007-06-27 18:43:11 -0400 (Wed, 27 Jun 2007) | 2
+ lines Fix issue where queue log events might be missing. (issue
+ #7765 reported by mtryfoss) ........
+
+2007-06-27 21:08 +0000 [r72272] Russell Bryant <russell at digium.com>
+
+ * /, pbx/pbx_config.c: Merged revisions 72267 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r72267 | russell | 2007-06-27 16:06:45 -0500 (Wed, 27 Jun 2007) |
+ 5 lines Fix a minor issue with parsing the priority number. You
+ could have as much whitespace as you want around a numeric
+ priority, but you couldn't have any whitespace around a special
+ priority like "n" or "hint". (issue #10039, reported by mitheloc,
+ fixed by me) ........
+
+2007-06-27 20:46 +0000 [r72260] Brett Bryant <bbryant at digium.com>
+
+ * main/asterisk.c, /: Merged revisions 72259 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r72259 | bbryant | 2007-06-27 15:43:53 -0500 (Wed, 27 Jun 2007) |
+ 4 lines Fixes 100% load when controlling terminal disappears.
+ Issue #9654, #10010 ........
+
+2007-06-27 20:25 +0000 [r72257] Joshua Colp <jcolp at digium.com>
+
+ * main/channel.c, /: Merged revisions 72256 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r72256 | file | 2007-06-27 16:23:24 -0400 (Wed, 27 Jun 2007) | 2
+ lines I may possibly get shot for doing this... but... defer CDR
+ processing until after the channel has been dealt with. This
+ should eliminate all of the issues with channels going funky
+ (SIP/PRI) when you are posting CDRs to a database that is either
+ slow or unavailable and do not want to enable batching. ........
+
+2007-06-27 19:13 +0000 [r72205] Kevin P. Fleming <kpfleming at digium.com>
+
+ * channels/chan_zap.c: use the proper type for storing group number
+ bits so that if someone specifies 'group=42' it will actually
+ work instead of being silently ignored
+
+2007-06-27 18:40 +0000 [r72182-72185] Jason Parker <jparker at digium.com>
+
+ * /: Blocked revisions 72184 via svnmerge ........ r72184 | qwell |
+ 2007-06-27 13:40:15 -0500 (Wed, 27 Jun 2007) | 4 lines Fix
+ another problem in voicemail with missing symbols. Issue 10074,
+ patch by kryptolus, extended to include #if 0'd blocks (just in
+ case) ........
+
+ * apps/app_voicemail.c: Fix another problem in voicemail with
+ missing symbols. Issue 10074, patch by kryptolus, extended to
+ include #if 0'd blocks (just in case)
+
+2007-06-27 17:31 +0000 [r72148] Joshua Colp <jcolp at digium.com>
+
+ * main/channel.c: Make the ast_read_noaudio API call behave better
+ under circumstances where DTMF emulation was happening and a
+ generator was setup. (issue #10065 reported by stevefeinstein)
+
+2007-06-27 17:10 +0000 [r72125] Jason Parker <jparker at digium.com>
+
+ * channels/chan_gtalk.c: Don't modify a variable that we don't want
+ modified. Make a copy of it instead. Issue 10029, patch by
+ phsultan with slight modifications by me (to remove needless
+ casts).
+
+2007-06-27 16:34 +0000 [r72112] Russell Bryant <russell at digium.com>
+
+ * main/rtp.c: Only output debug information related to RTCP
+ timestamps when RTCP debug is turned on (issue #10066, patch by
+ me)
+
+2007-06-27 07:58 +0000 [r72042] Christian Richter <christian.richter at beronet.com>
+
[... 8831 lines stripped ...]
More information about the asterisk-commits
mailing list