- Add <variable /> tags when naming a channel variable.
[asterisk/asterisk.git] / apps / app_minivm.c
2008-12-03 Eliel C. Sardanons- Add <variable /> tags when naming a channel variable.
2008-11-24 Terry WilsonThis patch adds a new application for sending MWI to...
2008-10-09 Tilghman LesherReverting format addition for now
2008-10-09 Tilghman LesherFudges for wav16, just like wav49
2008-09-12 Tilghman LesherCreate a new config file status, CONFIG_STATUS_FILEINVA...
2008-08-10 Sean BrightMore RSW merges. Everything from apps/ except for...
2008-07-11 Brett BryantJanitor patch to change uses of sizeof to ARRAY_LEN
2008-06-19 Michiel van BaakOlder versions of GNU gcc do not allow 'NULL' as sentinel.
2008-04-30 Tilghman LesherLock around variables retrieved, and copy the values...
2008-04-25 Tilghman LesherWhitespace changes only
2008-03-20 Russell BryantRemove astobj.h from some places where it wasn't needed
2008-03-18 Terry WilsonGo through and fix a bunch of places where character...
2008-03-05 Tilghman LesherCreate a centralized configuration option for silenceth...
2008-02-08 Russell BryantMerge changes from team/mvanbaak/cli-command-audit
2008-02-05 Mark MichelsonGet rid of any remaining ast_verbose calls in the code...
2007-12-14 Tilghman LesherConvert ast_verbose to ast_verb.
2007-11-21 Luigi Rizzoremove another set of redundant #include "asterisk...
2007-11-20 Luigi Rizzomove asterisk/paths.h outside asterisk.h and into those...
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-14 Luigi Rizzomake the 'name' and 'value' fields in ast_variable...
2007-11-06 Mark Michelson"show application <foo>" changes for clarity.
2007-11-01 Steve MurphyThis commits the performance mods that give the priorit...
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-10-09 Tilghman LesherRemove redundant includes (patch by snuffy) (Closes...
2007-10-01 Russell BryantCorydon posted this janitor project to the bug tracker...
2007-09-20 Jason ParkerMore NEW_CLI conversions.
2007-08-30 Joshua Colp(closes issue #10336)
2007-08-29 Steve MurphyThis code was in team/murf/bug8684-trunk; it should...
2007-08-22 Jason ParkerCast calls to getpid. This was done in 1.4 already...
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-08-09 Russell BryantDon't use strncpy for moving a chunk of memory to anoth...
2007-07-31 Tilghman LesherMostly cleanup of documentation to substitute the pipe...
2007-07-19 Steve MurphyAfter some study, thought, comparing, etc. I've backed...
2007-07-18 Tilghman LesherMerge in ast_strftime branch, which changes timestamps...
2007-07-17 Steve Murphyvia 10206, I have added an option (e) to Dial to allow...
2007-07-17 Luigi RizzoInitialize a variable to avoid a warning when the compiler
2007-07-16 Joshua ColpApplications no longer need to call ast_module_user_add...
2007-07-16 Joshua ColpIt is no longer required for each module that deals...
2007-06-28 Luigi Rizzomove variable declarations to the beginning of a block.
2007-06-24 Russell BryantConversions to ast_debug()
2007-06-22 Tilghman LesherIssue 9990 - New API ast_mkdir, which creates parent...
2007-06-14 Russell BryantConvert uses of strdup() to ast_strdup()
2007-06-14 Kevin P. FlemingMerged revisions 69392 via svnmerge from
2007-06-14 Russell BryantAdd a massive set of changes for converting to use...
2007-06-12 Russell BryantCompletely remove all of the code related to jumping...
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-05-31 Russell Bryant- Don't check if the list is empty needlessly
2007-05-31 Russell BryantFix a crash on reload by using calloc() instead of...
2007-05-31 Olle JohanssonIssue #9842 - Doxygen updates by snuffy. Thanks!
2007-05-26 Joshua ColpUnlock the minivmlock when no configuration is found...
2007-05-10 Olle JohanssonFixing reload. Thanks to Mats Karlsson!
2007-04-18 Olle JohanssonMini-voicemail - an embryo for a new voicemail system...