aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_channelredirect.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-28Merged revisions 172030 via svnmerge from murf1-0/+3
2008-11-01Merge changes from team/group/appdocsxmlrussell1-8/+26
2008-06-03Use proper return values for a few application modulesrussell1-1/+2
2008-02-19Add CHANNELREDIRECT_STATUS variable to ChannelRedirect() dialplan application...file1-4/+7
2008-02-18Add an API call (ast_async_parseable_goto) which parses a goto string and doe...file1-1/+1
2008-02-09whitespace fixes only.mvanbaak1-1/+1
2008-02-01Get rid of a goto where there was no extra cleanup happening at the exit pointrussell1-3/+2
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
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-5/+0
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notrizzo1-1/+1
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-35/+6
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-4/+0
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-7/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-2/+1
2007-05-30Issue 9477 - Improve menuselect labelstilghman1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-19/+7
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-16make this app actually compilekpfleming1-0/+1
2006-05-16Adding check of option_debugoej1-1/+2
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-13/+7
2006-04-11normalize code preparing for loader changesrizzo1-3/+2
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-05Bug 6508 - if priority was a number, then findlabel failstilghman1-4/+5
2006-03-28remove the long since unused STANDARD_LOCAL_USERS macrorizzo1-2/+0
2006-03-26rename file to match new application namekpfleming1-0/+158