aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-05-01Bug 6864 - drop realtime priority on ALL external processestilghman9-0/+29
2006-05-01 Correct a condition from the prior patch that could happen in rare circumsta...bweschke1-1/+1
2006-05-01 Make sure that when someone 0's out while recording a msg and then chooses t...bweschke1-1/+6
2006-05-01add missing locking of the dialplan functions list in the "show functions"russell1-0/+2
2006-05-01fix this to actually compile so people can learn from itkpfleming1-2/+2
2006-05-01eliminate compiler warningkpfleming1-0/+1
2006-04-30remove a pointless comparison, since the buffer is smaller than the length be...kpfleming1-2/+2
2006-04-30allow top-level OPTIMIZE setting to affect builds in these subdirectories tookpfleming5-7/+5
2006-04-30let the compiler determine whether hardware or software floating point should...kpfleming1-2/+2
2006-04-30remove extraneous -m64 flag that is not neededkpfleming2-5/+1
2006-04-30ensure that the script output is correctly generated when the system's charac...kpfleming1-1/+1
2006-04-29do installation in subdirs as a separate target (so external modules can use ...kpfleming1-24/+26
2006-04-28note that group assignments must be from 0 to 63 (issue #7048)russell3-3/+6
2006-04-27Queue(somequeue,,,,) -> interpreted as Queue(somequeue,,,,0) (issue #7044 rep...file1-1/+1
2006-04-27Fix buglet in channel reassignment on SETUP_ACKmattf1-1/+1
2006-04-26do not allow for users to forward voicemail tomogorman1-2/+2
2006-04-21Rolling back change until kpfleming is comfytilghman1-4/+1
2006-04-21Bug 7004 - release all threads waiting on a condition prior to freeing ittilghman1-1/+4
2006-04-19support system-specific scripts in safe_asterisk, before starting Asterisk pr...kpfleming2-3/+18
2006-04-19Bug 6553 - plug memory leaks when ODBC connection is downtilghman1-20/+18
2006-04-18properly handle brace-wrapped strings in variable/function references in the ...kpfleming1-1/+2
2006-04-18Bug 6984 - off by one error in Random()tilghman1-1/+1
2006-04-17Bug 6544 - when we remove a music class, the thread servicing it should dietilghman1-0/+21
2006-04-14uncomment files that actually do exist (oops)kpfleming1-13/+13
2006-04-14update text to match actual prompts being distributed (thanks to Kinsey in th...kpfleming1-36/+37
2006-04-13Bug 6947 - Allow vm broadcasts to more than 256 characters worth of mailboxestilghman1-2/+8
2006-04-13oops... let's not set a variable and then immediately overwrite it while assu...kpfleming1-4/+4
2006-04-13Bug 6957 - variable names beginning with CALLERID weren't substituted correctlytilghman1-1/+2
2006-04-11Bug 6490 - telco intercept should report NOANSWER instead of CHANUNAVAILtilghman1-0/+2
2006-04-11Bug 6061 - Fix ODBC storage of VM on PGSQL and MSSQLtilghman1-1/+1
2006-04-11don't create a 'voicemail' symlink in the sounds directory; app_voicemail has...kpfleming1-2/+0
2006-04-11Bug 6097 - possible descriptor leaktilghman1-0/+2
2006-04-11don't call the originating device as part of the Page() operation (issue #6932)kpfleming1-1/+12
2006-04-11simplify spy queue flushing logic, and always force a flush when one side get...kpfleming1-42/+35
2006-04-11don't destroy the entire dialplan during 'reload', just atomically replace it...kpfleming1-2/+1
2006-04-11Minor linked lists bug fix. When you're dealing with swapping entries around ...file1-0/+1
2006-04-11handle call time limit properly when warning is requested _after_ call would ...kpfleming1-1/+16
2006-04-11 When using the silence detector in ast_play_and_record() and ast_play_and_pr...bweschke2-5/+3
2006-04-10 Don't say that we can pass an 'exten' argument in the documentation of Park(...bweschke1-1/+1
2006-04-08Bug 6914 - .txt file fails to rename on operator outtilghman1-1/+3
2006-04-07Bug 6913 - fix for possible buffer overflowtilghman1-1/+1
2006-04-07- Fix cause codesoej1-2/+3
2006-04-07- Fix possible minor memory leak in chan_sipoej1-2/+5
2006-04-06fix typokpfleming1-1/+1
2006-04-06small fix... don't try to check conference details if it couldn't be created ...kpfleming1-12/+14
2006-04-06don't try to support 'i' or 'r' options if chan_zap is not loaded, and warn t...kpfleming1-5/+20
2006-04-06move continue out of block that checks verbose level (issue #6880)russell1-2/+1
2006-04-06Update email address to my Digium onefile1-1/+1
2006-04-05Unlock channel on failure so that ast_mutex_destroy doesn't throw a fit (issu...file1-4/+10
2006-04-05Issue #6654: Enum crash on ADDRESS record, possibly bad record, but still a c...oej2-2/+4