aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-05-14Use autotagged externalsv1.6.0-beta9russell0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.6.0-beta9@116247 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-14Importing files for 1.6.0-beta9 releaserussell3-0/+40697
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.6.0-beta9@116246 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-14Creating tag for the release of asterisk-1.6.0-beta9russell15-40614/+103
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.6.0-beta9@116245 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-14Merged revisions 116234 via svnmerge from oej1-2/+2
https://origsvn.digium.com/svn/asterisk/trunk ................ r116234 | oej | 2008-05-14 15:05:15 +0200 (Ons, 14 Maj 2008) | 11 lines Merged revisions 116230 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r116230 | oej | 2008-05-14 14:51:06 +0200 (Ons, 14 Maj 2008) | 3 lines Accept text messages even with Content-Type: text/plain;charset=Södermanländska ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@116236 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-14Blocked revisions 116138 via svnmergemmichelson0-0/+0
........ r116138 | mmichelson | 2008-05-13 19:20:05 -0500 (Tue, 13 May 2008) | 6 lines Undo inadvertent changes to chan_skinny caused by the merging of urgent messaging support. Thanks to Damien Wedhorn for pointing out the problem. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@116139 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-13Merged revisions 116089 via svnmerge from mmichelson2-8/+21
https://origsvn.digium.com/svn/asterisk/trunk ................ r116089 | mmichelson | 2008-05-13 18:54:01 -0500 (Tue, 13 May 2008) | 20 lines Merged revisions 116088 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r116088 | mmichelson | 2008-05-13 18:47:49 -0500 (Tue, 13 May 2008) | 12 lines A change to the way channel locks are handled when DEBUG_CHANNEL_LOCKS is defined. After debugging a deadlock, it was noticed that when DEBUG_CHANNEL_LOCKS is enabled in menuselect, the actual origin of channel locks is obscured by the fact that all channel locks appear to happen in the function ast_channel_lock(). This code change redefines ast_channel_lock to be a macro which maps to __ast_channel_lock(), which then relays the proper file name, line number, and function name information to the core lock functions so that this information will be displayed in the case that there is some sort of locking error or core show locks is issued. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@116096 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-13Merged revisions 116039 via svnmerge from russell1-11/+14
https://origsvn.digium.com/svn/asterisk/trunk ................ r116039 | russell | 2008-05-13 16:18:55 -0500 (Tue, 13 May 2008) | 32 lines Merged revisions 116038 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r116038 | russell | 2008-05-13 16:17:23 -0500 (Tue, 13 May 2008) | 24 lines Fix a deadlock involving channel autoservice and chan_local that was debugged and fixed by mmichelson and me. We observed a system that had a bunch of threads stuck in ast_autoservice_stop(). The reason these threads were waiting around is because this function waits to ensure that the channel list in the autoservice thread gets rebuilt before the stop() function returns. However, the autoservice thread was also locked, so the autoservice channel list was never getting rebuilt. The autoservice thread was stuck waiting for the channel lock on a local channel. However, the local channel was locked by a thread that was stuck in the autoservice stop function. It turned out that the issue came down to the local_queue_frame() function in chan_local. This function assumed that one of the channels passed in as an argument was locked when called. However, that was not always the case. There were multiple cases in which this channel was not locked when the function was called. We fixed up chan_local to indicate to this function whether this channel was locked or not. The previous assumption had caused local_queue_frame() to improperly return with the channel locked, where it would then never get unlocked. (closes issue #12584) (related to issue #12603) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@116040 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-13Merged revisions 116001 via svnmerge from russell1-5/+9
https://origsvn.digium.com/svn/asterisk/trunk ................ r116001 | russell | 2008-05-13 16:07:59 -0500 (Tue, 13 May 2008) | 13 lines Merged revisions 115990 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115990 | russell | 2008-05-13 16:05:57 -0500 (Tue, 13 May 2008) | 5 lines Fix an issue that I noticed in autoservice while mmichelson and I were debugging a different problem. I noticed that it was theoretically possible for two threads to attempt to start the autoservice thread at the same time. This change makes the process of starting the autoservice thread, thread-safe. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@116020 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-13Merged revisions 115945 via svnmerge from file1-2/+1
https://origsvn.digium.com/svn/asterisk/trunk ................ r115945 | file | 2008-05-13 17:29:27 -0300 (Tue, 13 May 2008) | 12 lines Merged revisions 115944 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115944 | file | 2008-05-13 17:28:23 -0300 (Tue, 13 May 2008) | 4 lines Use the right flag to open the audio in non-blocking. (closes issue #12616) Reported by: nicklewisdigiumuser ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115946 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-13Merged revisions 115941 via svnmerge from mattf1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ........ r115941 | mattf | 2008-05-13 15:18:04 -0500 (Tue, 13 May 2008) | 1 line Need to clear calling_party_cat variable after we retrieve it ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115942 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-13Merged revisions 115939 via svnmerge from mattf1-0/+7
https://origsvn.digium.com/svn/asterisk/trunk ........ r115939 | mattf | 2008-05-13 15:11:20 -0500 (Tue, 13 May 2008) | 1 line Add support for receiving calling party category ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115940 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-13Merged revisions 115886 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ................ r115886 | tilghman | 2008-05-13 13:38:11 -0500 (Tue, 13 May 2008) | 11 lines Merged revisions 115884 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115884 | tilghman | 2008-05-13 13:36:13 -0500 (Tue, 13 May 2008) | 3 lines If the socket dies (read returns 0=EOF), return immediately. (Closes issue #12637) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115887 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-13Blocked revisions 115850 via svnmergerussell0-0/+0
........ r115850 | russell | 2008-05-13 12:42:17 -0500 (Tue, 13 May 2008) | 2 lines Re-introduce proper error handling that was removed in recent commits. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115851 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-13Merged revisions 115847 via svnmerge from russell1-0/+2
https://origsvn.digium.com/svn/asterisk/trunk ........ r115847 | russell | 2008-05-13 12:14:22 -0500 (Tue, 13 May 2008) | 2 lines Initialize the start time in smdi_msg_wait. Somehow this code got lost in trunk. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115848 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-12Blocked revisions 115813 via svnmergetilghman0-0/+0
........ r115813 | tilghman | 2008-05-12 15:34:38 -0500 (Mon, 12 May 2008) | 8 lines Add a script which installs every package needed for a Debian install of Asterisk, and includes possible support (to be contributed) for various other distributions. (closes issue #10523) Reported by: tzafrir Patches: install_prereq_2 uploaded by tzafrir (license 46) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115814 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-12Merged revisions 115737 via svnmerge from mmichelson1-38/+40
https://origsvn.digium.com/svn/asterisk/trunk ................ r115737 | mmichelson | 2008-05-12 12:55:08 -0500 (Mon, 12 May 2008) | 15 lines Merged revisions 115735 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115735 | mmichelson | 2008-05-12 12:51:14 -0500 (Mon, 12 May 2008) | 7 lines If a thread holds no locks, do not print any information on the thread when issuing a core show locks command. This will help to de-clutter output somewhat. Russell said it would be fine to place this improvement in the 1.4 branch, so that's why it's going here too. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115738 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-12Merged revisions 115705 via svnmerge from qwell1-2/+2
https://origsvn.digium.com/svn/asterisk/trunk ........ r115705 | qwell | 2008-05-12 11:35:50 -0500 (Mon, 12 May 2008) | 1 line Correctly document state interface for AddQueueMember. Discovered while looking at issue #12626. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115706 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-12Use autotagged externalsrussell0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.6.0-beta9@115704 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-12Importing files for 1.6.0-beta9 releaserussell3-0/+40544
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.6.0-beta9@115703 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-12Merged revisions 115669 via svnmerge from bbryant1-1/+4
https://origsvn.digium.com/svn/asterisk/trunk ........ r115669 | bbryant | 2008-05-12 10:17:32 -0500 (Mon, 12 May 2008) | 3 lines A small change to fix iax2 native bridging. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115672 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-12Creating tag for the release of asterisk-1.6.0-beta9russell0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.6.0-beta9@115670 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-11Merged revisions 115600 via svnmerge from mattf4-6/+99
https://origsvn.digium.com/svn/asterisk/trunk ........ r115600 | mattf | 2008-05-10 22:23:05 -0500 (Sat, 10 May 2008) | 1 line Add Zap MTP2 support to chan_zap ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115601 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-11Merged revisions 115598 via svnmerge from mattf1-0/+3
https://origsvn.digium.com/svn/asterisk/trunk ........ r115598 | mattf | 2008-05-10 21:19:21 -0500 (Sat, 10 May 2008) | 1 line Open up audio channel when we get ACM on SS7 event ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115599 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-10Merged revisions 115596 via svnmerge from tilghman1-0/+3
https://origsvn.digium.com/svn/asterisk/trunk ........ r115596 | tilghman | 2008-05-10 09:19:41 -0500 (Sat, 10 May 2008) | 2 lines Ensure that "calldate" is acceptable for a column name. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115597 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-09Blocked revisions 115591 via svnmergemmichelson0-0/+0
........ r115591 | mmichelson | 2008-05-09 17:36:50 -0500 (Fri, 09 May 2008) | 3 lines Remove a debug line ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115592 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-09Blocked revisions 115588 via svnmergemmichelson0-0/+0
........ r115588 | mmichelson | 2008-05-09 16:22:42 -0500 (Fri, 09 May 2008) | 19 lines Adding support for "urgent" voicemail messages. Messages which are marked "urgent" are considered to be higher priority than other messages and so they will be played before any other messages in a user's mailbox. There are two ways to leave an urgent message. 1. send the 'U' option to VoiceMail(). 2. Set review=yes in voicemail.conf. This will give instructions for a caller to mark a message as urgent after the message has been recorded. I have tested that this works correctly with file and ODBC storage, and James Rothenberger (who wrote initial support for this feature) has tested its use with IMAP storage. (closes issue #11817) Reported by: jaroth Based on branch http://svn.digium.com/svn/asterisk/team/jrothenberger/asterisk-urgent Tested by: putnopvut, jaroth ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115589 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-09Blocked revisions 115586 via svnmergebbryant0-0/+0
........ r115586 | bbryant | 2008-05-09 15:05:50 -0500 (Fri, 09 May 2008) | 2 lines Update CHANGES file for previous commit of ENUM and TXCIDNAME changes. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115587 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-09Blocked revisions 115584 via svnmergebbryant0-0/+0
........ r115584 | bbryant | 2008-05-09 14:54:45 -0500 (Fri, 09 May 2008) | 15 lines The following patch adds new options and alters the default behavior of the ENUM* functions. The TXCIDNAME lookup function has also gotten a new paramater. The new options for ENUM* functions include 'u', 's', 'i', and 'd' which return the full uri, trigger isn specific rewriting, look for branches into an infrastructure enum tree, or do a direct dns lookup of a number respectively. The new paramater for TXCIDNAME adds a zone-suffix argument for looking up caller id's in DNS that aren't e164.arpa. This patch is based on the original code from otmar, modified by snuffy, and tested by jtodd, me, and others. (closes issue #8089) Reported by: otmar Patches: 20080508_bug8089-1.diff - original code by otmar (license 480), - revised by snuffy (license 35) Tested by: oej, otmar, jtodd, Corydon76, snuffy, alexnikolov, bbryant ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115585 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-09Blocked revisions 115582 via svnmergetilghman0-0/+0
........ r115582 | tilghman | 2008-05-09 12:28:06 -0500 (Fri, 09 May 2008) | 7 lines Allow a password change to be validated by an external script. (closes issue #12090) Reported by: jaroth Patches: vm-check-newpassword.diff.txt uploaded by mvanbaak (license 7) 20080509__bug12090.diff.txt uploaded by Corydon76 (license 14) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115583 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-09Merged revisions 115580 via svnmerge from file3-9/+221
https://origsvn.digium.com/svn/asterisk/trunk ................ r115580 | file | 2008-05-09 13:36:58 -0300 (Fri, 09 May 2008) | 10 lines Merged revisions 115579 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115579 | file | 2008-05-09 13:34:08 -0300 (Fri, 09 May 2008) | 2 lines Improve res_ninit and res_ndestroy autoconf logic on the Darwin platform. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115581 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-08Merged revisions 115569 via svnmerge from russell1-4/+1
https://origsvn.digium.com/svn/asterisk/trunk ................ r115569 | russell | 2008-05-08 14:20:35 -0500 (Thu, 08 May 2008) | 10 lines Merged revisions 115568 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115568 | russell | 2008-05-08 14:19:50 -0500 (Thu, 08 May 2008) | 2 lines Remove debug output. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115570 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-08Merged revisions 115566 via svnmerge from russell1-0/+18
https://origsvn.digium.com/svn/asterisk/trunk ................ r115566 | russell | 2008-05-08 14:17:04 -0500 (Thu, 08 May 2008) | 41 lines Merged revisions 115565 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r115565 | russell | 2008-05-08 14:15:25 -0500 (Thu, 08 May 2008) | 33 lines Merged revisions 115564 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r115564 | russell | 2008-05-08 14:14:04 -0500 (Thu, 08 May 2008) | 25 lines Fix a race condition that bbryant just found while doing some IAX2 testing. He was running Asterisk trunk running IAX2 calls through a few Asterisk boxes, however, the audio was extremely choppy. We looked at a packet trace and saw a storm of INVAL and VNAK frames being sent from one box to another. It turned out that what had happened was that one box tried to send a CONTROL frame before the 3 way handshake had completed. So, that frame did not include the destination call number, because it didn't have it yet. Part of our recent work for security issues included an additional check to ensure that frames that are supposed to include the destination call number have the correct one. This caused the frame to be rejected with an INVAL. The frame would get retransmitted for forever, rejected every time ... This race condition exists in all versions that got the security changes, in theory. However, it is really only likely that this would cause a problem in Asterisk trunk. There was a control frame being sent (SRCUPDATE) at the _very_ beginning of the call, which does not exist in 1.2 or 1.4. However, I am fixing all versions that could potentially be affected by the introduced race condition. These changes are what bbryant and I came up with to fix the issue. Instead of simply dropping control frames that get sent before the handshake is complete, the code attempts to wait a little while, since in most cases, the handshake will complete very quickly. If it doesn't complete after yielding for a little while, then the frame gets dropped. ........ ................ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115567 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-08Merged revisions 115562 via svnmerge from russell1-2/+0
https://origsvn.digium.com/svn/asterisk/trunk ................ r115562 | russell | 2008-05-08 11:14:08 -0500 (Thu, 08 May 2008) | 11 lines Merged revisions 115561 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115561 | russell | 2008-05-08 11:11:33 -0500 (Thu, 08 May 2008) | 3 lines Don't give up on attempting an outbound registration if we receive a 408 Timeout. (closes issue #12323) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115563 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-08Merged revisions 115558 via svnmerge from russell1-33/+0
https://origsvn.digium.com/svn/asterisk/trunk ................ r115558 | russell | 2008-05-08 10:38:27 -0500 (Thu, 08 May 2008) | 11 lines Merged revisions 115557 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115557 | russell | 2008-05-08 10:37:49 -0500 (Thu, 08 May 2008) | 3 lines remove postgres_cdr.sql, as the CDR schema is in realtime_pgsql.sql, as well (closes issue #9676) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115559 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-08Merged revisions 115555 via svnmerge from russell1-1/+2
https://origsvn.digium.com/svn/asterisk/trunk ................ r115555 | russell | 2008-05-08 10:32:48 -0500 (Thu, 08 May 2008) | 11 lines Merged revisions 115554 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115554 | russell | 2008-05-08 10:32:08 -0500 (Thu, 08 May 2008) | 3 lines Don't exit the script if Asterisk is not running. (closes issue #12611) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115556 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-08Merged revisions 115552 via svnmerge from russell1-6/+6
https://origsvn.digium.com/svn/asterisk/trunk ................ r115552 | russell | 2008-05-08 10:26:49 -0500 (Thu, 08 May 2008) | 12 lines Merged revisions 115551 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115551 | russell | 2008-05-08 10:24:54 -0500 (Thu, 08 May 2008) | 4 lines Don't use a channel before checking for channel allocation failure. (closes issue #12609) Reported by: edantie ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115553 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-08Merged revisions 115548 via svnmerge from mattf1-6/+2
https://origsvn.digium.com/svn/asterisk/trunk ........ r115548 | mattf | 2008-05-08 10:04:45 -0500 (Thu, 08 May 2008) | 1 line Remove unused code as well as demote an error message to a debug message ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115549 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-08Merged revisions 115546 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ................ r115546 | russell | 2008-05-08 09:41:12 -0500 (Thu, 08 May 2008) | 12 lines Merged revisions 115545 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115545 | russell | 2008-05-08 09:40:53 -0500 (Thu, 08 May 2008) | 4 lines Use the same method for executing Asterisk as the rest of the script. (closes issue #12611) Reported by: b_plessis ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115547 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Blocked revisions 115537 via svnmergerussell0-0/+0
........ r115537 | russell | 2008-05-07 16:11:33 -0500 (Wed, 07 May 2008) | 10 lines Fix up a problem that was introduced into the scheduler when it was converted to use doubly linked lists. The schedule() function had an optimization that had it try to guess which direction would be better for the traversal to insert the task into the scheduler queue. However, if the code chose the path where it traversed the queue in reverse, and the result was that the task should be at the head of the queue, then the code would actually put it at the tail, instead. (Problem found by bbryant, debugged and fixed by bbryant and me) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115538 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Blocked revisions 115535 via svnmergetilghman0-0/+0
........ r115535 | tilghman | 2008-05-07 15:22:09 -0500 (Wed, 07 May 2008) | 2 lines Advance to next sounds release ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115536 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Blocked revisions 115525 via svnmergetilghman0-0/+0
........ r115525 | tilghman | 2008-05-07 13:40:21 -0500 (Wed, 07 May 2008) | 2 lines Don't free the object on destroy, as astobj2 takes care of that for you ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115526 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Merged revisions 115523 via svnmerge from russell1-5/+8
https://origsvn.digium.com/svn/asterisk/trunk ........ r115523 | russell | 2008-05-07 13:33:50 -0500 (Wed, 07 May 2008) | 6 lines Only save a password if a username exists. (closes issue #12600) Reported By: suretec Patch by me ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115524 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Merged revisions 115521 via svnmerge from russell1-2/+3
https://origsvn.digium.com/svn/asterisk/trunk ........ r115521 | russell | 2008-05-07 13:30:12 -0500 (Wed, 07 May 2008) | 7 lines Use the default that the log output claims will be used for the basedn (closes issue #12599) Reported by: suretec Patches: 12599.patch uploaded by juggie (license 24) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115522 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Merged revisions 115519 via svnmerge from russell1-2/+2
https://origsvn.digium.com/svn/asterisk/trunk ........ r115519 | russell | 2008-05-07 13:24:51 -0500 (Wed, 07 May 2008) | 2 lines Let chan_h323 build in dev mode ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115520 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Blocked revisions 115515 via svnmergerussell0-0/+0
........ r115515 | russell | 2008-05-07 12:38:36 -0500 (Wed, 07 May 2008) | 2 lines re-add dlinkedlists.h to trunk, oops! ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115516 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Merged revisions 115513 via svnmerge from russell2-977/+0
https://origsvn.digium.com/svn/asterisk/trunk ................ r115513 | russell | 2008-05-07 12:28:19 -0500 (Wed, 07 May 2008) | 19 lines Merged revisions 115512 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r115512 | russell | 2008-05-07 11:24:09 -0500 (Wed, 07 May 2008) | 11 lines Merged revisions 115511 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r115511 | russell | 2008-05-07 11:22:49 -0500 (Wed, 07 May 2008) | 3 lines Remove remnants of dlinkedlists. I didn't actually use them in the final version of my IAX2 improvements. ........ ................ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115514 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Merged revisions 115509 via svnmerge from tilghman2-26/+38
https://origsvn.digium.com/svn/asterisk/trunk ........ r115509 | tilghman | 2008-05-07 08:49:15 -0500 (Wed, 07 May 2008) | 2 lines Update typos in description fields (closes issue #12598) Reported by: suretec Patches: asterisk_schema_changes.patch uploaded by suretec (license 70) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115510 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Blocked revisions 115507 via svnmergefile0-0/+0
........ r115507 | file | 2008-05-07 10:41:25 -0300 (Wed, 07 May 2008) | 4 lines Remove redundant header getting. (closes issue #12597) Reported by: hooi ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115508 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-06Blocked revisions 115473 via svnmergemmichelson0-0/+0
........ r115473 | mmichelson | 2008-05-06 15:15:02 -0500 (Tue, 06 May 2008) | 3 lines Get refcounter to build with LOW_MEMORY defined ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115474 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-06Merged revisions 115423 via svnmerge from qwell1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ................ r115423 | qwell | 2008-05-06 14:55:45 -0500 (Tue, 06 May 2008) | 23 lines Merged revisions 115422 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r115422 | qwell | 2008-05-06 14:55:29 -0500 (Tue, 06 May 2008) | 15 lines Merged revisions 115421 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r115421 | qwell | 2008-05-06 14:54:57 -0500 (Tue, 06 May 2008) | 7 lines read requires an argument on some non-bash shells (closes issue #12593) Reported by: bkruse Patches: getilbc.sh_12593_v1.diff uploaded by bkruse (license 132) ........ ................ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115424 f38db490-d61c-443f-a65b-d21fe96a405b