summaryrefslogtreecommitdiff
path: root/res/res_clioriginate.c
AgeCommit message (Expand)Author
2017-02-10manager: Restore Originate failure behavior from Asterisk 11Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-05-04CLI: Enable automatic references to modules.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2012-08-08Allow support for early media on AMI originates and call files.Mark Michelson
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2009-05-26Add new ast_complete_applications function so that we can use it with theSean Bright
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
2008-12-12Add a note to indicate why this only supports one channel for now.Russell Bryant
2008-12-12Add a new CLI command, "channel redirect", which is similar in operationRussell Bryant
2008-09-28Merge the cli_cleanup branch.Michiel van Baak
2008-02-05Merged revisions 102378 via svnmerge from Joshua Colp
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-14- Use the ARRAY_LEN macro in a couple placesRussell Bryant
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