summaryrefslogtreecommitdiff
path: root/apps/app_followme.c
AgeCommit message (Expand)Author
2012-02-27Deprecated macro usage for connected line, redirecting, and CCSSKinsey Moore
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-11Make FollowMe optionally update connected line information when the accepting...Richard Mudgett
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2012-01-06Fix memory leaks in app_followme find_realtime().Richard Mudgett
2011-12-16Fix crash during CDR update.Richard Mudgett
2011-12-13Fix FollowMe CallerID on outgoing calls.Richard Mudgett
2011-09-20Merged revisions 337120 via svnmerge from Matthew Jordan
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-03-18Adds an option to FollowMe that isn't useful for the bug it was made to solve...Jonathan Rose
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2011-01-26Add option to followme to delay answer until ready to bridge call.Jeff Peeler
2010-12-07Merged revisions 297733 via svnmerge from Tilghman Lesher
2010-09-02Merged revisions 284610 via svnmerge from Tilghman Lesher
2010-07-14ast_callerid restructuringRichard Mudgett
2010-03-20Resolve compiler warnings on FreeBSD.Russell Bryant
2010-03-05Fix app_followme playing wrong sound files.Jeff Peeler
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