aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-03-18Put a maximum limit on the number of payloads accepted, and also make sure a ...russell1-0/+3
2008-01-31Fix a couple of places where ast_frfree() was not called on a frame that camerussell2-0/+3
2008-01-31closes issue #11845; that's the one where there's a 1004 byte cdr leak with e...murf1-1/+2
2008-01-30Fix an issue where if a frame of higher sample size preceeded a frame of lowe...file1-2/+2
2008-01-29Fix the last couple of issues related to building from a path that contains s...russell1-2/+2
2008-01-28WaitExten didn't handle AbsoluteTimeout properly (went to 't' instead of 'T')tilghman1-1/+5
2008-01-28Make some deadlock related fixes. These bugs were discovered and reportedrussell1-2/+13
2008-01-27When deleting a task from the scheduler, ignoring the return value couldtilghman4-32/+13
2008-01-24Update main Asterisk copyright info to 2008russell1-5/+5
2008-01-24Fix compilation on Solaris.qwell1-3/+6
2008-01-23Just confirmed that all current platforms need this header filetilghman1-4/+1
2008-01-22Fix the defines for OS X (and Solaris, too)tilghman1-13/+13
2008-01-22Ensure that we can get an address even when we don't have a default route.tilghman1-2/+157
2008-01-19Fix a couple of memory leaks with frame handling. Specifically,russell1-1/+10
2008-01-18Revert adding the packed attribute, as it really doesn't make sense why thatrussell1-3/+3
2008-01-17missed that one while revertingpari1-1/+1
2008-01-17reverting 99001 - We need the Max-Age for extending the life of cookie manse...pari1-6/+2
2008-01-17Have IAX2 optimize the codec translation path just like chan_sip does it. Ifrussell1-1/+37
2008-01-17we should only send the Set-Cookie header to the browser on the first respons...kpfleming1-2/+6
2008-01-16Replace current spy architecture with backport of audiohooks. This should tak...file4-575/+687
2008-01-16Introduce a lock into the dialing API that protects it when destroying the st...file1-0/+15
2008-01-16Add two more SDP names for ulaw and alaw.file1-0/+2
2008-01-15Commit a fix for some memory access errors pointed out by the valgrind2.txtrussell4-11/+45
2008-01-14Revert a change that introduces an unacceptable performance hit and is causingrussell1-4/+2
2008-01-11Comment explaining how to force browser to always read some html files from s...pari1-0/+5
2008-01-11If the incoming RTP stream changes codec force the bridge to break if the oth...file1-0/+10
2008-01-11Properly report the hangup cause as no answer when someone does not answermmichelson1-0/+4
2008-01-11Backport the ability to set the ToS bits on Linux when not running as root.russell2-5/+29
2008-01-11Fix samples vs. length calculations for g722russell1-1/+2
2008-01-11Simplify this code with a suggestion from Luigi on the asterisk-dev list.russell1-19/+6
2008-01-10Fix various timing calculations that made assumptions that the audio beingrussell1-5/+34
2008-01-101) When we get a translated frame out, clone it, because if thetilghman1-1/+4
2008-01-10This is a fix for 2 things: a problem Terry was having in OSX with null point...murf3-1024/+214
2008-01-09Correctly display a message if a command could not be found.qwell1-5/+4
2008-01-09Fix some locking and return value funkiness. We really shouldn't be unlockin...qwell1-5/+10
2008-01-09Allow filename completion on zero-length modules, remove a memory leak, removetilghman2-49/+51
2008-01-08Increase constants to where we're less likely to hit them while debugging.tilghman2-2/+2
2008-01-08Apply multiple crash fixes, found in issue #11386, but not completelytilghman1-3/+3
2008-01-05Don't pass an empty string as the device name.russell1-1/+1
2008-01-04Fix the problem of notification of a device state change to a device with a '-'tilghman1-7/+15
2007-12-31Avoiding a potentially bad locking situation. ast_merge_contexts_and_delete w...mmichelson1-1/+2
2007-12-27Don't report a syntax error when an empty string is passed to ast_get_group.russell1-0/+3
2007-12-27Fixing a typo in a comment.mmichelson1-1/+1
2007-12-27Now that the contexts lock is a read/write lock, it should not be locked hererussell1-2/+0
2007-12-27Use the constant that I really meant to use here ...russell1-3/+3
2007-12-27Change ast_translator_best_choice() to only pay attention to audio formats.russell1-4/+4
2007-12-27make this comment explain the situation in an even more explicit fashionkpfleming1-5/+11
2007-12-26Workaround for what is probably a glibc bug (but we'll see this crop up againtilghman1-0/+8
2007-12-26Just in case the AST_FLAG_END_DTMF_ONLY flag was already set before startingrussell1-25/+39
2007-12-26When a channel is in autoservice, mark a flag on the channel that says thatrussell1-0/+2