aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-01-14Don't read into a buffer without first checking if a value is beyond the end.tilghman1-5/+3
2009-01-13Revert unnecessary indications API change from rev 122314russell3-41/+41
2009-01-07Fix the last couple of places where free() was improperly used directly.russell1-7/+8
2009-01-07Don't fclose() the file early, the filestream destructor will handle it.russell1-1/+0
2009-01-07Only try to close the file if one was actually openedrussell1-1/+2
2009-01-07Don't use free() directly. This caused a crash since ast_filestream is now a...russell1-1/+1
2009-01-07Treat an empty string the same way as a NULL country argument.russell1-7/+4
2009-01-06Use the correct variable when creating the format stringmmichelson1-1/+1
2008-12-23Compile, even if both DAHDI and Zaptel are not installed.tilghman1-0/+2
2008-12-23Fix a crash resulting from a datastore with inheritance but no duplicate call...mmichelson1-1/+1
2008-12-23Use the integer form of condition for integer comparisons.tilghman1-1/+4
2008-12-22Fix up timeout handling in ast_carefulwrite().russell1-1/+18
2008-12-19Backport of AUDIOHOOK_INHERIT for Asterisk 1.4mmichelson2-2/+57
2008-12-19(closes issue #13480)jpeeler2-42/+18
2008-12-18Make ast_carefulwrite() be more careful.russell1-13/+38
2008-12-18Only care about a compatible codec for early bridging if we are actually brid...file1-3/+2
2008-12-16Fix an issue where DEBUG_THREADS may erroneously report that a thread russell1-0/+6
2008-12-16Add "restart gracefully" to the AMI blacklist of CLI commands. russell1-0/+1
2008-12-16Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS.russell1-11/+27
2008-12-16I added a sentence to clarify why - and ' ' are ignored in patternsmurf1-1/+2
2008-12-15Handle a case where a call can be bridged to a channel that is still ringing.russell1-50/+119
2008-12-12Simple fix for Ctrl-C not immediately exiting Asterisk, but also add atilghman2-0/+5
2008-12-12Resolve issues that could cause DTMF to be processed out of order.russell2-43/+99
2008-12-11When a Ctrl-C or Ctrl-D ends a remote console, on certain shells, the terminaltilghman1-0/+21
2008-12-10Increment the sequence number on the end packets for RFC2833. After reading t...file1-3/+3
2008-12-09Remove the test_for_thread_safety() function completely.russell2-66/+0
2008-12-09If we fail to start a thread for the pbx to run in, we need tommichelson1-0/+1
2008-12-09Make sure that the timestamp for DTMF is not the same as the previous voice f...file1-2/+6
2008-12-09Take video into account when early bridging RTP.file1-4/+4
2008-12-09Fix a problem with GROUP() settings on a masquerade.russell1-2/+7
2008-12-05Merged revisions 161421 via svnmerge from seanbright1-1/+1
2008-12-05Fix a NULL format string warning found by buildbot.russell1-1/+1
2008-12-04(closes issue #13835)jpeeler1-1/+3
2008-12-04Fix a callerid parsing issue. If someone formatted callerid like themmichelson1-1/+9
2008-12-02Ensure that Asterisk builds with --enable-dev-mode, even on the latest gcctilghman2-3/+11
2008-12-01Get rid of the useless format string and argument in the Bogus/ manager chann...mvanbaak1-1/+1
2008-12-01make manager compile on OpenBSD.mvanbaak1-1/+1
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming6-6/+6
2008-11-25(closes issue #12694)murf1-0/+3
2008-11-25Add ao2_trylock() to go along with ao2_lock() and ao2_unlock()russell1-0/+27
2008-11-21The passed extension may not be the same in the list as the current entry,tilghman1-1/+1
2008-11-21When compiling with DEBUG_THREADS, report the real file/func/line for ao2_loc...russell1-0/+16
2008-11-20There was an issue when attempting to reference an embeddedmmichelson2-41/+82
2008-11-19the gcc optimizer frequently finds broken code (use of uninitalized variables...kpfleming2-2/+2
2008-11-13Provide more space for all the data which can appear in an originatingtilghman1-1/+2
2008-11-12It turns out that the 0x0XX00 codes being returned formurf1-3/+3
2008-11-12Move the sanity check that makes sure "always fork" is not set along with the russell1-6/+8
2008-11-05This fix was prompted by communication from user, who was seeing thousands of...murf1-1/+2
2008-11-03Remove the potential for a division by zero error.tilghman1-1/+1
2008-11-03somehow missed a bunch of gcc 4.3.x warnings in this branch on the first passkpfleming3-21/+34