aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_minivm.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+4
2011-05-03Merged revisions 316331 via svnmerge from russell1-1/+1
2011-05-03Merged revisions 316265 via svnmerge from russell1-10/+14
2010-07-14ast_callerid restructuringrmudgett1-9/+28
2009-11-13Display a list of channel variables in each channel-oriented event.tilghman1-1/+1
2009-08-10AST-2009-005tilghman1-4/+4
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-4/+2
2009-06-15Last batch of 'static' qualifiers for module-level global variables.kpfleming1-5/+5
2009-06-06Move function MINIVMACCOUNT and MINIVMCOUNTER static documentation to XML.eliel1-28/+93
2009-05-22Unregister every registered application by MiniVM.eliel1-0/+2
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-6/+6
2009-04-29Merge str_substitution branch.tilghman1-179/+311
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-2/+3
2009-03-27Use ast_random() instead of rand() to ensure we use the best RNG available.russell1-2/+2
2009-03-25Improve performance of the ast_event cache functionality.russell1-5/+2
2009-01-12Better to use the proper app nameoej1-2/+2
2009-01-08Fix variables to comply with documentation changestilghman1-3/+3
2009-01-08Textual changes, consistency in status variable naming, and other minor bugs.tilghman1-60/+65
2008-12-16Set MINIVM_ACCMESS_STATUS in all cases. Also, remove a variable that was not...russell1-4/+6
2008-12-05Resolve a compiler warning from buildbot about a NULL format string.russell1-1/+1
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-12-03- Add <variable /> tags when naming a channel variable.eliel1-18/+25
2008-11-24This patch adds a new application for sending MWI to phones via Asterisk's ev...twilson1-92/+300
2008-10-09Reverting format addition for nowtilghman1-4/+1
2008-10-09Fudges for wav16, just like wav49tilghman1-1/+4
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+5
2008-08-10More RSW merges. Everything from apps/ except for the big offendersseanbright1-24/+23
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-4/+4
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.mvanbaak1-1/+1
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,tilghman1-8/+26
2008-04-25Whitespace changes onlytilghman1-8/+9
2008-03-20Remove astobj.h from some places where it wasn't neededrussell1-1/+0
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-14/+14
2008-03-05Create a centralized configuration option for silencethresholdtilghman1-2/+3
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-1/+1
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson1-6/+4
2007-12-14Convert ast_verbose to ast_verb.tilghman1-6/+4
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-8/+4
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-3/+3
2007-11-06"show application <foo>" changes for clarity.mmichelson1-5/+5
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-3/+0
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-6/+6
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-6/+6
2007-10-09Remove redundant includes (patch by snuffy) (Closes issue #10922)tilghman1-1/+0
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedrussell1-1/+1
2007-09-20More NEW_CLI conversions.qwell1-138/+162
2007-08-30(closes issue #10336)file1-3/+3