summaryrefslogtreecommitdiff
path: root/apps/app_directory.c
AgeCommit message (Expand)Author
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.Michiel van Baak
2008-04-29Make app_directory dependent on app_voicemail. This is because the functionMark Michelson
2008-04-29Since there is now a globally available function for saying someone's name, a...Mark Michelson
2008-04-29Fix a crash happening in app_directory. This crash would occur if a users.con...Mark Michelson
2008-04-15If somebody enters a digit during ast_stream_and_wait, the return value is th...Jason Parker
2008-03-20Upgrade the sounds version; add several directory enhancements:Tilghman Lesher
2008-02-09whitespace fixes only.Michiel van Baak
2008-01-14Big improvement for app_directory. This patch breaks the do_directory functio...Mark Michelson
2007-12-05Resolve compiler warnings.Russell Bryant
2007-12-05Added multiple name listing. (Closes issue #10413)Tilghman Lesher
2007-11-22more removal of redundant headersLuigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19more errno.h removalLuigi 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-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-07Merged revisions 78415 via svnmerge from Tilghman Lesher
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-20Merged revisions 76139 via svnmerge from Mark Michelson
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-06-14Convert uses of strdup() to ast_strdup()Russell Bryant
2007-06-11Merged revisions 68781 via svnmerge from Tilghman Lesher
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-09Merged revisions 63566 via svnmerge from Tilghman Lesher
2007-04-09Merged revisions 60936 via svnmerge from Jason Parker
2007-03-27Merged revisions 59278 via svnmerge from Russell Bryant
2007-03-27Merged revisions 59275 via svnmerge from Russell Bryant
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...Steve Murphy
2006-11-17This update fulfils the request of bug 7109, which claimed the language arg t...Steve Murphy
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-09-17Merged revisions 43072 via svnmerge from Tilghman Lesher
2006-09-16merge markster's usersconf branch with some slight changesKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-19Fix a bug with app_voicemail when trying to use app_directory to leave messagesJason Parker
2006-06-30Merged revisions 36377 via svnmerge from Tilghman Lesher
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-30fix various typos and other bits (from Ian Kinner)Kevin P. Fleming
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-04-28minor cleanupLuigi Rizzo
2006-04-21convert to use ast_stream_and_waitLuigi Rizzo
2006-04-14code simplificationsLuigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11 Provide the ability to read extension number after name #6938 (delink)BJ Weschke
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant