summaryrefslogtreecommitdiff
path: root/include/asterisk/cli.h
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-11-27CLI: Remove compatibility code.Corey Farrell
2017-11-21CLI: Create ast_cli_completion_add function.Corey Farrell
2017-11-21CLI: Remove calls to ast_cli_generator.Corey Farrell
2017-11-13CLI: Create ast_cli_completion_vector.Corey Farrell
2016-03-24Restrict CLI/AMI commands on shutdown.Mark Michelson
2016-03-07main/cli.c: Refactor function to print seconds formattedRodrigo Ramírez Norambuena
2015-05-04CLI: Enable automatic references to modules.Corey Farrell
2013-04-15DTMF events are now published on a channel's stasis_topic. AMI wasDavid M. Lee
2010-09-04Merged revisions 285057 via svnmerge from Russell Bryant
2010-05-12Convert to AST_CLI_YESNO and AST_CLI_ONOFFPaul Belanger
2010-05-05New 'manager show settings' CLI command.Paul Belanger
2009-05-23Correct example for CLI autocompletion (generation)Kevin P. Fleming
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2008-12-01Introduce CLI permissions.Eliel C. Sardanons
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-12This commit does two things:Michiel van Baak
2007-11-28Remove "old"-style CLI handler, since nothing uses it anymore.Jason Parker
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-12Doxygen fixes.Jason Parker
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-21Merged revisions 85532 via svnmerge from Russell Bryant
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-07-16Merge a bunch of doxygen updates to header files. This includes changes toRussell Bryant
2007-02-13This introduces a new dialplan function, DEVSTATE, which allows you to do someRussell Bryant
2007-02-13- Constify the format string passed to ast_cli()Russell Bryant
2006-12-06Make the "usage" member of the ast_cli_entry struct const to resolve a compilerRussell Bryant
2006-11-18Move this macro from cli.c to cli.h so apps can use itLuigi Rizzo
2006-11-17introduce a bit of regexp support in the internal CLI api.Luigi Rizzo
2006-11-15one more step cleaning the internal CLI interface:Luigi Rizzo
2006-11-15update the internal cli api following comments from kevin.Luigi Rizzo
2006-11-14need to check quoting in the doxygen docs...Olle Johansson
2006-11-14Some improvements to doxygen docsOlle Johansson
2006-11-14Bring in the improved internal API for the CLI.Luigi Rizzo
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-03-31removal of trailing whitespace and useless 'extern'Luigi Rizzo
2006-03-28bring in the code that was discussed on Mantis #6068,Luigi Rizzo
2006-02-16add StopMixMonitor application (issue #6122, with mods)Russell Bryant
2006-02-14more list macro conversion (issue #6361, plus documentation for new macro)Kevin P. Fleming
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-18cli.h cleanup and additional documentationMatt O'Gorman
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-05-15add functions to register/unregister multiple CLI commands in a single operat...Kevin P. Fleming
2005-01-15Repair // comments to /* */ comments (bug #3347)Mark Spencer
2004-04-06Remove size restiction on remote console command completion (bug 1360)James Golovich
2003-09-10Fix small logic errors (bug #242)Mark Spencer
2002-11-27Version 0.3.0 from FTPMark Spencer
2002-04-04Version 0.1.12 from FTPMark Spencer