summaryrefslogtreecommitdiff
path: root/main/manager.c
AgeCommit message (Expand)Author
2008-07-09Code wasn't ready to be merged - see -dev list discussionTilghman Lesher
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.Brett Bryant
2008-07-06Changing name of global api call to ast_* Olle Johansson
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andOlle Johansson
2008-07-02Keep ast_app_inboxcount API compatible with 1.6.0.Tilghman Lesher
2008-06-17Updates all usages of ast_tcptls_session_instance to be managed by reference ...Brett Bryant
2008-06-02Merged revisions 119742 via svnmerge from Russell Bryant
2008-05-23Add new functionality to http server that requires manager authentication for...Brett Bryant
2008-05-20+ Implement a variant of astman_get_header() to return the first orLuigi Rizzo
2008-05-15Use casts or intermediate variables to remove a numberLuigi Rizzo
2008-05-14Add support for codec settings in originate via call file and manager.Olle Johansson
2008-05-09Adding support for "urgent" voicemail messages. Messages which areMark Michelson
2008-05-05Optionally display the value of several variables within the Status command.Tilghman Lesher
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.Tilghman Lesher
2008-04-23Merged revisions 114591 via svnmerge from Russell Bryant
2008-04-22Correct action_ping() and action_events() with regards to Manager 1.1Russell Bryant
2008-04-18Merged revisions 114284 via svnmerge from Russell Bryant
2008-04-10Merged revisions 114051 via svnmerge from Mark Michelson
2008-04-02Merged revisions 112468 via svnmerge from Mark Michelson
2008-04-02Re-add HTTP post support by moving to res_http_post.cTerry Wilson
2008-03-26Add the "config reload <conffile>" command, which allows you to tell AsteriskTilghman Lesher
2008-03-26This ensures that the manager interface is not enabled by default. Prior to thisMark Michelson
2008-03-19actually implement HTTP request dispatching based on both URI and method; red...Kevin P. Fleming
2008-03-18start the process of changing HTTP request dispatching to do it based on *bot...Kevin P. Fleming
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-18Make sure values are interpreted as character strings and not format strings.Joshua Colp
2008-03-13Make this compileMark Michelson
2008-03-13Fixing a potential buffer overflow in the manager command ModuleCheck.Mark Michelson
2008-03-12Rename ast_tcptls_server_instance to session_instance, since this pertains toRussell Bryant
2008-03-05Adding the Atxfer manager command. With this, you may initiateMark Michelson
2008-03-04There are several places in manager.c where BUFSIZ is used for a bufferMark Michelson
2008-03-04Whitespace changes onlyTilghman Lesher
2008-03-04add a destroy API call for a server instanceRussell Bryant
2008-03-04More public API name changes to use an appropriate ast_ prefixRussell Bryant
2008-03-04Rename public object server_instance to ast_tcptls_server_instanceRussell Bryant
2008-02-27Merged revisions 104704 via svnmerge from Tilghman Lesher
2008-02-26Rename version.h to ast_version.h. Next, I will be re-adding version.h as anRussell Bryant
2008-02-22Move Originate to a separate privilege and require the additional System priv...Tilghman Lesher
2008-02-21Merged revisions 104015 via svnmerge from Kevin P. Fleming
2008-02-12Even more sane permissions. This should be handled via a umask, like in many...Jason Parker
2008-02-12Use slight more sane permissionsJason Parker
2008-02-12Fix build on *BSD. These permissions constants are not available there.Russell Bryant
2008-02-12Requested changes from Pari, reviewed by Russell.Jeff Peeler
2008-02-11Just some minor coding style cleanup...Joshua Colp
2008-02-03CoreSettings and CoreStatus are missing the terminating "\r\n". Also, someTilghman Lesher
2008-01-18Merge changes from team/group/sip-tcptlsRussell Bryant
2008-01-14Make sure the user's manager secret exists, even if it is blank.Joshua Colp
2008-01-12Conversion to load manager.conf into memory did not convert the passwordTilghman Lesher
2008-01-10oops, missed the case of a 0 permission (which should mean everybody is allow...Tilghman Lesher
2008-01-10Several manager changes:Tilghman Lesher