summaryrefslogtreecommitdiff
path: root/apps/app_directory.c
AgeCommit message (Expand)Author
2010-05-18Merged revisions 263769 via svnmerge from Jeff Peeler
2010-03-11Add supporting code for app-directory pause option.Alec L Davis
2010-03-02Fix literal values wrapped in documentation.Leif Madsen
2009-12-15Support option 'n', as applications like Playback, Background etc.Alec L Davis
2009-12-15fixes escape to extensions 'o' and 'a', for digits '0' and '*'Alec L Davis
2009-12-15ast_stream_and_wait(chan,dir-usingkeypad) didn't capture the dialled DTMF.Alec L Davis
2009-09-24Fix two possible crashes, one only in 1.6.1 and one in 1.6.1 forward.Tilghman Lesher
2009-06-07Global var cleanup - constification and removing unused vars.Russell Bryant
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2008-12-17Merged revisions 165255 via svnmerge from Mark Michelson
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-30Pay attention to the searchcontexts entry in voicemail.conf (related to AST-125)Tilghman Lesher
2008-10-29If there was no named defined in a voicemail.conf mailboxMark Michelson
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-10More RSW merges. Everything from apps/ except for the big offendersSean Bright
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