aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-01-30Fix feature inheritance with builtin featurestwilson1-27/+0
2009-01-29Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, iftilghman1-2/+11
2009-01-28This patch fixes h-exten running misbehavior in manager-redirected murf2-2/+16
2009-01-27Prevent a crash from occurring when a jitter buffer interpolated frame ismmichelson1-0/+10
2009-01-23When a channel is answered make sure any indications currently playing stop. ...file1-0/+1
2009-01-23Fix broken call pickupmmichelson1-1/+1
2009-01-22Don't crash if RTCP is not enabled on an RTP structure but statistics are out...file1-6/+6
2009-01-22Do a string comparison instead of pointer comparison since some people specif...file1-1/+1
2009-01-21Read lock the contexts to maintain the locking order when we are notified tha...file1-0/+2
2009-01-21Adding revision 169794 to 1.4 since 1.4 is also affected by the issuemmichelson1-8/+0
2009-01-21Extra NULLs in the output cause some terminal types to abort in the middle oftilghman1-0/+1
2009-01-19Truncate userevents at the end of a line, when the command exceeds the buffer.tilghman1-2/+6
2009-01-16Fix the conjugation of Russian and Ukrainian languages.tilghman1-0/+109
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