aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming9-233/+1151
2008-10-30instead of comparing the string pointer to 0, let's compare the value that wa...kpfleming1-2/+2
2008-10-25Move AMI initialization to occur after loading modules. This prevents arussell1-5/+9
2008-10-19 As per kpfleming's comments to the prior commit, I'm reverting some of the c...bweschke1-8/+1
2008-10-19 Fix the 1.4 branch compile again broken with r150557 when using with Zaptel ...bweschke1-2/+9
2008-10-18 Using the GetVar handler in AMI is potentially dangerous (insta-crash [tm]) ...bweschke1-2/+9
2008-10-17Correctly allow chan_dahdi to compile against older versions of Zaptel.qwell2-2/+2
2008-10-16Reverting changes from commits 150298 and 150301 sincemmichelson1-4/+1
2008-10-16And don't forget to return on the error conditionmmichelson1-0/+1
2008-10-16Don't try to call a dialplan function's read callback frommmichelson1-1/+3
2008-10-14Add a tolerance period for sync-triggered audiohooksmmichelson1-1/+8
2008-10-14it would be nice if this message printing code had actually been tested befor...kpfleming1-1/+2
2008-09-30channels/chan_misdn.crmudgett1-10/+10
2008-09-27fix some minor issues with rev 144924kpfleming1-2/+2
2008-09-27improve header inclusion process in a few small ways:kpfleming5-5/+6
2008-09-26This patch was applied to 1.4 but it completelymmichelson1-2/+0