If somebody enters a digit during ast_stream_and_wait, the return value is the digit...
[asterisk/asterisk.git] / apps / app_directory.c
2008-04-15 Jason ParkerIf somebody enters a digit during ast_stream_and_wait...
2008-03-20 Tilghman LesherUpgrade the sounds version; add several directory enhan...
2008-02-09 Michiel van Baakwhitespace fixes only.
2008-01-14 Mark MichelsonBig improvement for app_directory. This patch breaks...
2007-12-05 Russell BryantResolve compiler warnings.
2007-12-05 Tilghman LesherAdded multiple name listing. (Closes issue #10413)
2007-11-22 Luigi Rizzomore removal of redundant headers
2007-11-20 Luigi Rizzomove asterisk/paths.h outside asterisk.h and into those...
2007-11-19 Luigi Rizzomore errno.h removal
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-14 Luigi Rizzomake the 'name' and 'value' fields in ast_variable...
2007-08-29 Steve MurphyThis code was in team/murf/bug8684-trunk; it should...
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-08-07 Tilghman LesherMerged revisions 78415 via svnmerge from
2007-07-31 Tilghman LesherMostly cleanup of documentation to substitute the pipe...
2007-07-20 Mark MichelsonMerged revisions 76139 via svnmerge from
2007-07-16 Joshua ColpApplications no longer need to call ast_module_user_add...
2007-06-14 Russell BryantConvert uses of strdup() to ast_strdup()
2007-06-11 Tilghman LesherMerged revisions 68781 via svnmerge from
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-05-09 Tilghman LesherMerged revisions 63566 via svnmerge from
2007-04-09 Jason ParkerMerged revisions 60936 via svnmerge from
2007-03-27 Russell BryantMerged revisions 59278 via svnmerge from
2007-03-27 Russell BryantMerged revisions 59275 via svnmerge from
2006-12-21 Steve Murphya quick fix to app_sms.c to get rid of cursed compiler...
2006-11-17 Steve MurphyThis update fulfils the request of bug 7109, which...
2006-09-20 Tilghman LesherConstify the result of a config retrieval function...
2006-09-17 Tilghman LesherMerged revisions 43072 via svnmerge from
2006-09-16 Kevin P. Flemingmerge markster's usersconf branch with some slight...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-08-19 Jason ParkerFix a bug with app_voicemail when trying to use app_dir...
2006-06-30 Tilghman LesherMerged revisions 36377 via svnmerge from
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-05-30 Kevin P. Flemingfix various typos and other bits (from Ian Kinner)
2006-05-10 Russell Bryantremove almost all of the checks of the result from...
2006-04-28 Luigi Rizzominor cleanup
2006-04-21 Luigi Rizzoconvert to use ast_stream_and_wait
2006-04-14 Luigi Rizzocode simplifications
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-11 BJ Weschke Provide the ability to read extension number after...
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-03-27 Matt O'GormanJanitor work converting !ast_strlen_zero(a)?a:b
2006-02-15 Russell Bryantremove the uses of the deprecated STANDARD_LOCAL_USER
2006-01-21 Russell Bryanton this pass, only remove duplicate log messages
2006-01-21 Russell Bryantrevert my pass through the tree to remove checks of...
2006-01-21 Russell Bryantremove lots of useless checks of the result of ast_strdupa
2006-01-11 Russell Bryantconversions to memory allocation wrappers (issue #6210)
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-11-30 Russell Bryantuse app arg parsing macros (issue #5681)
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-11 Russell Bryantupdate the descriptions of a couple more apps
2005-11-07 Kevin P. Flemingapplication doc update
2005-11-06 Russell Bryantissue #5605
2005-10-26 Russell Bryantremove unnecessary checks before calls to ast_strlen_zero
2005-10-24 Russell BryantDoxygen documentation update from oej (issue #5505)
2005-10-19 Russell BryantMassive cleanups to applications for LOCAL_USER handlin...
2005-10-18 Russell Bryantit's a good idea to unregister everything before callin...
2005-10-04 Kevin P. Flemingfix memory leak and unload problems (issue #5380)
2005-09-15 Kevin P. Fleming_really_ fix app_directory (doh... how did I miss this...
2005-09-15 Kevin P. Flemingrevert a portion of issue #5138 which broke this app...
2005-09-14 Kevin P. Flemingupdate MANY more files with proper copyright/license...
2005-09-07 Kevin P. Flemingconvert a bunch of apps to use ast_goto_if_exists(...
2005-07-15 Kevin P. Flemingphase two of string portability stuff:
2005-07-10 Russell Bryantmore ast_copy_string conversions
2005-06-06 Kevin P. Flemingthe last round of file version tags
2005-06-06 Kevin P. Flemingmajor Makefile and build process improvements, includin...
2005-05-07 Russell Bryantuse ast_strcasestr (bug #4203)
2005-04-21 Kevin P. Fleminguse double-quotes instead of angle-brackets for non...
2005-04-06 Kevin P. Flemingre-implement realtime support in app_directory
2005-03-03 Mark SpencerAdd realtime support to app_directory (bug #2475)
2005-01-25 Mark SpencerMerge config updates (bug #3406)
2005-01-21 Russell Bryantupdate copyright headers for 2005
2004-12-21 Mark SpencerAllow '*' to exit the directory (bug #3118)
2004-12-08 Mark SpencerMerge josh's exit dir patch (bug #2995)
2004-10-02 Mark SpencerHuge callerid rework (might break H.323, others)
2004-08-30 Mark SpencerMinor fix in directory app (bug #2322)
2004-08-05 Mark SpencerAllow directory to be searched by first name (bug ...
2004-06-28 Mark SpencerDirectory fixes (bug #1887)
2004-06-23 Mark SpencerTilghman's directory fix (bug #1892)
2004-06-22 James GolovichRemove pthread.h from source. We should be using aster...
2004-06-22 Mark SpencerDirectory fixes courtesy rgagnon (bug #1887)
2004-05-09 James GolovichMore ast_strlen_zero changes
2004-05-03 Mark SpencerMake directory spell name if available
2004-04-29 Mark SpencerEven better, let it be specified per-context
2004-04-29 Mark SpencerAdd ability to customize directory introduction (bug...
2004-04-28 Mark SpencerTrivial portability fix
2004-04-26 Mark SpencerAllow two contexts to be specified for directory applic...
2004-03-23 Mark SpencerClarify documentation on Directory
2003-11-09 Mark SpencerAnswer the line if it hasn't been already
2003-09-29 Mark SpencerMinor extensions fix
2003-08-01 Martin PyckoLet directory application browse through the multi...
2003-06-27 Mark SpencerMinor cleanups
2003-03-26 Mark SpencerFix application of global DTMF when a peer exists
2003-01-30 Mark SpencerVersion 0.3.0 from FTP
2002-05-13 Mark SpencerVersion 0.1.12 from FTP
2001-12-27 Mark SpencerVersion 0.1.10 from FTP
2001-08-05 Mark SpencerVersion 0.1.9 from FTP
2001-04-10 Mark SpencerVersion 0.1.8 from FTP
2001-03-07 Mark SpencerVersion 0.1.7 from FTP
next