Merged revisions 94824 via svnmerge from
[asterisk/asterisk.git] / main / manager.c
2007-12-27 Kevin P. FlemingMerged revisions 94824 via svnmerge from
2007-12-26 Tilghman LesherMerged revisions 94808 via svnmerge from
2007-12-16 Olle JohanssonAdding a new CLI command for "manager reload", which...
2007-12-16 Olle JohanssonChange manager so that registered accounts are stored...
2007-12-14 Mark MichelsonI needed to increment the numbers used on the VERBOSITY...
2007-12-14 Mark MichelsonChanged VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be...
2007-12-14 Mark MichelsonAfter reading Russell's e-mail to the dev list stating...
2007-12-06 Olle Johansson- The Ping Action
2007-12-06 Olle JohanssonChange description of new manager command
2007-12-06 Olle JohanssonAdd manager command for showing all current channels.
2007-12-05 Tilghman LesherChange cdr_manager to use a "CDR" level, rather than...
2007-11-30 Russell BryantMerged revisions 90348 via svnmerge from
2007-11-29 Kevin P. Flemingrestore behavior from the 1.4 branch... manager users...
2007-11-28 Kevin P. FlemingMerged revisions 90098 via svnmerge from
2007-11-23 Tilghman LesherMerged revisions 89536 via svnmerge from
2007-11-21 Luigi Rizzoremove a bunch of useless #include "options.h"
2007-11-20 Luigi Rizzomove asterisk/paths.h outside asterisk.h and into those...
2007-11-20 Luigi Rizzomove internal function declarations to include/asterisk...
2007-11-19 Luigi Rizzoanother bunch of include removals (errno.h and asterisk...
2007-11-17 Luigi Rizzostart using asterisk/network.h for network related...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-16 Mark MichelsonFixing a problem pointed out by Qwell
2007-11-16 Mark MichelsonAdded some locks that should have been around astman_se...
2007-11-15 Luigi Rizzoaccess channel locks through ast_channel_lock/unlock...
2007-11-15 Mark MichelsonMerged revisions 89288 via svnmerge from
2007-11-15 Mark MichelsonMerged revisions 89286 via svnmerge from
2007-11-14 Luigi Rizzomake the 'name' and 'value' fields in ast_variable...
2007-11-08 Kevin P. Flemingimprove linked-list macros in two ways:
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-10-05 Russell BryantMerged revisions 84742 via svnmerge from
2007-10-01 Dwayne M. HubbardMerged revisions 84274 via svnmerge from
2007-09-27 Dwayne M. HubbardMerged revisions 84018 via svnmerge from
2007-09-22 Tilghman LesherAdd the MeetmeList and Reload manager commands, which...
2007-09-19 Russell BryantMerged revisions 83121 via svnmerge from
2007-09-19 Joshua ColpExtend manager show connected with additional information.
2007-09-18 Jason Parker(issue #10724)
2007-09-18 Russell BryantMerged revisions 82867 via svnmerge from
2007-09-11 Joshua Colp(closes issue #10695)
2007-08-29 Steve MurphyThis code was in team/murf/bug8684-trunk; it should...
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-08-07 Joshua ColpUse the linkedlists.h macros for the manager action...
2007-07-30 Russell BryantRemove an XXX comment noting that it would be nice...
2007-07-26 Russell BryantDo a massive conversion for using the ast_verb() macro
2007-07-24 Joshua ColpMove manager users list over to an rwlist.
2007-07-23 Joshua ColpDon't bother calling AST_RWLIST_EMPTY on a list before...
2007-07-18 Tilghman LesherMerge in ast_strftime branch, which changes timestamps...
2007-07-09 Joshua ColpMake sure the idText variable is empty, and put it...
2007-07-02 Russell BryantAfter some discussion on the asterisk-dev list, we...
2007-07-02 Russell BryantAdd a CLI command to dump the built-in manager action...
2007-07-02 Russell BryantMerged revisions 72926 via svnmerge from
2007-06-29 Russell BryantMerge changes from team/russell/http_filetxfer
2007-06-29 Tilghman LesherMerged revisions 72556 via svnmerge from
2007-06-24 Russell BryantConversions to ast_debug()
2007-06-24 Tilghman LesherMerged revisions 71289 via svnmerge from
2007-06-21 Jason ParkerAdd manager events for RTCP statistics.
2007-06-14 Kevin P. FlemingMerged revisions 69392 via svnmerge from
2007-06-14 Brett BryantCouple of manager ssl options weren't loading because...
2007-06-11 Jason ParkerChange displayconnects option in manager.conf to be...
2007-06-11 Joshua ColpAdd username completion for manager show user CLI comma...
2007-06-07 Russell BryantFix a bunch of doxygen errors and document more things
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-06-06 Russell BryantMinor formatting change to test closing mantis issues...
2007-06-06 Russell BryantMinor formatting change to test closing mantis issues...
2007-06-05 Jason ParkerMake sure we default allowmultiplelogin to on/yes,...
2007-05-24 Russell BryantAdd a new API call for creating detached threads. ...
2007-05-24 Joshua ColpMerged revisions 65902 via svnmerge from
2007-05-17 Russell BryantAdd an option that lets you only allow one connection...
2007-05-11 Jason ParkerMerged revisions 63982 via svnmerge from
2007-05-11 Russell BryantMerged revisions 63886 via svnmerge from
2007-05-10 Russell BryantMerged revisions 63804 via svnmerge from
2007-05-04 Russell BryantConvert spaces to tabs for indentation.
2007-05-04 Olle JohanssonAdd "CoreStatus" - from the moremanager branch.
2007-05-04 Olle Johansson- Add manager command CoreSettings
2007-04-24 Russell BryantMerged revisions 61787 via svnmerge from
2007-04-23 Russell BryantWhen building a JSON encoded string in the GetConfigJSO...
2007-04-20 Russell BryantMerged revisions 61690 via svnmerge from
2007-04-19 Tilghman LesherMerged revisions 61683 via svnmerge from
2007-04-10 Tilghman LesherIssue 6082 - New DTMF event for manager
2007-04-09 Olle JohanssonAdd hint to ExtensionStatus AMI event in manager
2007-04-06 Russell BryantMerged revisions 60603 via svnmerge from
2007-04-04 Russell BryantMerged revisions 60137 via svnmerge from
2007-03-07 Russell BryantMerged revisions 58165 via svnmerge from
2007-02-24 Olle JohanssonDoxygen updates and corrections
2007-02-23 Russell BryantIntroduce a new manager action, GetConfigJSON, which...
2007-02-16 Joshua ColpProperly handle an error result from a manager action...
2007-02-14 Olle JohanssonNew CLI command "Core show settings" to list some core...
2007-02-08 Joshua ColpIt is with pleasure that I announce the return of rawma...
2007-02-06 Tilghman LesherMerged revisions 53246 via svnmerge from
2007-01-31 Russell BryantMerged revisions 53046 via svnmerge from
2007-01-29 Russell BryantMerged revisions 52688 via svnmerge from
2007-01-29 Russell BryantThe changes for trunk are less extensive, but include
2007-01-24 Joshua ColpClose file after we do the translation, and map memory...
2007-01-23 Russell BryantMerged revisions 51781 via svnmerge from
2007-01-23 Russell BryantMerged revisions 51750 via svnmerge from
2007-01-19 Russell BryantBreak out of the config processing loop for manager...
2007-01-18 Russell BryantFix trunk version of manager support for users.conf...
2007-01-18 Russell BryantMerged revisions 51233 via svnmerge from
2007-01-15 Joshua ColpMerged revisions 50895 via svnmerge from
2007-01-12 Joshua ColpExit from session loop upon error (ie: they disconnecte...
next