[asterisk-commits] russell: tag 1.6.0-beta7.1 r111957 - /tags/1.6.0-beta7.1/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Mar 29 20:28:22 CDT 2008
Author: russell
Date: Sat Mar 29 20:28:22 2008
New Revision: 111957
URL: http://svn.digium.com/view/asterisk?view=rev&rev=111957
Log:
Importing files for 1.6.0-beta7.1 release
Added:
tags/1.6.0-beta7.1/.lastclean (with props)
tags/1.6.0-beta7.1/.version (with props)
tags/1.6.0-beta7.1/ChangeLog (with props)
Added: tags/1.6.0-beta7.1/.lastclean
URL: http://svn.digium.com/view/asterisk/tags/1.6.0-beta7.1/.lastclean?view=auto&rev=111957
==============================================================================
--- tags/1.6.0-beta7.1/.lastclean (added)
+++ tags/1.6.0-beta7.1/.lastclean Sat Mar 29 20:28:22 2008
@@ -1,0 +1,1 @@
+35
Propchange: tags/1.6.0-beta7.1/.lastclean
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: tags/1.6.0-beta7.1/.lastclean
------------------------------------------------------------------------------
svn:keywords = none
Propchange: tags/1.6.0-beta7.1/.lastclean
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: tags/1.6.0-beta7.1/.version
URL: http://svn.digium.com/view/asterisk/tags/1.6.0-beta7.1/.version?view=auto&rev=111957
==============================================================================
--- tags/1.6.0-beta7.1/.version (added)
+++ tags/1.6.0-beta7.1/.version Sat Mar 29 20:28:22 2008
@@ -1,0 +1,1 @@
+1.6.0-beta7.1
Propchange: tags/1.6.0-beta7.1/.version
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: tags/1.6.0-beta7.1/.version
------------------------------------------------------------------------------
svn:keywords = none
Propchange: tags/1.6.0-beta7.1/.version
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: tags/1.6.0-beta7.1/ChangeLog
URL: http://svn.digium.com/view/asterisk/tags/1.6.0-beta7.1/ChangeLog?view=auto&rev=111957
==============================================================================
--- tags/1.6.0-beta7.1/ChangeLog (added)
+++ tags/1.6.0-beta7.1/ChangeLog Sat Mar 29 20:28:22 2008
@@ -1,0 +1,40129 @@
+2008-03-29 Russell Bryant <russell at digium.com>
+
+ * Asterisk 1.6.0-beta7.1 released.
+
+ Asterisk 1.6.0-beta7 was tagged against trunk, instead of the 1.6.0 branch.
+
+2008-03-28 21:46 +0000 [r111858] Jason Parker <jparker at digium.com>
+
+ * codecs/gsm/inc/private.h, /: Merged revisions 111857 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r111857 | qwell | 2008-03-28 16:46:02 -0500
+ (Fri, 28 Mar 2008) | 20 lines Merged revisions 111856 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r111856 | qwell | 2008-03-28 16:45:35 -0500 (Fri, 28 Mar 2008) |
+ 12 lines Allow gsm to compile correctly on x86 with gcc4
+ optimizations. (closes issue #11243) Reported by: whiskerp
+ Patches: 11243-maybe-asm.diff uploaded by qwell (license 4)
+ Tested by: Seggy (IRC) Note: While I did write this patch, I
+ would not have found this if fossil had not reported and fixed
+ issue #12253. A huge thanks to him for helping to (indirectly)
+ find the problem here. ........ ................
+
+2008-03-28 20:03 +0000 [r111778-111812] Mark Michelson <mmichelson at digium.com>
+
+ * /: Blocked revisions 111811 via svnmerge ........ r111811 |
+ mmichelson | 2008-03-28 15:03:16 -0500 (Fri, 28 Mar 2008) | 11
+ lines This time the fix is proper for issue 12284. I have tested
+ it thoroughly and found that valgrind no longer complains and
+ that calls do complete correctly. The fix is along the same lines
+ as before: Make sure the final null terminator gets copied into
+ the new sip_request's data pointer. Without it, parse_request
+ will read and potentially write past the end of the string,
+ causing potential crashes. (closes issue #12284...for real this
+ time!) reported by falves11 ........
+
+ * /: Blocked revisions 111777 via svnmerge ........ r111777 |
+ mmichelson | 2008-03-28 14:14:51 -0500 (Fri, 28 Mar 2008) | 6
+ lines Temporary revert of 111662. It's causing lots of trouble
+ and appears to not be the proper solution to the problem reported
+ anyway. (related to issue #12884) ........
+
+2008-03-28 19:11 +0000 [r111722-111776] Jason Parker <jparker at digium.com>
+
+ * /: Blocked revisions 111773-111774 via svnmerge ........ r111773
+ | qwell | 2008-03-28 14:06:54 -0500 (Fri, 28 Mar 2008) | 7 lines
+ Add a bit of doxygen documentation for app_voicemail. (issue
+ #12326) Reported by: travishein Patches:
+ app_voicemail_code_documentation.patch uploaded by travishein
+ (license 385) ........ r111774 | qwell | 2008-03-28 14:08:35
+ -0500 (Fri, 28 Mar 2008) | 8 lines Replace magic number size from
+ msgArray array with a define. (same patch as before, I just split
+ this part out) (close issue #12326) Reported by: travishein
+ Patches: app_voicemail_code_documentation.patch uploaded by
+ travishein (license 385) ........
+
+ * /, channels/chan_skinny.c: Merged revisions 111721 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r111721 | qwell | 2008-03-28 12:57:12 -0500
+ (Fri, 28 Mar 2008) | 9 lines Merged revisions 111720 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/branches/1.4
+ ........ r111720 | qwell | 2008-03-28 12:55:05 -0500 (Fri, 28 Mar
+ 2008) | 1 line Remove unimplemented softkeys. Prompted by issue
+ #12325. ........ ................
+
+2008-03-28 16:37 +0000 [r111663] Mark Michelson <mmichelson at digium.com>
+
+ * /: Blocked revisions 111662 via svnmerge ........ r111662 |
+ mmichelson | 2008-03-28 11:36:59 -0500 (Fri, 28 Mar 2008) | 9
+ lines The copy_request function did not take into account the
+ necessary null terminator for the string to be copied into. This
+ resulted in parse_request reading invalid memory beyond the end
+ of the string, and in some cases led to crashes. Thanks to
+ falves11 for providing the valgrind output which led to the
+ closure of this issue. (closes issue #12284) Reported by:
+ falves11 ........
+
+2008-03-28 16:21 +0000 [r111660] Jason Parker <jparker at digium.com>
+
+ * /, formats/format_wav_gsm.c: Merged revisions 111659 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r111659 | qwell | 2008-03-28 11:20:59 -0500
+ (Fri, 28 Mar 2008) | 16 lines Merged revisions 111658 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r111658 | qwell | 2008-03-28 11:19:56 -0500 (Fri, 28 Mar 2008) |
+ 8 lines The file size of WAV49 does not need to be an even
+ number. (closes issue #12128) Reported by: mdu113 Patches:
+ 12128-noevenlength.diff uploaded by qwell (license 4) Tested by:
+ qwell, mdu113 ........ ................
+
+2008-03-28 14:43 +0000 [r111607-111608] Tilghman Lesher <tlesher at digium.com>
+
+ * /: Blocked revisions 110930 via svnmerge ........ r110930 |
+ juggie | 2008-03-26 12:28:49 -0500 (Wed, 26 Mar 2008) | 1 line
+ revert something dumb, because i was running svn diff in a
+ subfolder not the root of trunk, before doing my commit and did
+ not see it ........
+
+ * doc/valgrind.txt, /: Merged revisions 111606 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r111606 | tilghman | 2008-03-28 09:37:28 -0500 (Fri, 28 Mar 2008)
+ | 11 lines Merged revisions 111605 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r111605 | tilghman | 2008-03-28 09:35:45 -0500 (Fri, 28 Mar 2008)
+ | 3 lines Update debugging text, since Valgrind eliminated the
+ --log-file-exactly option. (Closes issue #12320) ........
+ ................
+
+2008-03-28 00:56 +0000 [r111566] Joshua Colp <jcolp at digium.com>
+
+ * /, apps/app_queue.c: Merged revisions 111565 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r111565 |
+ file | 2008-03-27 21:55:47 -0300 (Thu, 27 Mar 2008) | 2 lines
+ Forgetting to unregister a manager action is bad, mmmk? ........
+
+2008-03-28 00:17 +0000 [r111534] Mark Michelson <mmichelson at digium.com>
+
+ * /, apps/app_queue.c: Merged revisions 111533 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r111533 |
+ mmichelson | 2008-03-27 19:12:52 -0500 (Thu, 27 Mar 2008) | 10
+ lines Fix a crash that would happen when attempting to unload the
+ app_queue module. The problem was that when the refcount on the
+ queue hit 0, the destructor was called, and inside the
+ destructor, another function was called which would increase the
+ refcount back to 1 again and then decrease it again back to 0 for
+ every member in the queue. This meant that the destructor was
+ being recursively called, leading to a double free of the queue.
+ This is now fixed by making sure to unlink the queue from the
+ queues container prior to the final unref of the queue. ........
+
+2008-03-27 22:20 +0000 [r111501-111515] Terry Wilson <twilson at digium.com>
+
+ * /: Blocked revisions 111213 via svnmerge ........ r111213 |
+ twilson | 2008-03-26 16:23:29 -0500 (Wed, 26 Mar 2008) | 2 lines
+ Stupid strcasecmp function :-) ........
+
+ * /: Blocked revisions 111500 via svnmerge ........ r111500 |
+ twilson | 2008-03-27 17:10:25 -0500 (Thu, 27 Mar 2008) | 2 lines
+ Fix another little http problem. In making it match coding
+ guidelines, a comparison was dropped ........
+
+2008-03-27 21:28 +0000 [r111498] Steve Murphy <murf at digium.com>
+
+ * main/pbx.c, /: Merged revisions 111497 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r111497 |
+ murf | 2008-03-27 15:25:55 -0600 (Thu, 27 Mar 2008) | 1 line
+ comment cleanup and iron out a really dumb mistake in handling
+ the '.'-wildcard in the new exten pattern matcher. ........
+
+2008-03-27 19:30 +0000 [r111444] Tilghman Lesher <tlesher at digium.com>
+
+ * /, main/acl.c: Merged revisions 111443 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r111443 | tilghman | 2008-03-27 14:26:45 -0500 (Thu, 27 Mar 2008)
+ | 14 lines Merged revisions 111442 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r111442 | tilghman | 2008-03-27 14:23:12 -0500 (Thu, 27 Mar 2008)
+ | 6 lines For FreeBSD, at least, the ifa_addr element could be
+ NULL. (closes issue #12300) Reported by: festr Patches:
+ acl.c.patch uploaded by festr (license 443) ........
+ ................
+
+2008-03-27 13:42 +0000 [r111361-111411] Steve Murphy <murf at digium.com>
+
+ * apps/app_playback.c, main/pbx.c, /: Merged revisions 111410 via
+ svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r111410 | murf | 2008-03-27 07:29:41 -0600 (Thu,
+ 27 Mar 2008) | 17 lines Merged revisions 111391 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r111391 | murf | 2008-03-27 07:03:28 -0600 (Thu, 27 Mar 2008) | 9
+ lines These small documentation updates made in response to a
+ query in asterisk-users, where a user was using Playback, but
+ needed the features of Background, and had no idea that
+ Background existed, or that it might provide the features he
+ needed. I thought the best way to avert these kinds of queries
+ was to provide "See Also" references in all three of
+ "Background", "Playback", "WaitExten". Perhaps a project to do
+ this with all related apps is in order. ........ ................
+
+ * res/ael/pval.c, /, include/asterisk/pval.h, pbx/pbx_ael.c,
+ include/asterisk/ael_structs.h: Merged revisions 111360 via
+ svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r111360 | murf | 2008-03-26 22:47:12 -0600 (Wed,
+ 26 Mar 2008) | 23 lines Merged revisions 111341 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r111341 | murf | 2008-03-26 21:21:05 -0600 (Wed, 26 Mar 2008) |
+ 15 lines (closes issue #12302) Reported by: pj Tested by: murf
+ These changes will set a channel variable ~~EXTEN~~ just before
+ generating code for a switch, with the value of ${EXTEN}. The
+ exten is marked as having a switch, and ever after that, till the
+ end of the exten, we substitute any ${EXTEN} with ${~~EXTEN~~}
+ instead in application arguments; (and the ${EXTEN: also). The
+ reason for this, is that because switches are coded using
+ separate extensions to provide pattern matching, and jumping
+ to/from these switch extensions messes up the ${EXTEN} value,
+ which blows the minds of users. ........ ................
+
+2008-03-27 00:36 +0000 [r111247-111339] Jason Parker <jparker at digium.com>
+
+ * /: Blocked revisions 111295 via svnmerge ........ r111295 | qwell
+ | 2008-03-26 19:27:35 -0500 (Wed, 26 Mar 2008) | 1 line But we
+ can change the API here. ........
+
+ * main/frame.c, /: Merged revisions 111285 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r111285 | qwell | 2008-03-26 19:25:56 -0500 (Wed, 26 Mar 2008) |
+ 9 lines Merged revisions 111280 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r111280 | qwell | 2008-03-26 19:25:13 -0500 (Wed, 26 Mar 2008) |
+ 1 line Put this flag back so we don't change the API. ........
+ ................
+
+ * main/frame.c, /: Merged revisions 111246 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r111246 | qwell | 2008-03-26 18:27:33 -0500 (Wed, 26 Mar 2008) |
+ 17 lines Merged revisions 111245 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r111245 | qwell | 2008-03-26 18:26:33 -0500 (Wed, 26 Mar 2008) |
+ 9 lines Remove excessive smoother optimization that was causing
+ audio glitches (small "pops") after (about 200ms later) an
+ "incorrectly" sized frame was received. While it would be very
+ nice to keep this as optimized as possible, it makes no sense for
+ the smoother to be dropping random bits of audio like this. Isn't
+ that the whole point of a smoother? Closes issue #12093. ........
+ ................
+
+2008-03-26 20:34 +0000 [r111133-111186] Tilghman Lesher <tlesher at digium.com>
+
+ * /: Blocked revisions 111185 via svnmerge ........ r111185 |
+ tilghman | 2008-03-26 15:34:05 -0500 (Wed, 26 Mar 2008) | 2 lines
+ Oops, missed one ........
+
+ * /: Blocked revisions 111132 via svnmerge ........ r111132 |
+ tilghman | 2008-03-26 14:58:09 -0500 (Wed, 26 Mar 2008) | 2 lines
+ Simplify new macro, simplify configfile logic, now that list is
+ sorted ........
+
+2008-03-26 19:57 +0000 [r111131] Joshua Colp <jcolp at digium.com>
+
+ * contrib/scripts/autosupport, /: Merged revisions 111130 via
+ svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r111130 | file | 2008-03-26 16:56:40 -0300 (Wed,
+ 26 Mar 2008) | 14 lines Merged revisions 111129 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r111129 | file | 2008-03-26 16:55:08 -0300 (Wed, 26 Mar 2008) | 6
+ lines Update autosupport script. (closes issue #12310) Reported
+ by: angler Patches: autosupport.diff uploaded by angler (license
+ 106) ........ ................
+
+2008-03-26 19:53 +0000 [r111128] Kevin P. Fleming <kpfleming at digium.com>
+
+ * /, UPGRADE.txt: Merged revisions 111127 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r111127 | kpfleming | 2008-03-26 14:52:27 -0500 (Wed, 26 Mar
+ 2008) | 18 lines Merged revisions 111126 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4
+ ................ r111126 | kpfleming | 2008-03-26 14:51:24 -0500
+ (Wed, 26 Mar 2008) | 10 lines Merged revisions 111125 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r111125 | kpfleming | 2008-03-26 14:49:30 -0500 (Wed, 26 Mar
+ 2008) | 2 lines update UPGRADE notes to document usage of the
+ script ........ ................ ................
+
+2008-03-26 19:41 +0000 [r111124] Mark Michelson <mmichelson at digium.com>
+
+ * apps/app_voicemail.c, /: Merged revisions 111123 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r111123 | mmichelson | 2008-03-26 14:39:23 -0500
+ (Wed, 26 Mar 2008) | 12 lines Merged revisions 111121 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r111121 | mmichelson | 2008-03-26 14:37:36 -0500 (Wed, 26 Mar
+ 2008) | 4 lines This code change is made just for clarification.
+ It does exactly the same thing as before. It just doesn't look as
+ wrong. ........ ................
+
+2008-03-26 19:30 +0000 [r111089] Joshua Colp <jcolp at digium.com>
+
+ * /: Blocked revisions 111083 via svnmerge ........ r111083 | file
+ | 2008-03-26 16:29:26 -0300 (Wed, 26 Mar 2008) | 4 lines Add
+ expiry value to the sip show subscriptions CLI command. (closes
+ issue #12025) Reported by: agx ........
+
+2008-03-26 19:27 +0000 [r111072] Mark Michelson <mmichelson at digium.com>
+
+ * apps/app_voicemail.c, /: Merged revisions 111067 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r111067 | mmichelson | 2008-03-26 14:26:23 -0500
+ (Wed, 26 Mar 2008) | 17 lines Merged revisions 111049 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r111049 | mmichelson | 2008-03-26 14:22:16 -0500 (Wed, 26 Mar
+ 2008) | 9 lines Add a lock to the vm_state structure and use the
+ lock around mail_open calls to prevent concurrent access of the
+ same mailstream. This, along with trunk's ability to configure
+ TCP timeouts for IMAP storage will help to prevent crashes and
+ hangs when using voicemail with IMAP storage. (closes issue
+ #10487) Reported by: ewilhelmsen ........ ................
+
+2008-03-26 19:20 +0000 [r111041] Tilghman Lesher <tlesher at digium.com>
+
+ * /: Blocked revisions 111036 via svnmerge ........ r111036 |
+ tilghman | 2008-03-26 14:19:31 -0500 (Wed, 26 Mar 2008) | 2 lines
+ Add a linkedlist macro that maintains a sorted list ........
+
+2008-03-26 19:16 +0000 [r111027-111029] Jason Parker <jparker at digium.com>
+
+ * /: Blocked revisions 111028 via svnmerge ........ r111028 | qwell
+ | 2008-03-26 14:16:31 -0500 (Wed, 26 Mar 2008) | 4 lines Only try
+ to detect silence when we actually need to, instead of...always.
+ If this is wrong, I'd love to hear why. ........
+
+ * /: Blocked revisions 111022 via svnmerge ........ r111022 | qwell
+ | 2008-03-26 14:05:51 -0500 (Wed, 26 Mar 2008) | 23 lines Large
+ cleanup of DSP code Per comments from dimas: 1. The code now
+ generates DTMF_BEGIN frames in addition to DTMF_END ones. 2.
+ "quelching" rewritten - now each detector (MF/DTMF/generic tone)
+ may mark fragment of a frame for suppression (squelching, muting)
+ with a call to mute_fragment. Actual muting happens only once at
+ the very end of ast_dsp_process where all marked fragments are
+ zeroed. This way every detector sees original data in the frame
+ without any piece of a frame being zeroed by a detector which was
+ run before. 3. DTMF detector tries to "mute" one block before and
+ one block after the block where actual tone was detected. Muting
+ of previois block is something new for this patch. Obviously this
+ operation is not always possible - if current frame does not
+ contain data for previous block - it is too late. But at least we
+ make our best. Muting of next block was already done by the old
+ code but it only affects part of the next block which is in the
+ frame being processed. New code keeps this information in state
+ structures so it will mute proper number of samples in the next
+ frame(s) too. 4. Removed ast_dsp_digitdetect and
+ ast_dsp_getdigits APIs because these are not used. 5. DSP API
+ extended a bit - ast_dsp_was_muted() function added which returns
+ true if DSP code was muting any fragment in the last frame.
+ chan_zap uses this function to decide it needs to turn on
+ confmute on the channel. This is to replace AST_FRAME_DTMF
+ 'm'/'u' (mute/unmute) functionality. (closes issue #11968)
+ Reported by: dimas Patches: v2-11968-dsp.patch uploaded by dimas
+ (license 88) v4-11968-zap.patch uploaded by dimas (license 88)
+ Tested by: dimas, qwell ........
+
+2008-03-26 19:08 +0000 [r111026] Kevin P. Fleming <kpfleming at digium.com>
+
+ * codecs/ilbc, /, contrib/scripts/get_ilbc_source.sh (added):
+ Merged revisions 111025 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r111025 | kpfleming | 2008-03-26 14:08:00 -0500 (Wed, 26 Mar
+ 2008) | 18 lines Merged revisions 111024 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4
+ ................ r111024 | kpfleming | 2008-03-26 14:06:56 -0500
+ (Wed, 26 Mar 2008) | 10 lines Merged revisions 111019 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r111019 | kpfleming | 2008-03-26 13:58:37 -0500 (Wed, 26 Mar
+ 2008) | 2 lines add a script to make getting the iLBC source code
+ simple for end users ........ ................ ................
+
+2008-03-26 19:06 +0000 [r111018-111023] Joshua Colp <jcolp at digium.com>
+
+ * /, channels/chan_sip.c: Merged revisions 111021 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r111021 | file | 2008-03-26 16:05:42 -0300 (Wed, 26 Mar 2008) |
+ 12 lines Merged revisions 111020 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r111020 | file | 2008-03-26 16:04:35 -0300 (Wed, 26 Mar 2008) | 4
+ lines If we are requested to authenticate a reinvite make sure
+ that it contains T38 SDP if need be. (closes issue #11995)
+ Reported by: fall ........ ................
+
+ * /, channels/chan_iax2.c: Merged revisions 111017 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r111017 | file | 2008-03-26 15:42:52 -0300 (Wed,
+ 26 Mar 2008) | 12 lines Merged revisions 110628 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r110628 | file | 2008-03-25 11:37:35 -0300 (Tue, 25 Mar 2008) | 4
+ lines Add an option (transmit_silence) which transmits silence
+ during both Record() and DTMF generation. The reason this is an
+ option is that in order to transmit silence we have to setup a
+ translation path. This may not be needed/wanted in all cases.
+ (closes issue #10058) Reported by: tracinet ........
+ ................
+
+2008-03-26 18:42 +0000 [r111016] Tilghman Lesher <tlesher at digium.com>
+
+ * /: Blocked revisions 111012-111013 via svnmerge ........ r111012
+ | tilghman | 2008-03-26 13:39:06 -0500 (Wed, 26 Mar 2008) | 3
+ lines Add the "config reload <conffile>" command, which allows
+ you to tell Asterisk to reload any file that references a given
+ configuration file. ........ r111013 | tilghman | 2008-03-26
+ 13:41:27 -0500 (Wed, 26 Mar 2008) | 2 lines Oops, fix this, too
+ ........
+
+2008-03-26 17:44 +0000 [r110964] Kevin P. Fleming <kpfleming at digium.com>
+
+ * /, UPGRADE.txt: Merged revisions 110963 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r110963 | kpfleming | 2008-03-26 12:44:09 -0500 (Wed, 26 Mar
+ 2008) | 10 lines Merged revisions 110962 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r110962 | kpfleming | 2008-03-26 12:43:02 -0500 (Wed, 26 Mar
+ 2008) | 2 lines add note that the user will need to enable
+ codec_ilbc to get it to build ........ ................
+
+2008-03-26 17:35 +0000 [r110959] Donny Kavanagh <donnyk at gmail.com>
+
+ * /, doc/snmp.txt: Merged revisions 110911 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r110911 |
+ juggie | 2008-03-26 13:24:54 -0400 (Wed, 26 Mar 2008) | 8 lines
+ update documentation to reflect the changes in the way configure
+ detects net-snmp. (closes issue #12067) Reported by: juggie
+ Patches: 12067_snmp_doc.patch uploaded by juggie (license 24)
+ Tested by: juggie ........
+
+2008-03-26 17:15 +0000 [r110882] Kevin P. Fleming <kpfleming at digium.com>
+
+ * codecs/ilbc/constants.h (removed), codecs/ilbc/iLBC_decode.h
+ (removed), codecs/ilbc/iCBSearch.c (removed), codecs/Makefile,
+ codecs/ilbc/filter.c (removed), codecs/ilbc/hpInput.c (removed),
+ codecs/ilbc/gainquant.c (removed), codecs/ilbc/hpOutput.c
+ (removed), codecs/ilbc/iCBSearch.h (removed),
+ codecs/ilbc/filter.h (removed), codecs/ilbc/hpInput.h (removed),
+ codecs/ilbc/gainquant.h (removed), codecs/ilbc/LPCencode.c
+ (removed), codecs/ilbc/hpOutput.h (removed),
+ codecs/ilbc/StateSearchW.c (removed), codecs/codec_ilbc.c,
+ codecs/ilbc/LPCencode.h (removed), codecs/ilbc/iCBConstruct.c
+ (removed), codecs/ilbc/StateSearchW.h (removed),
+ codecs/ilbc/syntFilter.c (removed), /, codecs/ilbc/iCBConstruct.h
+ (removed), codecs/ilbc/syntFilter.h (removed),
+ codecs/ilbc/packing.c (removed), codecs/ilbc/StateConstructW.c
+ (removed), codecs/ilbc/packing.h (removed),
+ codecs/ilbc/libilbc.vcproj (removed),
+ codecs/ilbc/StateConstructW.h (removed), codecs/ilbc/LPCdecode.c
+ (removed), codecs/ilbc/getCBvec.c (removed),
+ codecs/ilbc/enhancer.c (removed), codecs/ilbc/lsf.c (removed),
+ codecs/ilbc/iLBC_encode.c (removed), codecs/ilbc/getCBvec.h
+ (removed), codecs/ilbc/LPCdecode.h (removed),
+ codecs/ilbc/enhancer.h (removed), codecs/ilbc/FrameClassify.c
+ (removed), codecs/ilbc/iLBC_define.h (removed), codecs/ilbc/lsf.h
+ (removed), codecs/ilbc/iLBC_encode.h (removed),
+ codecs/ilbc/FrameClassify.h (removed), codecs/ilbc/helpfun.c
+ (removed), codecs/ilbc/doCPLC.c (removed),
+ codecs/ilbc/anaFilter.c (removed), codecs/ilbc/helpfun.h
+ (removed), codecs/ilbc/createCB.c (removed), codecs/ilbc/doCPLC.h
+ (removed), codecs/ilbc/anaFilter.h (removed), UPGRADE.txt,
+ codecs/ilbc/constants.c (removed), codecs/ilbc/iLBC_decode.c
+ (removed), codecs/ilbc/createCB.h (removed), CHANGES: Merged
+ revisions 110881 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r110881 | kpfleming | 2008-03-26 10:10:28 -0700 (Wed, 26 Mar
+ 2008) | 18 lines Merged revisions 110880 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4
+ ................ r110880 | kpfleming | 2008-03-26 09:42:35 -0700
+ (Wed, 26 Mar 2008) | 10 lines Merged revisions 110869 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r110869 | kpfleming | 2008-03-26 08:53:46 -0700 (Wed, 26 Mar
+ 2008) | 2 lines due to licensing restrictions, we cannot
+ distribute the source code for iLBC encoding and decoding... so
+ remove it, and add instructions on how the user can obtain it
+ themselves ........ ................ ................
+
+2008-03-26 15:33 +0000 [r110866-110868] Joshua Colp <jcolp at digium.com>
+
+ * /: Merged revisions 110726 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r110726 |
+ jpeeler | 2008-03-25 17:02:57 -0300 (Tue, 25 Mar 2008) | 2 lines
+ This one line change makes an if inside a for loop (in
+ realtime_peer) check all the ast_variables the loop was intending
+ to test rather than just the first one. ........
+
+ * /: Blocked revisions 110639 via svnmerge ........ r110639 |
+ mmichelson | 2008-03-25 12:44:01 -0300 (Tue, 25 Mar 2008) | 3
+ lines Oops here too. I need to stop coding for a while...
+ ........
+
+2008-03-26 00:03 +0000 [r110832] Mark Michelson <mmichelson at digium.com>
+
+ * main/manager.c, /: Merged revisions 110831 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r110831 |
+ mmichelson | 2008-03-25 19:02:31 -0500 (Tue, 25 Mar 2008) | 6
+ lines This ensures that the manager interface is not enabled by
+ default. Prior to this change, it was possible to start Asterisk
+ with the manager interface enabled, then either comment out the
+ enabled option or make manager.conf unopenable and the manager
+ interface would still be enabled. ........
+
+2008-03-25 22:52 +0000 [r110781] Jason Parker <jparker at digium.com>
+
+ * cdr/cdr_custom.c, /: Merged revisions 110780 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r110780 | qwell | 2008-03-25 17:51:55 -0500 (Tue, 25 Mar 2008) |
+ 14 lines Merged revisions 110779 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r110779 | qwell | 2008-03-25 17:51:17 -0500 (Tue, 25 Mar 2008) |
+ 6 lines Make file access in cdr_custom similar to cdr_csv. Fixes
+ issue #12268. Patch borrowed from r82344 ........
+ ................
+
+2008-03-25 22:11 +0000 [r110778] Jeff Peeler <jpeeler at digium.com>
+
+ * channels/chan_sip.c: This one line change makes an if inside a
+ for loop (in realtime_peer) check all the ast_variables the loop
+ was intending to test rather than just the first one.
+
+2008-03-25 17:47 +0000 [r110690-110692] Tilghman Lesher <tlesher at digium.com>
+
+ * configs/extensions.conf.sample, /, configs/voicemail.conf.sample:
+ Merged revisions 110691 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r110691 |
+ tilghman | 2008-03-25 12:46:34 -0500 (Tue, 25 Mar 2008) | 6 lines
+ Update sample configurations to make virtual hosting more
+ obvious. (closes issue #11969) Reported by: pprindeville Patches:
+ acme-virtualpbx.1.6.patch uploaded by pprindeville (license 347)
+ ........
+
+ * configs/extensions.conf.sample, /: Merged revisions 110689 via
+ svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+ ........ r110689 | tilghman | 2008-03-25 12:40:28 -0500 (Tue, 25
+ Mar 2008) | 6 lines Update the sample configuration, to use Macro
+ less (since it's now deprecated). (closes issue #12293) Reported
+ by: pprindeville Patches: bugid-0012293.1.6.patch uploaded by
+ pprindeville (license 347) ........
+
+2008-03-25 15:43 +0000 [r110637-110638] Mark Michelson <mmichelson at digium.com>
+
+ * channels/chan_sip.c: Oops.
+
+ * /, channels/chan_sip.c: Merged revisions 110636 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r110636 | mmichelson | 2008-03-25 10:41:33 -0500 (Tue, 25 Mar
+ 2008) | 15 lines Merged revisions 110635 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r110635 | mmichelson | 2008-03-25 10:40:33 -0500 (Tue, 25 Mar
+ 2008) | 7 lines When reverting a commit, I accidentally left in
+ this bit which was an experiment to see what would happen. It
+ passed the compile test, and I didn't notice I had left this
+ change in too. So this is a revert of a revert...sort of.
+ ........ ................
+
+2008-03-25 15:39 +0000 [r110630-110634] Joshua Colp <jcolp at digium.com>
+
+ * /: Blocked revisions 110625 via svnmerge ........ r110625 | oej |
+ 2008-03-25 07:54:07 -0300 (Tue, 25 Mar 2008) | 6 lines Use the
+ "Server" header when responding to SIP requests. (closes issue
+ #12278) Reported by: rjain Patches: chan_sip.c.diff uploaded by
+ rjain (license 226) ........
+
+ * /: Blocked revisions 110444 via svnmerge ........ r110444 |
+ tilghman | 2008-03-20 22:44:38 -0300 (Thu, 20 Mar 2008) | 2 lines
+ Add note of the added Directory options, from commit 110237
+ (closes issue #7151) ........
+
+ * /: Blocked revisions 110631 via svnmerge ........ r110631 | file
+ | 2008-03-25 12:18:41 -0300 (Tue, 25 Mar 2008) | 4 lines Add a
+ special dialplan variable to chan_sip which will cause an audio
+ file to be played upon completion of an attended transfer.
+ (closes issue #9239) Reported by: sunder ........
+
+ * include/asterisk/options.h, main/asterisk.c, Makefile, /,
+ main/app.c: Merged revisions 110629 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r110629 | file | 2008-03-25 11:39:45 -0300 (Tue, 25 Mar 2008) |
+ 12 lines Merged revisions 110628 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r110628 | file | 2008-03-25 11:37:35 -0300 (Tue, 25 Mar 2008) | 4
+ lines Add an option (transmit_silence) which transmits silence
+ during both Record() and DTMF generation. The reason this is an
+ option is that in order to transmit silence we have to setup a
+ translation path. This may not be needed/wanted in all cases.
+ (closes issue #10058) Reported by: tracinet ........
+ ................
+
+2008-03-24 20:14 +0000 [r110620-110622] Mark Michelson <mmichelson at digium.com>
+
+ * /: Blocked revisions 110621 via svnmerge ........ r110621 |
+ mmichelson | 2008-03-24 15:14:07 -0500 (Mon, 24 Mar 2008) | 11
+ lines Remove the "Event: registration" header from
+ Asterisk-generated SIP REGISTER requests. rjain points out that
+ RFC 3265 specifies that the Event: header is not a valid header
+ for REGISTER requests and that the "registration" value is not
+ defined at IANA. (closes issue #12279) Reported by: rjain
+ Patches: chan_sip.c.diff uploaded by rjain (license 226) ........
+
+ * /, channels/chan_sip.c: Merged revisions 110619 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r110619 | mmichelson | 2008-03-24 14:19:37 -0500 (Mon, 24 Mar
+ 2008) | 23 lines Merged revisions 110618 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r110618 | mmichelson | 2008-03-24 14:17:41 -0500 (Mon, 24 Mar
+ 2008) | 15 lines This is a revert for revision 108288. The reason
+ is that that revision was not for an actual bug fix per se, and
+ so it really should not have been in 1.4 in the first place.
+ Plus, people who compile with DO_CRASH are more likely to
+ encounter a crash due to this change. While I think the usage of
+ DO_CRASH in ast_sched_del is a bit absurd, this sort of change is
+ beyond the scope of 1.4 and should be done instead in a developer
+ branch based on trunk so that all scheduler functions are fixed
+ at once. I also am reverting the change to trunk and 1.6 since
+ they also suffer from the DO_CRASH potential. (closes issue
+ #12272) Reported by: qq12345 ........ ................
+
+2008-03-24 17:36 +0000 [r110616] Russell Bryant <russell at digium.com>
+
+ * /, channels/chan_iax2.c: Merged revisions 110615 via svnmerge
+ from https://origsvn.digium.com/svn/asterisk/trunk
+ ................ r110615 | russell | 2008-03-24 12:36:04 -0500
+ (Mon, 24 Mar 2008) | 10 lines Merged revisions 110614 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r110614 | russell | 2008-03-24 12:34:56 -0500 (Mon, 24 Mar 2008)
+ | 2 lines Turn a NOTICE into a DEBUG message. ........
+ ................
+
+2008-03-24 15:29 +0000 [r110611] Joshua Colp <jcolp at digium.com>
+
+ * /, channels/chan_sip.c: Merged revisions 110610 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r110610 |
+ file | 2008-03-24 12:28:25 -0300 (Mon, 24 Mar 2008) | 6 lines
+ Only print out the set_address_from_contact host verbose message
+ if debugging is enabled on the dialog. (closes issue #12280)
+ Reported by: rjain Patches: chan_sip.c.diff uploaded by rjain
+ (license 226) ........
+
+2008-03-21 21:52 +0000 [r110579] Jason Parker <jparker at digium.com>
+
+ * /, sounds/Makefile: Merged revisions 110578 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r110578 |
+ qwell | 2008-03-21 16:52:06 -0500 (Fri, 21 Mar 2008) | 1 line
+ Update to 1.4.11 core sounds. ........
+
+2008-03-21 18:00 +0000 [r110543] Joshua Colp <jcolp at digium.com>
+
+ * /: Blocked revisions 110542 via svnmerge ........ r110542 | file
+ | 2008-03-21 14:58:59 -0300 (Fri, 21 Mar 2008) | 2 lines Merge
+ over ast_audiohook_volume branch. This adds API calls for use by
+ developers to adjust the volume on a channel. ........
+
+2008-03-21 15:25 +0000 [r110501] Russell Bryant <russell at digium.com>
+
+ * /, configs/sip.conf.sample, CHANGES: Merged revisions 110499 via
+ svnmerge from https://origsvn.digium.com/svn/asterisk/trunk
+ ........ r110499 | russell | 2008-03-21 10:24:43 -0500 (Fri, 21
+ Mar 2008) | 3 lines Note that the TCP and TLS support is
+ currently considered experimental and is subject to change while
+ we work out the remaining issues. ........
+
+2008-03-21 14:36 +0000 [r110476] Jason Parker <jparker at digium.com>
+
+ * /, codecs/gsm/Makefile: Merged revisions 110475 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r110475 | qwell | 2008-03-21 09:36:17 -0500 (Fri, 21 Mar 2008) |
+ 15 lines Merged revisions 110474 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r110474 | qwell | 2008-03-21 09:32:52 -0500 (Fri, 21 Mar 2008) |
+ 7 lines Don't attempt to do optimizations of gsm on mips
+ platforms either. (closes issue #12270) Reported by: zandbelt
+ Patches: 026-gsm-mips.patch uploaded by zandbelt (license 33)
+ ........ ................
+
+2008-03-20 23:14 +0000 [r110304-110397] Russell Bryant <russell at digium.com>
+
+ * main/autoservice.c, /: Merged revisions 110396 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r110396 | russell | 2008-03-20 18:14:13 -0500 (Thu, 20 Mar 2008)
+ | 17 lines Merged revisions 110395 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4 ........
+ r110395 | russell | 2008-03-20 18:13:56 -0500 (Thu, 20 Mar 2008)
+ | 9 lines Shorten the ast_waitfor() timeout from 500 ms to 50 ms
+ in the autoservice thread. This really should not make a
+ difference except in very rare cases. That case would be that all
+ of the channels in autoservice are not generating any frames. In
+ that case, this change reduces the potential amount of time that
+ a thread waits in ast_autoservice_stop() for the autoservice
+ thread to wrap back around to the beginning of its loop. (closes
+ issue #12266, reported by dimas) ........ ................
+
+ * codecs/codec_g722.c, /: Merged revisions 110339 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ........ r110339 |
+ russell | 2008-03-20 17:02:20 -0500 (Thu, 20 Mar 2008) | 3 lines
+ Use the correct buffer for g722tolin16_sample. This shouldn't
+ have caused any problems, but Qwell noticed the typo here.
+ ........
+
+ * /, channels/chan_sip.c, channels/chan_iax2.c: Merged revisions
+ 110337 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/trunk ................
+ r110337 | russell | 2008-03-20 16:55:50 -0500 (Thu, 20 Mar 2008)
+ | 22 lines Merged revisions 110336 via svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.4
+ ................ r110336 | russell | 2008-03-20 16:54:58 -0500
+ (Thu, 20 Mar 2008) | 14 lines Merged revisions 110335 via
+ svnmerge from
+ https://origsvn.digium.com/svn/asterisk/branches/1.2 ........
+ r110335 | russell | 2008-03-20 16:53:27 -0500 (Thu, 20 Mar 2008)
+ | 6 lines Fix some very broken code that was introduced in 1.2.26
+ as a part of the security fix. The dnsmgr is not appropriate
+ here. The dnsmgr takes a pointer to an address structure that a
+ background thread continuously updates. However, in these cases,
+ a stack variable was passed. That means that the dnsmgr thread
+ would be continuously writing to bogus memory. ........
+ ................ ................
+
[... 39437 lines stripped ...]
More information about the asterisk-commits
mailing list