aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-05-05 Voicemail fixes along with an API change approved by russellb to fix the bug...bweschke3-32/+53
2006-05-05use the correct function name ...russell1-1/+1
2006-05-05use pbx_checkcondition() instead of ast_true() to evaluate the conditionrussell2-3/+3
2006-05-04Bug 7023 - reload should not unpause memberstilghman1-15/+47
2006-05-04 Make sure that only the "|" is a recognized delimiter for Verbose(), as the ...bweschke1-1/+1
2006-05-03 Correct application documentation to make users aware that certain options c...bweschke1-1/+4
2006-05-03fix up "make rpm"russell1-1/+9
2006-05-03Issue #7074 - Problem with long contact linesoej1-10/+12
2006-05-02 Make certain ast_stopstream() sets the channel's stream members to NULL afte...bweschke1-1/+4
2006-05-02Prompt does not request '#' to end input, so the application should not requi...tilghman1-4/+12
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