aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-11-14Return the proper value when the srv_callback function executes properly.file1-1/+1
2007-11-13Debugging is running into the 16-lock limit. Increase to avoid.tilghman1-1/+1
2007-11-12Fix a typo pointed out by De_Mon on #asterisk-devqwell1-1/+1
2007-11-12If two config writes collide, file corruption could result. Use a mkstemp() ...tilghman1-9/+22
2007-11-12Fix two cases of memory corruption caused by background threads.tilghman1-0/+2
2007-11-08Properly say the seconds here..qwell1-1/+1
2007-11-08fix a glaring bug in the new SRV record handling that would cause incorrect w...kpfleming1-0/+1
2007-11-07Fixing a segfault in the manager "core show channels concise" command.mmichelson1-1/+1
2007-11-06Bug fixes to tdd support in zaptel. oej1-16/+24
2007-11-06closes issue #8786 - where the [catname](!) and [catname](othercat1,othercat2...murf1-7/+66
2007-11-05Reworked deadlock avoidance in __ast_read. Restored audio to mmichelson1-20/+9
2007-11-05After seeing crashes related to channel variables, I went looking around at therussell1-11/+37
2007-11-05Merge changes from asterisk/team/kpfleming/SRV-priority-handlingrussell1-41/+146
2007-11-05Merge the last bit of changes from asterisk/team/russell/readq-1.4russell1-24/+27
2007-11-05Fix up datastore handling in ast_do_masquerade(). The code is intended to moverussell1-2/+1
2007-11-04Rename ast_string_field_free_pool to ast_string_field_free_memory,rizzo1-2/+2
2007-11-02We need to make sure to specify a language to ast_fileexists, otherwise it ma...qwell1-3/+3
2007-10-30Fix build of editline on Solaris.qwell1-2/+1
2007-10-29clean up (and ignore) assembler and preprocessor intermediate files if any ar...kpfleming2-1/+2
2007-10-29Add some more details to the output of "core show locks". When a threadrussell1-0/+15
2007-10-29Remove a lock that doesn't make any sense. The regions lock needs to be heldrussell1-3/+2
2007-10-29Fix issue with ast_unescape_semicolon going into an endless loop.file1-0/+2
2007-10-25appending one list to another should leave the first list empty, and not requ...kpfleming1-1/+0
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