aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell9-36/+36
2007-09-20When daemonizing, don't change working directory to "/". It makes it not berussell1-1/+1
2007-09-19Fix up another potential race condition. Do the loop decrementing use countrussell1-2/+1
2007-09-18Corrected patch applied in revision r82887. dbailey1-10/+7
2007-09-18Fixed a bug where http manager sessions prevented the eventq from being clean...dbailey1-10/+16
2007-09-18Fix a memory leak that can occur on systems under higher load. The issue isrussell1-7/+5
2007-09-17Put a memset in ast_localtime() instead of a couple places in app_voicemailrussell1-0/+1
2007-09-17(closes issue #10734)file1-1/+1
2007-09-14closes issue #10668; thanks to arkadia for his patch; had to leave out the bi...murf1-26/+32
2007-09-13resolve a warning when not building under dev moderussell1-1/+1
2007-09-13Only compile in tracking astobj2 statistics if dev-mode is enabled. Also, whenrussell2-5/+35
2007-09-12Oops, wrong location for FreeBSD zone filestilghman1-4/+0
2007-09-12Working on issue #10531 exposed a rather nasty 64-bit issue on ast_mktime, so wetilghman3-717/+988
2007-09-12Clean up the output of "asterisk -h". This tweaks the wording and wraps linesrussell1-4/+6
2007-09-11this change should fix issue # 10659 -- what I worry about is how many other ...murf1-0/+2
2007-09-10backport astobj2 race condition fix. This function is the exact same as trunkrussell1-2/+4
2007-09-08Fix a small memory leak. ast_unregister_atexit() did not free the entry it r...russell1-8/+15
2007-09-05Fix an issue that can occur when you do an attended transfer to parking. Ifrussell2-32/+100
2007-09-05(closes issue #10650)file1-4/+2
2007-09-04Remove the typedefs on ao2_container and ao2_iterator. This is simply becauserussell1-15/+15
2007-09-04(closes issue #10476)file1-5/+11
2007-09-04(closes issue #10610)file1-1/+1
2007-09-01Making match_by_addr into ao2_match_by_addr and making it availablemmichelson1-2/+2
2007-08-30via issue 10599, where 'CDR already initialized' messages are being generated...murf1-2/+0
2007-08-30(closes issue #10603)file1-0/+3
2007-08-29If chan_h323 is not being built, don't use g++ to do the final link of Asterisk.russell1-0/+4
2007-08-27(closes issue #10562)file1-1/+1
2007-08-24Improve the debouncing logic in the DTMF detector to fix some reliabilityrussell1-19/+33
2007-08-24From a complaint by jmls, I realize that the message in cdr_disposition is un...murf1-9/+5
2007-08-24Make the deprecation warning inline with the code, instead of only in documen...tilghman1-1/+6
2007-08-23This is a hack to maintain old behavior of chan_iax2. This ensures that ifrussell1-2/+5
2007-08-22When converting this code to use the list macros, I changed it so objects arerussell1-1/+1
2007-08-22Merge changes from team/russell/iax_refcount.russell2-1/+686
2007-08-22(closes issue #10526)file1-1/+1
2007-08-21This patch solves problem 1 in 8126; it should not slow down the alaw codec, ...murf1-1/+1
2007-08-17Don't send a semicolon over the wire in sip notify messages.qwell1-0/+15
2007-08-15(closes issue #10440)file1-1/+1
2007-08-10From a user complaint on #asterisk, I have forced pbx_spool to explain what r...murf1-0/+23
2007-08-10Re bug behavior mentioned in #asterisk, made this tweak to code, to prevent h...murf1-0/+1
2007-08-10This will help debug; from a question asked on #asteriskmurf1-1/+1
2007-08-10Don't bother having the core pass through or emulate begin DTMF frames when i...file1-1/+15
2007-08-06Add additional DTMF log messages to help when debugging issues.file1-6/+16
2007-08-06Fix an issue with using UpdateConfig (manager action) where escaped semicolonsqwell1-3/+2
2007-08-06(closes issue #10355)file1-1/+1
2007-08-03Changed the behavior of sip's realtime_peer function to match the correspondi...mmichelson1-0/+8
2007-08-03Add some improvements to lock debugging. These changes take effectrussell2-7/+249
2007-08-02Merged revisions 77942 via svnmerge from murf1-2/+6
2007-08-01(closes issue #10351)file1-1/+1
2007-08-01Add some fixes for building on Solaris.file1-1/+1
2007-08-01Whoops, I meant R_5 not R5.file1-1/+1