aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-04-15Do proper bounds checking in formats (bug #1356)markster6-6/+12
2004-04-15Fix for uclibcmarkster1-3/+12
2004-04-15Fix name properlymarkster1-1/+4
2004-04-14Store modules in the order they're loaded to make reload work properlymarkster1-2/+15
2004-04-14Clean up timestamps on IAX2markster1-7/+31
2004-04-13Lets see if this way works to remove all capabilities from the listjeremy1-1/+2
2004-04-13back out lame attemptjeremy1-1/+1
2004-04-13print out capability set, if h323debug is turned onjeremy1-0/+3
2004-04-13make sure capability set is clean before setting new value(s)jeremy1-0/+2
2004-04-13Use fputs where it makes sense instead of fprintfmarkster1-2/+2
2004-04-13Don't allow the format to be doubly handledmarkster1-1/+1
2004-04-12Lock on indication toomarkster1-1/+4
2004-04-12Revert locking changes which break static locks (even on linux since it's par...markster1-11/+11
2004-04-12Change mutex defines so it should work on OS that don't have the _NP mutex ty...citats1-11/+11
2004-04-12Fix implementation of waitfordigit_fullmarkster1-15/+38
2004-04-12Fix cut properly (bug #1138)markster1-6/+4
2004-04-11Revert earlier jcdutton ALSA improvements which are not disclaimedmarkster1-312/+329
2004-04-10Don't hang up if the file is missing (not a bug, but fix anyway) (#1380)markster1-3/+8
2004-04-10Don't check PRI settings unless there is PRImarkster1-0/+2
2004-04-10Allow zapscan to select a specific channel (bug 1371)citats1-25/+71
2004-04-09Hopefully last fix to remote cli completioncitats1-0/+1
2004-04-09Don't take digits in-band when in overlap dial modemarkster1-0/+5
2004-04-09Fix sounds.txt to have extensions for recently included sound filescitats1-2/+2
2004-04-08Add sound files for dynamic conf stuff (bug 1026)citats2-0/+0
2004-04-08Add ability to do PINs with dynamic conf (bug 1026)citats1-9/+123
2004-04-08Add new sounds text for conf mod (bug 1026)citats1-0/+4
2004-04-08Hopefully the last round of removing needlock stuffcitats2-8/+4
2004-04-08Remove more needlock stuffcitats4-5/+5
2004-04-08Free some cli memorycitats1-0/+1
2004-04-08Turn off MOH later rather than sooner.markster1-2/+2
2004-04-08 updated to work with change by markster: Get rid of all that old needlock ga...bkramer1-6/+6
2004-04-07Fix SendDTMF which was clearly not even tested before it was last committed.markster1-12/+11
2004-04-07Remove extra argument from ast_set_*_format callscitats3-8/+8
2004-04-07Fix command completion and remove compile time warningscitats1-3/+3
2004-04-07Add sendtext applicationmarkster2-1/+96
2004-04-07First pass at fixing chan_alsamarkster1-7/+7
2004-04-07Fix compile warningmarkster1-1/+1
2004-04-07More changes to Matt's applicationmalcolmd1-2/+4
2004-04-07fix chan_oss for revised queue structure.markster1-7/+7
2004-04-07Keep random data around, we'll need it for certain bogus REGISTER and INVITE ...markster1-2/+0
2004-04-07Remove double unlock from ast_readmarkster1-14/+7
2004-04-07Don't say we're unable to find the channel if we're able to find it.markster1-0/+2
2004-04-07Fix double parking crash (bug #1302)markster1-3/+3
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster40-263/+226
2004-04-06Add Matt's option to call an external application when a voicemail ismalcolmd2-0/+46
2004-04-06Don't redefine ast_mutex_initmarkster1-1/+0
2004-04-06Update locking for non-debug mode, toomarkster1-6/+11
2004-04-06Bite the bullet and require RECURSIVE mutexesmarkster1-16/+5
2004-04-06Include inttypes.h in md5.h instead of stdint.h (since stdint.h contains the ...citats1-1/+1
2004-04-06Small IAX fixesmarkster2-3/+17