aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_followme.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-20Merged revisions 253538 via svnmerge from russell1-2/+2
2010-03-05Merged revisions 250979 via svnmerge from jpeeler1-7/+7
2009-09-15Merged revisions 218579 via svnmerge from tilghman1-0/+4
2009-08-10AST-2009-005tilghman1-2/+2
2009-05-05Merged revisions 192430 via svnmerge from file1-1/+1
2009-03-29Merged revisions 184843 via svnmerge from russell1-1/+1
2009-01-07 Answer the channel if it has not already been answered and we've already fou...bweschke1-0/+5
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-3/+2
2008-11-25Make the options for the general and profiles more consistentmmichelson1-1/+1
2008-11-18Merged revisions 157305 via svnmerge from mmichelson1-0/+6
2008-11-09Merged revisions 155553 via svnmerge from seanbright1-21/+22
2008-11-05- Add FollowMe() application XML documentation.eliel1-15/+36
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson1-9/+22
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+5
2008-08-26OpenBSD compat fix (reminded by mvanbaak on #asterisk-dev)tilghman1-2/+2
2008-08-26Standardize the option names for consistency (but continue to work with thetilghman1-20/+33
2008-08-25Realtime capabilities for the Find-Me-Follow-Me application.tilghman1-6/+78
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-2/+2
2008-04-25Whitespace changes onlytilghman1-1/+1
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-0/+3
2008-03-13Merged revisions 108469 via svnmerge from russell1-2/+2
2008-03-05Merged revisions 106235 via svnmerge from file1-0/+3
2008-03-05Create a centralized configuration option for silencethresholdtilghman1-72/+64
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson1-4/+2
2008-01-22Merged revisions 99594 via svnmerge from oej1-0/+4
2008-01-11Merged revisions 98219 via svnmerge from file1-1/+0
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-7/+3
2007-11-06"show application <foo>" changes for clarity.mmichelson1-1/+1
2007-09-04Merged revisions 81455 via svnmerge from qwell1-5/+1
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-5/+7
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-1/+1
2007-07-30Minor clean up of app_followme.file1-387/+396
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-44/+23
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-5/+0
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-30/+15
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-9/+9
2007-05-22Merged revisions 65408 via svnmerge from bweschke1-3/+3
2007-03-18Merged revisions 59035 via svnmerge from bweschke1-1/+1
2006-11-17This update fulfils the request of bug 7109, which claimed the language arg t...murf1-2/+2
2006-09-28Merged revisions 43933 via svnmerge from file1-1/+1
2006-09-20A few misses from constificationtilghman1-4/+4
2006-09-06Fix a small typo, to make app_followme.c show properly in "show version files"qwell1-1/+1
2006-09-05- Free allocated memory before returning from functionoej1-207/+194
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-25/+22