aboutsummaryrefslogtreecommitdiffstats
path: root/main/manager.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-03CoreSettings and CoreStatus are missing the terminating "\r\n". Also, sometilghman1-44/+52
2008-01-18Merge changes from team/group/sip-tcptlsrussell1-1/+2
2008-01-14Make sure the user's manager secret exists, even if it is blank.file1-1/+1
2008-01-12Conversion to load manager.conf into memory did not convert the passwordtilghman1-3/+2
2008-01-10oops, missed the case of a 0 permission (which should mean everybody is allow...tilghman1-2/+2
2008-01-10Several manager changes:tilghman1-15/+16
2008-01-07Move ModuleLoad and ModuleCheck manager commands from loader.c to manager.c. ...file1-0/+98
2008-01-05Now that the version.h file was getting properly regenerated every time the svnrussell1-1/+1
2007-12-27Merged revisions 94824 via svnmerge from kpfleming1-5/+11
2007-12-26Merged revisions 94808 via svnmerge from tilghman1-0/+8
2007-12-16Adding a new CLI command for "manager reload", which is important now thatoej1-0/+21
2007-12-16Change manager so that registered accounts are stored in memory. This opens f...oej1-162/+143
2007-12-14I needed to increment the numbers used on the VERBOSITY_ATLEAST calls by 1.mmichelson1-1/+1
2007-12-14Changed VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be more accurate.mmichelson1-1/+1
2007-12-14After reading Russell's e-mail to the dev list stating that checking option_v...mmichelson1-1/+1
2007-12-06- The Ping Actionoej1-11/+21
2007-12-06Change description of new manager commandoej1-1/+1
2007-12-06Add manager command for showing all current channels.oej1-0/+67
2007-12-05Change cdr_manager to use a "CDR" level, rather than the (overcrowded) "call"...tilghman1-0/+1
2007-11-30Merged revisions 90348 via svnmerge from russell1-2/+0
2007-11-29restore behavior from the 1.4 branch... manager users created via users.conf ...kpfleming1-0/+4
2007-11-28Merged revisions 90098 via svnmerge from kpfleming1-2/+5
2007-11-23Merged revisions 89536 via svnmerge from tilghman1-25/+69
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo1-0/+1
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-17start using asterisk/network.h for network related headers.rizzo1-5/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-16Fixing a problem pointed out by Qwellmmichelson1-1/+1
2007-11-16Added some locks that should have been around astman_send_error,mmichelson1-0/+4
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notrizzo1-1/+1
2007-11-15Merged revisions 89288 via svnmerge from mmichelson1-1/+0
2007-11-15Merged revisions 89286 via svnmerge from mmichelson1-0/+1
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-2/+2
2007-11-08improve linked-list macros in two ways:kpfleming1-6/+6
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-7/+7
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-7/+7
2007-10-05Merged revisions 84742 via svnmerge from russell1-2/+2
2007-10-01Merged revisions 84274 via svnmerge from dhubbard1-17/+1
2007-09-27Merged revisions 84018 via svnmerge from dhubbard1-1/+17
2007-09-22Add the MeetmeList and Reload manager commands, which supplement the need to ...tilghman1-0/+23
2007-09-19Merged revisions 83121 via svnmerge from russell1-2/+1
2007-09-19Extend manager show connected with additional information.file1-3/+8
2007-09-18(issue #10724)qwell1-153/+160
2007-09-18Merged revisions 82867 via svnmerge from russell1-3/+3
2007-09-11(closes issue #10695)file1-1/+6
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-5/+6
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-8/+20
2007-08-07Use the linkedlists.h macros for the manager action list.file1-38/+39