aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_minivm.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf1-2/+2
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-22/+20
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf1-2/+2
2007-07-17Initialize a variable to avoid a warning when the compilerrizzo1-1/+1
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-50/+4
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-3/+0
2007-06-28move variable declarations to the beginning of a block.rizzo1-3/+3
2007-06-24Conversions to ast_debug()russell1-2/+1
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...tilghman1-22/+5
2007-06-14Convert uses of strdup() to ast_strdup()russell1-3/+3
2007-06-14Merged revisions 69392 via svnmerge from kpfleming1-1/+2
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-110/+61
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!russell1-1/+0
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-14/+14
2007-05-31- Don't check if the list is empty needlesslyrussell1-31/+7
2007-05-31Fix a crash on reload by using calloc() instead of malloc() to ensure thatrussell1-1/+1
2007-05-31Issue #9842 - Doxygen updates by snuffy. Thanks!oej1-1/+3
2007-05-26Unlock the minivmlock when no configuration is found. (issue #9814 reported b...file1-0/+1
2007-05-10Fixing reload. Thanks to Mats Karlsson!oej1-0/+3
2007-04-18Mini-voicemail - an embryo for a new voicemail system based on buildingoej1-0/+3229