aboutsummaryrefslogtreecommitdiffstats
path: root/main/manager.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-02Merged revisions 119742 via svnmerge from russell1-9/+50
2008-05-23Add new functionality to http server that requires manager authentication for...bbryant1-3/+18
2008-05-20+ Implement a variant of astman_get_header() to return the first orrizzo1-9/+55
2008-05-15Use casts or intermediate variables to remove a numberrizzo1-1/+1
2008-05-14Add support for codec settings in originate via call file and manager.oej1-5/+13
2008-05-09Adding support for "urgent" voicemail messages. Messages which aremmichelson1-4/+6
2008-05-05Optionally display the value of several variables within the Status command.tilghman1-5/+46
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-3/+6
2008-04-23Merged revisions 114591 via svnmerge from russell1-7/+7
2008-04-22Correct action_ping() and action_events() with regards to Manager 1.1russell1-9/+13
2008-04-18Merged revisions 114284 via svnmerge from russell1-1/+1
2008-04-10Merged revisions 114051 via svnmerge from mmichelson1-0/+6
2008-04-02Merged revisions 112468 via svnmerge from mmichelson1-0/+13
2008-04-02Re-add HTTP post support by moving to res_http_post.ctwilson1-3/+9
2008-03-26Add the "config reload <conffile>" command, which allows you to tell Asterisktilghman1-6/+6
2008-03-26This ensures that the manager interface is not enabled by default. Prior to thismmichelson1-0/+2
2008-03-19actually implement HTTP request dispatching based on both URI and method; red...kpfleming1-3/+3
2008-03-18start the process of changing HTTP request dispatching to do it based on *bot...kpfleming1-7/+7
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-9/+9
2008-03-18Make sure values are interpreted as character strings and not format strings.file1-1/+1
2008-03-13Make this compilemmichelson1-2/+2
2008-03-13Fixing a potential buffer overflow in the manager command ModuleCheck.mmichelson1-2/+2
2008-03-12Rename ast_tcptls_server_instance to session_instance, since this pertains torussell1-5/+5
2008-03-05Adding the Atxfer manager command. With this, you may initiatemmichelson1-0/+70
2008-03-04There are several places in manager.c where BUFSIZ is used for a buffermmichelson1-6/+6
2008-03-04Whitespace changes onlytilghman1-4/+4
2008-03-04add a destroy API call for a server instancerussell1-1/+1
2008-03-04More public API name changes to use an appropriate ast_ prefixrussell1-5/+5
2008-03-04Rename public object server_instance to ast_tcptls_server_instancerussell1-4/+4
2008-02-27Merged revisions 104704 via svnmerge from tilghman1-1/+6
2008-02-26Rename version.h to ast_version.h. Next, I will be re-adding version.h as anrussell1-1/+1
2008-02-22Move Originate to a separate privilege and require the additional System priv...tilghman1-2/+18
2008-02-21Merged revisions 104015 via svnmerge from kpfleming1-1/+1
2008-02-12Even more sane permissions. This should be handled via a umask, like in many...qwell1-1/+1
2008-02-12Use slight more sane permissionsqwell1-1/+1
2008-02-12Fix build on *BSD. These permissions constants are not available there.russell1-1/+1
2008-02-12Requested changes from Pari, reviewed by Russell.jpeeler1-52/+209
2008-02-11Just some minor coding style cleanup...file1-3/+3
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