aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-10-23this update to Makefile corrects how ast_expr2f.c should be generatedmurf1-0/+2
2007-10-23This should get rid of a really, really irritating warning generated by some ...murf1-153/+138
2007-10-22Minor FreeBSD build fixtilghman1-1/+1
2007-10-22Don't leak a frame in the case that an END frame is received and the time sincerussell1-0/+1
2007-10-22Move log message to before the frame it references is freed.file1-1/+1
2007-10-22Fixes for building under OpenSolaris.file1-6/+6
2007-10-19When returning a DTMF digit from ast_control_streamfile cast it as a char so ...file1-0/+4
2007-10-18The channel needs to stay locked while running timer callbacks, as they accessrussell1-6/+2
2007-10-18Revert a change that I made for issue #10979 which, as has been pointed out torussell1-3/+0
2007-10-17When runuser/rungroup is specified, a remote console could only be attained b...tilghman1-10/+12
2007-10-16Also set up gmtoff (this is used in the %z gnu extension to strftime)tilghman1-0/+1
2007-10-16Fix memory allocation issue in threadstorage.file1-1/+1
2007-10-15Add a small fix for the tw version of saying dates.russell1-6/+2
2007-10-15Be pedantic about handling memory allocation failure.russell1-1/+14
2007-10-15The loop in the handler for the "core show locks" could potentially block forrussell1-7/+16
2007-10-15Bring both DTMF begin and end frames up through to the core for DTMF feature ...file1-4/+4
2007-10-15If Monitor or a spy was added to a P2P or native bridged channel bring the ch...file1-2/+4
2007-10-15Suppress a LOG_DEBUG message if debug is not enabled.russell1-2/+3
2007-10-15Make sure remote consoles unmute themselves again after reconnecting.russell1-0/+4
2007-10-15Make sure that the base64 decoder returns a terminated string.russell1-0/+3
2007-10-13Fix an issue with console verbosity when running asterisk -rx to execute a co...russell2-12/+19
2007-10-13Properly handle the case where read() may return the text for more than onerussell2-1/+18
2007-10-11A dollar sign by itself, not indicating a start of a variable or expression p...tilghman1-2/+3
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