aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_followme.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+1
2011-05-03Merged revisions 316265 via svnmerge from russell1-2/+0
2011-03-18Adds an option to FollowMe that isn't useful for the bug it was made to solve...jrose1-3/+10
2011-02-03Asterisk media architecture conversion - no more format bitfieldsdvossel1-1/+1
2011-01-26Add option to followme to delay answer until ready to bridge call.jpeeler1-21/+40
2010-12-07Merged revisions 297733 via svnmerge from tilghman1-2/+8
2010-09-02Merged revisions 284610 via svnmerge from tilghman1-1/+0
2010-07-14ast_callerid restructuringrmudgett1-1/+4
2010-03-20Resolve compiler warnings on FreeBSD.russell1-2/+2
2010-03-05Fix app_followme playing wrong sound files.jpeeler1-7/+7
2009-11-23Add an option to app_followme to disable the "please hold" announcement.mnicholson1-6/+12
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-4/+4
2009-09-15Merged revisions 218577 via svnmerge from tilghman1-0/+4
2009-08-10AST-2009-005tilghman1-2/+2
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-1/+1
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-4/+5
2009-05-05Merged revisions 192429 via svnmerge from file1-1/+1
2009-03-29Merged revisions 184842 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