aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-10-10The thread ID should be unsigned.mmichelson1-1/+1
2007-10-09This commit fixes the following issues:tilghman2-5/+47
2007-10-08Only update codec information if the channel has a technology private structure.file1-2/+2
2007-10-08Update codec information as well as address when doing hold reinvites.file1-0/+5
2007-10-08Don't keep trying to native bridge if either of the channels are involved in ...file1-1/+2
2007-10-05Log exactly why we can't open the database, if we fail (closes issue #10887)tilghman1-1/+1
2007-10-05Update the remembered RTP peer information when putting an endpoint on hold o...file1-0/+5
2007-10-05Fix a copy/paste error in the description of UpdateConfig that was pointedrussell1-2/+2
2007-10-03When an RFC 2833 event is sent that we don't recognize, ignore it, don't queu...tilghman1-0/+4
2007-10-01moved get_base_channel() code from action_redirect to ast_channel_masquerade(...dhubbard2-18/+6
2007-10-01Fulfull a feature request from Qwell on the "core show locks" output. It willrussell1-4/+22
2007-09-28Correct pronunciations of numbers for .nl (Closes issue #10837)tilghman1-6/+20
2007-09-28Avoid a deadlock with ALL of the locks in the masquerade function, not just thetilghman1-5/+17
2007-09-27if an Agent is redirected, the base channel should actually be redirected. T...dhubbard1-1/+17
2007-09-25jmls pointed out that unsetting the group and setting the group to the blank ...tilghman1-2/+4
2007-09-24Making change to group splitting, as discussed on the -dev list. The maintilghman1-1/+1
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