summaryrefslogtreecommitdiff
path: root/apps/app_directory.c
AgeCommit message (Expand)Author
2018-03-07Replace direct checks of option_debug with DEBUG_ATLEAST macro.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-09-01app_directory: Handle a NULL mailbox without crashingSean Bright
2017-02-21realtime: Fix ast_load_realtime_multientry handlingSean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-06-11app_directory: Fix crash when using the alias option 'a'.Richard Mudgett
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-10-13manager/config: Support templates and non-unique category names via AMIGeorge Joseph
2014-06-20voicemail API callbacks: Extract the sayname API call to its own registerd ca...Richard Mudgett
2013-11-21app_directory: Set variable indicating reason directory exitedJonathan Rose
2013-08-22Add SayAlphaCase and similar functionality for AGIKinsey Moore
2013-05-08Don't perform a realtime lookup with a NULL keywordMatthew Jordan
2013-01-03Add aliases to the Directory.Tilghman Lesher
2012-06-11Fix coverity UNUSED_VALUE findings in core support level filesKinsey Moore
2012-03-08Resolve a few more cases of variable shadowing.Sean Bright
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-12Merged revisions 327890 via svnmerge from Matthew Nicholson
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