summaryrefslogtreecommitdiff
path: root/main/manager.c
AgeCommit message (Expand)Author
2008-01-10Several manager changes:Tilghman Lesher
2008-01-07Move ModuleLoad and ModuleCheck manager commands from loader.c to manager.c. ...Joshua Colp
2008-01-05Now that the version.h file was getting properly regenerated every time the svnRussell Bryant
2007-12-27Merged revisions 94824 via svnmerge from Kevin P. Fleming
2007-12-26Merged revisions 94808 via svnmerge from Tilghman Lesher
2007-12-16Adding a new CLI command for "manager reload", which is important now thatOlle Johansson
2007-12-16Change manager so that registered accounts are stored in memory. This opens f...Olle Johansson
2007-12-14I needed to increment the numbers used on the VERBOSITY_ATLEAST calls by 1.Mark Michelson
2007-12-14Changed VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be more accurate.Mark Michelson
2007-12-14After reading Russell's e-mail to the dev list stating that checking option_v...Mark Michelson
2007-12-06- The Ping ActionOlle Johansson
2007-12-06Change description of new manager commandOlle Johansson
2007-12-06Add manager command for showing all current channels.Olle Johansson
2007-12-05Change cdr_manager to use a "CDR" level, rather than the (overcrowded) "call"...Tilghman Lesher
2007-11-30Merged revisions 90348 via svnmerge from Russell Bryant
2007-11-29restore behavior from the 1.4 branch... manager users created via users.conf ...Kevin P. Fleming
2007-11-28Merged revisions 90098 via svnmerge from Kevin P. Fleming
2007-11-23Merged revisions 89536 via svnmerge from Tilghman Lesher
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-20move internal function declarations to include/asterisk/_private.hLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-16Fixing a problem pointed out by QwellMark Michelson
2007-11-16Added some locks that should have been around astman_send_error,Mark Michelson
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notLuigi Rizzo
2007-11-15Merged revisions 89288 via svnmerge from Mark Michelson
2007-11-15Merged revisions 89286 via svnmerge from Mark Michelson
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
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-05Merged revisions 84742 via svnmerge from Russell Bryant
2007-10-01Merged revisions 84274 via svnmerge from Dwayne M. Hubbard
2007-09-27Merged revisions 84018 via svnmerge from Dwayne M. Hubbard
2007-09-22Add the MeetmeList and Reload manager commands, which supplement the need to ...Tilghman Lesher
2007-09-19Merged revisions 83121 via svnmerge from Russell Bryant
2007-09-19Extend manager show connected with additional information.Joshua Colp
2007-09-18(issue #10724)Jason Parker
2007-09-18Merged revisions 82867 via svnmerge from Russell Bryant
2007-09-11(closes issue #10695)Joshua Colp
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-07Use the linkedlists.h macros for the manager action list.Joshua Colp
2007-07-30Remove an XXX comment noting that it would be nice for a declaration to beRussell Bryant
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-24Move manager users list over to an rwlist.Joshua Colp
2007-07-23Don't bother calling AST_RWLIST_EMPTY on a list before AST_RWLIST_TRAVERSE, i...Joshua Colp
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher