aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_clioriginate.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-12Add a note to indicate why this only supports one channel for now.russell1-0/+5
2008-12-12Add a new CLI command, "channel redirect", which is similar in operationrussell1-3/+45
2008-09-28Merge the cli_cleanup branch.mvanbaak1-10/+12
2008-02-05Merged revisions 102378 via svnmerge from file1-2/+2
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-14- Use the ARRAY_LEN macro in a couple placesrussell1-4/+4
2007-11-12Doxygen fixes.qwell1-2/+2
2007-10-31More changes to change return values from load_module functions.qwell1-1/+1
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-75/+60
2007-07-23(closes issue #10271)russell1-0/+36
2006-09-18merge qwell's CLI verbification workkpfleming1-3/+9
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-20/+9
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-6/+3
2006-04-29- don't create duplicate log messagesrussell1-18/+16
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-17/+11
2006-04-11normalize code in preparation to module changesrizzo1-4/+3
2006-04-08a few cleanups from the last commitkpfleming1-2/+2
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-28use ast_cli_complete() to largely simplify the command completion code.rizzo1-18/+4
2006-02-11Merged revisions 9581 via svnmerge from russell1-2/+2
2006-02-11set standard properties on all non-binary fileskpfleming1-1/+1
2006-02-02Issue #6383 - Crash on CLI originate with missing channel argumentoej1-0/+4
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-2/+2
2006-01-18allows for use of the originate function frommogorman1-0/+202