summaryrefslogtreecommitdiff
path: root/apps/app_minivm.c
AgeCommit message (Expand)Author
2009-03-25Improve performance of the ast_event cache functionality.Russell Bryant
2009-01-12Better to use the proper app nameOlle Johansson
2009-01-08Fix variables to comply with documentation changesTilghman Lesher
2009-01-08Textual changes, consistency in status variable naming, and other minor bugs.Tilghman Lesher
2008-12-16Set MINIVM_ACCMESS_STATUS in all cases. Also, remove a variable that was not...Russell Bryant
2008-12-05Resolve a compiler warning from buildbot about a NULL format string.Russell Bryant
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-03- Add <variable /> tags when naming a channel variable.Eliel C. Sardanons
2008-11-24This patch adds a new application for sending MWI to phones via Asterisk's ev...Terry Wilson
2008-10-09Reverting format addition for nowTilghman Lesher
2008-10-09Fudges for wav16, just like wav49Tilghman Lesher
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-10More RSW merges. Everything from apps/ except for the big offendersSean Bright
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.Michiel van Baak
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,Tilghman Lesher
2008-04-25Whitespace changes onlyTilghman Lesher
2008-03-20Remove astobj.h from some places where it wasn't neededRussell Bryant
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-05Create a centralized configuration option for silencethresholdTilghman Lesher
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of Mark Michelson
2007-12-14Convert ast_verbose to ast_verb.Tilghman Lesher
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-09Remove redundant includes (patch by snuffy) (Closes issue #10922)Tilghman Lesher
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedRussell Bryant
2007-09-20More NEW_CLI conversions.Jason Parker
2007-08-30(closes issue #10336)Joshua Colp
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-22Cast calls to getpid. This was done in 1.4 already, this one was just newJason Parker
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-09Don't use strncpy for moving a chunk of memory to another that is overlapping.Russell Bryant
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-07-17Initialize a variable to avoid a warning when the compilerLuigi Rizzo
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-06-28move variable declarations to the beginning of a block.Luigi Rizzo
2007-06-24Conversions to ast_debug()Russell Bryant
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...Tilghman Lesher