aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.16@212958 f38db490-d6...v1.4.16kpfleming8-20/+19
2007-12-18add release noterussell1-0/+4
2007-12-18use autotagged externalsrussell0-0/+0
2007-12-18importing files for 1.4.16 releaserussell3-0/+14300
2007-12-18Creating tag for the release of asterisk-1.4.16russell0-0/+0
2007-12-18Blocked revisions 93675 via svnmergetilghman0-0/+0
2007-12-18Merged revisions 93667 via svnmerge from tilghman2-9/+93
2007-12-18Rework deadlock avoidance used in ast_write, since it meant that agent channe...mmichelson1-15/+14
2007-12-17Missed a spot..qwell1-1/+1
2007-12-17What was I thinking when I wrote this masterpiece?qwell1-7/+9
2007-12-17Do not try to access information about a lock when printing out a trylock att...file1-1/+1
2007-12-17Today is tomorrow's yesterday, and yesterday's tomorrow is today, andtilghman1-2/+2
2007-12-17We need to create the directory for a voicemail user even if they are using I...mmichelson1-2/+0
2007-12-17If a call is received with a called number IE containing nothing go to the 's...file1-1/+6
2007-12-17fix some copy-and-paste leftoverskpfleming7-14/+14
2007-12-17Issue 11574: Add dependencies on res_monitor and res_features. oej5-0/+13
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming17-6119/+2420
2007-12-14There are a lot of existing systems that #include non-existent files. So, torussell1-2/+11
2007-12-14Up the length of the format on the SIP channel since it can now be rather long.file1-2/+2
2007-12-14fixed the sequencing of WAITING_4DIGS state setting and overlap_task thread s...crichter1-1/+1
2007-12-14Change help documentation to match actual behavior (FAILURE vs FAILED).tilghman1-1/+1
2007-12-14When compiling with DETECT_DEADLOCKS, don't spam the CLI with messagesmmichelson1-4/+5
2007-12-13Properly initialize polarity statuses, so that they are detected properly.tilghman1-8/+20
2007-12-13Make application help text a little more clear about the use of extensions in...qwell1-7/+7
2007-12-13Prevent another potential fd leakmmichelson1-0/+1
2007-12-13Prevent a possible fd leak. mmichelson1-2/+2
2007-12-13If a typo is found in a config file, we previous continued on with what was a...qwell4-104/+116
2007-12-12emit a warning message when we drop a G.729B CNG frame destined for the trans...kpfleming1-0/+5
2007-12-12Don't increment user count until after name has been recorded (if enabled).qwell1-21/+29
2007-12-12resolve compiler warningrussell1-1/+1
2007-12-12Correctly detect where a dynamic feature was activated. Before this patch,mmichelson1-4/+7
2007-12-12Test directly for the API that fixed AST-2007-026, to ensure that oldertilghman3-1747/+5958
2007-12-12Removing an unused variable.mmichelson1-7/+0
2007-12-11Fix potential memory leak with the dialed interfaces list if another memory a...file1-0/+1
2007-12-11Fixing autofill to be more accurate. Specifically, if calls ahead of the currentmmichelson1-1/+4
2007-12-10Add G729A as another possible payload name for G729. Some devices use this in...file1-0/+1
2007-12-10If there are no members in a queue, then the loop where the datastore for det...mmichelson1-2/+4
2007-12-10It is possible for nativeformats to contain more then one codec, so print out...file1-2/+3
2007-12-10Avoid reinvite race situations with two Asterisks tryingoej1-5/+36
2007-12-07We need to make sure we free the input frame if we return a different frame i...qwell1-0/+2
2007-12-07even though Asterisk explicitly requests that endpoints using G.729 do *not* ...kpfleming1-0/+9
2007-12-07Make the lock protecting each thread's list of locks it currently holdsrussell1-1/+6
2007-12-07Fix another bug in the DEBUG_THREADS code. The ast_mutex_init() function hadrussell1-1/+1
2007-12-07I love fixing lock related errors in the lock debugging code. That's about asrussell1-1/+1
2007-12-07* Add channel locking around datastore operations that expect the channelrussell1-26/+43
2007-12-07* Add channel locking around datastore operations that expect the channelrussell1-17/+39
2007-12-07* Add a bit more of a verbose comment as to why a hangup frame needs to berussell1-16/+30
2007-12-07Hangups that happen during autoservice were not processed appropriately. This ismmichelson1-1/+4
2007-12-07Don't unlock the dialed_interfaces list until we're done messing with the ite...russell1-1/+1
2007-12-07Allow dialing local channels from Queue() and Dial() again. There was a slightrussell2-4/+3