aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.6@212958 ↵v1.4.6kpfleming8-20/+19
f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-29use autotagged externalsrussell0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.6@72637 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-29importing files for 1.4.6 releaserussell3-0/+8979
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.6@72636 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-29Creating tag for the release of asterisk-1.4.6russell0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.6@72635 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-29Blocked revisions 72629 via svnmergerussell0-0/+0
........ 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. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72630 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-29Minor change for older GCC versions.file1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72599 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-29Backport fix for GCC versions without support for declaration-after-statement.file4-10/+33
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72597 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-29Issue 10055 - Change memory allocation to use the heap for a command, since ↵tilghman1-8/+17
the output has the potential to overflow the stack (as it did here) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72556 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-29Fix 1.4 breakagetilghman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72554 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-28regenerate the configure script for rizzorussell2-3/+102
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72493 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-28add a check for gethostbyname_r so we canrizzo1-2/+5
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 ? git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72489 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-28Add -Wdeclaration-after-statement to AST_DEVMODE flags to catchrizzo3-4/+6
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. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72462 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-28cast a time_t so that it does not conflict with the print format.rizzo1-1/+1
This change was already done on trunk so this change needs to be blocked from merging. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72453 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Merged revisions 72373 via svnmerge from bbryant1-0/+7
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. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72383 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Merged revisions 72378 via svnmerge from file1-2/+2
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) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72381 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Merged revisions 72333 via svnmerge from bbryant1-7/+0
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72335 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Make payload IDs for iLBC/Speex match to our list. Since these are dynamic ↵file1-2/+2
payloads the other side shouldn't care. (issue #9426 reported by irroot) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72331 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Merged revisions 72327 via svnmerge from file1-0/+2
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) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72328 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Merged revisions 72267 via svnmerge from russell1-0/+2
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) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72272 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Merged revisions 72259 via svnmerge from bbryant1-0/+8
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72260 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Merged revisions 72256 via svnmerge from file1-1/+6
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. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72257 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27use the proper type for storing group number bits so that if someone ↵kpfleming1-1/+1
specifies 'group=42' it will actually work instead of being silently ignored git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72205 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Blocked revisions 72184 via svnmergeqwell0-0/+0
........ 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) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72185 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Fix another problem in voicemail with missing symbols.qwell1-4/+4
Issue 10074, patch by kryptolus, extended to include #if 0'd blocks (just in case) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72182 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Make the ast_read_noaudio API call behave better under circumstances where ↵file1-29/+38
DTMF emulation was happening and a generator was setup. (issue #10065 reported by stevefeinstein) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72148 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Don't modify a variable that we don't want modified. Make a copy of it instead.qwell1-7/+6
Issue 10029, patch by phsultan with slight modifications by me (to remove needless casts). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72125 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Only output debug information related to RTCP timestamps when RTCP debugrussell1-1/+1
is turned on (issue #10066, patch by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72112 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Merged revisions 72040-72041 via svnmerge from crichter1-45/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r72040 | crichter | 2007-06-27 09:49:27 +0200 (Mi, 27 Jun 2007) | 1 line for inbound TE calls, we setup the bchannel when we get the CONNECT_ACKNOWLEDGE, to make sure mISDN has everything ready. removed some #if 0 areas which weren't used anymore. ........ r72041 | crichter | 2007-06-27 09:54:30 +0200 (Mi, 27 Jun 2007) | 1 line isdn_lib.c didn't compile ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72042 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Make unloading of pbx_dundi actually work.file1-2/+15
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72006 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-26Removing a pointless line. This variable was already set earlier and between ↵mmichelson1-1/+0
then and this line, there is no way that the values on the right side of the assignment could have changed. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71953 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-26Don't dereference a pointer that may be NULL here.qwell1-0/+3
Issue 10017. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71915 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-26A few changes, the ultimate goal of which is to keep better track of the ↵mmichelson1-23/+26
number of messages that a mailbox currently has. A description of the changes: 1. Changed the "updated" field of the vm_state struct to act more as a binary semaphore than a counting semaphore, since its current implementation made the inboxcount function not work properly. This change falls in line with a change made by UPenn with their IMAP setup and helps to sync our changes with theirs. 2. Eliminated some redundant calls to get_vm_state_by_mailbox inside leave_voicemail 3. Use the play_folder variable to keep track of the number of old and new messages in a mailbox as the messages are deleted 4. Added an increment to the number of new messages that was not there previously in the leave_voicemail function git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71877 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-26Blocked revisions 71847 via svnmergeqwell0-0/+0
........ r71847 | qwell | 2007-06-26 12:49:14 -0500 (Tue, 26 Jun 2007) | 4 lines Don't try to install an init script that doesn't exist. Reported to me on #asterisk on Freenode IRC. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71848 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-26Fixing bug where the authuser was mistakenly pulled from the mailbox string ↵mmichelson1-2/+2
instead of the IMAP user. (closes issue 10054, reported and patched by jaroth) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71796 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-26Merged revisions 71750 via svnmerge from tilghman1-0/+5
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r71750 | tilghman | 2007-06-26 07:25:58 -0500 (Tue, 26 Jun 2007) | 2 lines Issue 10062 - Trying to move a message without selecting one first results in memory corruption ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71751 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-25Merged revisions 71656 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r71656 | tilghman | 2007-06-25 13:12:37 -0500 (Mon, 25 Jun 2007) | 2 lines Issue 10035 - handle_exec returns a result inconsistent with all of the other AGI commands ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71657 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-25Build a peer as well when hash323 is enabled in users.conf (issue #9599 ↵file1-0/+5
reported by asagage) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71576 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-25Minor tweak for queueing up the unhold frame... this will teach me to do ↵file1-1/+2
bugs while half asleep. (issue #10046 reported by dimas) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71522 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-25Fix a typo in the Asterisk mib. (issue #10048, Matti)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71519 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-25Merged revisions 71414 via svnmerge from file1-1/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r71414 | file | 2007-06-24 21:02:49 -0400 (Sun, 24 Jun 2007) | 2 lines Ignore other URIs after the first in a 300 Multiple Choice response. (issue #10041 reported by homesick) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71430 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-25Fix it so 1.4 actually compiles on my box.file1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71422 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-25Check to make sure the channel pointer is present before queueing up an ↵file1-1/+1
unhold frame on it. (issue #10046 reported by dimas) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71412 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-24Include the menuselect-tree file in tarballs to make builds from tarballs arussell1-0/+2
little bit faster git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71371 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-24Merged revisions 71358 via svnmerge from russell1-10/+5
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r71358 | russell | 2007-06-24 15:04:21 -0500 (Sun, 24 Jun 2007) | 2 lines Revert the patch from issue 9654 due to an unexpected side effect ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71362 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-24Issue 10044 - chan->cdr is NULL here, so peer->cdr is what we really wanted ↵tilghman1-2/+2
to use git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71291 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-24Merged revisions 71288 via svnmerge from tilghman2-11/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r71288 | tilghman | 2007-06-24 12:32:21 -0500 (Sun, 24 Jun 2007) | 2 lines Issue 10043 - There is a legitimate need to be able to set variables to the empty string. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71289 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-23This patch is meant to fix 8433; where clid and src are lost via bridging.murf2-11/+78
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71230 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-22Merged revisions 70341 via svnmerge from crichter3-13/+30
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r70341 | crichter | 2007-06-20 17:29:09 +0200 (Mi, 20 Jun 2007) | 1 line fixed a bug that was introduced by copy and paste in the last commit ..bchannels weren't cleaned properly. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71214 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-22Blocked revisions 71124 via svnmergefile0-0/+0
........ r71124 | file | 2007-06-22 12:02:40 -0400 (Fri, 22 Jun 2007) | 2 lines Send an unhold indication when going off hold. (issue #10036 reported by speedy) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71128 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-22Merged revisions 70672 via svnmerge from crichter2-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r70672 | crichter | 2007-06-21 15:11:29 +0200 (Do, 21 Jun 2007) | 1 line we activate the bchannels in TE mode on incoming calls only when we want to connect the call. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@71123 f38db490-d61c-443f-a65b-d21fe96a405b