summaryrefslogtreecommitdiff
path: root/apps/app_channelredirect.c
AgeCommit message (Expand)Author
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2009-06-07Global var cleanup - constification and removing unused vars.Russell Bryant
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-01-28Merged revisions 172030 via svnmerge from Steve Murphy
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-06-03Use proper return values for a few application modulesRussell Bryant
2008-02-19Add CHANNELREDIRECT_STATUS variable to ChannelRedirect() dialplan application...Joshua Colp
2008-02-18Add an API call (ast_async_parseable_goto) which parses a goto string and doe...Joshua Colp
2008-02-09whitespace fixes only.Michiel van Baak
2008-02-01Get rid of a goto where there was no extra cleanup happening at the exit pointRussell Bryant
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi 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-15access channel locks through ast_channel_lock/unlock/trylock and notLuigi Rizzo
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
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-05-30Issue 9477 - Improve menuselect labelsTilghman Lesher
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-16make this app actually compileKevin P. Fleming
2006-05-16Adding check of option_debugOlle Johansson
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11normalize code preparing for loader changesLuigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-05Bug 6508 - if priority was a number, then findlabel failsTilghman Lesher
2006-03-28remove the long since unused STANDARD_LOCAL_USERS macroLuigi Rizzo
2006-03-26rename file to match new application nameKevin P. Fleming