summaryrefslogtreecommitdiff
path: root/res/res_clioriginate.c
AgeCommit message (Expand)Author
2007-11-12Doxygen fixes.Jason Parker
2007-10-31More changes to change return values from load_module functions.Jason Parker
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-07-23(closes issue #10271)Russell Bryant
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
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-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-04-29- don't create duplicate log messagesRussell Bryant
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11normalize code in preparation to module changesLuigi Rizzo
2006-04-08a few cleanups from the last commitKevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-28use ast_cli_complete() to largely simplify the command completion code.Luigi Rizzo
2006-02-11Merged revisions 9581 via svnmerge from Russell Bryant
2006-02-11set standard properties on all non-binary filesKevin P. Fleming
2006-02-02Issue #6383 - Crash on CLI originate with missing channel argumentOlle Johansson
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-18allows for use of the originate function fromMatt O'Gorman