aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_directory.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-18Merged revisions 263807 via svnmerge from jpeeler1-14/+22
2010-03-11Merged revisions 251779 via svnmerge from alecdavis1-8/+30
2010-03-02Merged revisions 249950 via svnmerge from lmadsen1-2/+3
2009-12-15Merged revisions 234893 via svnmerge from alecdavis1-2/+2
2009-12-15Merged revisions 234855 via svnmerge from alecdavis1-1/+1
2009-09-24Merged revisions 219987 via svnmerge from tilghman1-0/+5
2008-12-17Merged revisions 165255 via svnmerge from mmichelson1-0/+3
2008-11-01Merge changes from team/group/appdocsxmlrussell1-44/+72
2008-10-30Pay attention to the searchcontexts entry in voicemail.conf (related to AST-125)tilghman1-58/+92
2008-10-29If there was no named defined in a voicemail.conf mailboxmmichelson1-0/+4
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+7
2008-08-10More RSW merges. Everything from apps/ except for the big offendersseanbright1-5/+5
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.mvanbaak1-1/+1
2008-04-29Make app_directory dependent on app_voicemail. This is because the functionmmichelson1-0/+3
2008-04-29Since there is now a globally available function for saying someone's name, a...mmichelson1-167/+1
2008-04-29Fix a crash happening in app_directory. This crash would occur if a users.con...mmichelson1-4/+2
2008-04-15If somebody enters a digit during ast_stream_and_wait, the return value is th...qwell1-5/+14
2008-03-20Upgrade the sounds version; add several directory enhancements:tilghman1-27/+112
2008-02-09whitespace fixes only.mvanbaak1-17/+17
2008-01-14Big improvement for app_directory. This patch breaks the do_directory functio...mmichelson1-397/+383
2007-12-05Resolve compiler warnings.russell1-2/+2
2007-12-05Added multiple name listing. (Closes issue #10413)tilghman1-105/+268
2007-11-22more removal of redundant headersrizzo1-4/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19more errno.h removalrizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-3/+0
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-2/+2
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-2/+2
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-3/+6
2007-08-07Merged revisions 78415 via svnmerge from tilghman1-15/+34
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-1/+1
2007-07-20Merged revisions 76139 via svnmerge from mmichelson1-3/+9
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-5/+0
2007-06-14Convert uses of strdup() to ast_strdup()russell1-1/+1
2007-06-11Merged revisions 68781 via svnmerge from tilghman1-5/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-6/+6
2007-05-09Merged revisions 63566 via svnmerge from tilghman1-2/+2
2007-04-09Merged revisions 60936 via svnmerge from qwell1-1/+1
2007-03-27Merged revisions 59278 via svnmerge from russell1-3/+3
2007-03-27Merged revisions 59275 via svnmerge from russell1-10/+14
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...murf1-1/+1
2006-11-17This update fulfils the request of bug 7109, which claimed the language arg t...murf1-5/+5
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-5/+7
2006-09-17Merged revisions 43072 via svnmerge from tilghman1-2/+2
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-4/+60
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-19/+7
2006-08-19Fix a bug with app_voicemail when trying to use app_directory to leave messagesqwell1-10/+19
2006-06-30Merged revisions 36377 via svnmerge from tilghman1-0/+134
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4