Changing name of global api call to ast_*
[asterisk/asterisk.git] / main / manager.c
2008-07-06 Olle JohanssonChanging name of global api call to ast_*
2008-07-05 Olle JohanssonImplement flags for AGI in the channel structure so...
2008-07-02 Tilghman LesherKeep ast_app_inboxcount API compatible with 1.6.0.
2008-06-17 Brett BryantUpdates all usages of ast_tcptls_session_instance to...
2008-06-02 Russell BryantMerged revisions 119742 via svnmerge from
2008-05-23 Brett BryantAdd new functionality to http server that requires...
2008-05-20 Luigi Rizzo+ Implement a variant of astman_get_header() to return...
2008-05-15 Luigi RizzoUse casts or intermediate variables to remove a number
2008-05-14 Olle JohanssonAdd support for codec settings in originate via call...
2008-05-09 Mark MichelsonAdding support for "urgent" voicemail messages. Message...
2008-05-05 Tilghman LesherOptionally display the value of several variables withi...
2008-05-01 Tilghman LesherModify TIMEOUT() to be accurate down to the millisecond.
2008-04-23 Russell BryantMerged revisions 114591 via svnmerge from
2008-04-22 Russell BryantCorrect action_ping() and action_events() with regards...
2008-04-18 Russell BryantMerged revisions 114284 via svnmerge from
2008-04-10 Mark MichelsonMerged revisions 114051 via svnmerge from
2008-04-02 Mark MichelsonMerged revisions 112468 via svnmerge from
2008-04-02 Terry WilsonRe-add HTTP post support by moving to res_http_post.c
2008-03-26 Tilghman LesherAdd the "config reload <conffile>" command, which allow...
2008-03-26 Mark MichelsonThis ensures that the manager interface is not enabled...
2008-03-19 Kevin P. Flemingactually implement HTTP request dispatching based on...
2008-03-18 Kevin P. Flemingstart the process of changing HTTP request dispatching...
2008-03-18 Terry WilsonGo through and fix a bunch of places where character...
2008-03-18 Joshua ColpMake sure values are interpreted as character strings...
2008-03-13 Mark MichelsonMake this compile
2008-03-13 Mark MichelsonFixing a potential buffer overflow in the manager comma...
2008-03-12 Russell BryantRename ast_tcptls_server_instance to session_instance...
2008-03-05 Mark MichelsonAdding the Atxfer manager command. With this, you may...
2008-03-04 Mark MichelsonThere are several places in manager.c where BUFSIZ...
2008-03-04 Tilghman LesherWhitespace changes only
2008-03-04 Russell Bryantadd a destroy API call for a server instance
2008-03-04 Russell BryantMore public API name changes to use an appropriate...
2008-03-04 Russell BryantRename public object server_instance to ast_tcptls_serv...
2008-02-27 Tilghman LesherMerged revisions 104704 via svnmerge from
2008-02-26 Russell BryantRename version.h to ast_version.h. Next, I will be...
2008-02-22 Tilghman LesherMove Originate to a separate privilege and require...
2008-02-21 Kevin P. FlemingMerged revisions 104015 via svnmerge from
2008-02-12 Jason ParkerEven more sane permissions. This should be handled...
2008-02-12 Jason ParkerUse slight more sane permissions
2008-02-12 Russell BryantFix build on *BSD. These permissions constants are...
2008-02-12 Jeff PeelerRequested changes from Pari, reviewed by Russell.
2008-02-11 Joshua ColpJust some minor coding style cleanup...
2008-02-03 Tilghman LesherCoreSettings and CoreStatus are missing the terminating...
2008-01-18 Russell BryantMerge changes from team/group/sip-tcptls
2008-01-14 Joshua ColpMake sure the user's manager secret exists, even if...
2008-01-12 Tilghman LesherConversion to load manager.conf into memory did not...
2008-01-10 Tilghman Lesheroops, missed the case of a 0 permission (which should...
2008-01-10 Tilghman LesherSeveral manager changes:
2008-01-07 Joshua ColpMove ModuleLoad and ModuleCheck manager commands from...
2008-01-05 Russell BryantNow that the version.h file was getting properly regene...
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...
next