summaryrefslogtreecommitdiff
path: root/apps/app_followme.c
AgeCommit message (Expand)Author
2009-11-23Add an option to app_followme to disable the "please hold" announcement.Matthew Nicholson
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-09-15Merged revisions 218577 via svnmerge from Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-05Merged revisions 192429 via svnmerge from Joshua Colp
2009-03-29Merged revisions 184842 via svnmerge from Russell Bryant
2009-01-07 Answer the channel if it has not already been answered and we've already fou...BJ Weschke
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-11-25Make the options for the general and profiles more consistentMark Michelson
2008-11-18Merged revisions 157305 via svnmerge from Mark Michelson
2008-11-09Merged revisions 155553 via svnmerge from Sean Bright
2008-11-05- Add FollowMe() application XML documentation.Eliel C. Sardanons
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...Terry Wilson
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-26OpenBSD compat fix (reminded by mvanbaak on #asterisk-dev)Tilghman Lesher
2008-08-26Standardize the option names for consistency (but continue to work with theTilghman Lesher
2008-08-25Realtime capabilities for the Find-Me-Follow-Me application.Tilghman Lesher
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-04-25Whitespace changes onlyTilghman Lesher
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-03-13Merged revisions 108469 via svnmerge from Russell Bryant
2008-03-05Merged revisions 106235 via svnmerge from Joshua Colp
2008-03-05Create a centralized configuration option for silencethresholdTilghman Lesher
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of Mark Michelson
2008-01-22Merged revisions 99594 via svnmerge from Olle Johansson
2008-01-11Merged revisions 98219 via svnmerge from Joshua Colp
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi 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-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-09-04Merged revisions 81455 via svnmerge from Jason Parker
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-30Minor clean up of app_followme.Joshua Colp
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-22Merged revisions 65408 via svnmerge from BJ Weschke
2007-03-18Merged revisions 59035 via svnmerge from BJ Weschke
2006-11-17This update fulfils the request of bug 7109, which claimed the language arg t...Steve Murphy
2006-09-28Merged revisions 43933 via svnmerge from Joshua Colp
2006-09-20A few misses from constificationTilghman Lesher
2006-09-06Fix a small typo, to make app_followme.c show properly in "show version files"Jason Parker
2006-09-05- Free allocated memory before returning from functionOlle Johansson