summaryrefslogtreecommitdiff
path: root/main/asterisk.c
AgeCommit message (Expand)Author
2008-02-26I swear I compiled this ... *cough*Russell Bryant
2008-02-18make the output of 'core show settings' a bit nicer.Michiel van Baak
2008-02-12Remove development version notice.Russell Bryant
2008-02-11Just some minor coding style cleanup...Joshua Colp
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2008-02-04Merged revisions 102323 via svnmerge from Tilghman Lesher
2008-01-24Merged revisions 100164 via svnmerge from Russell Bryant
2008-01-23Move code from res_features into (new file) main/features.cJason Parker
2008-01-22Make sure the command is not just present but is also configured to be executedRussell Bryant
2008-01-22Change the Asterisk CLI startup commands feature to read commands to run from...Russell Bryant
2008-01-17Add support for an easy way to automatically execute some Asterisk CLI commandsRussell Bryant
2008-01-09New option in trunk, needs strdupa to be safe, tooTilghman Lesher
2008-01-08Merged revisions 97077 via svnmerge from Tilghman Lesher
2008-01-05Now that the version.h file was getting properly regenerated every time the svnRussell Bryant
2008-01-03Compatibility fix for OpenBSDTilghman Lesher
2007-12-27Fix -s socket option, and document it as well.Jason Parker
2007-12-21Merged revisions 94418 via svnmerge from Tilghman Lesher
2007-12-20modify http://svn.digium.com/view/asterisk?view=rev&rev=93603Luigi Rizzo
2007-12-19Add option for starting remote Asterisk by naming the actual runtime socket i...Olle Johansson
2007-12-18Making the canary error message a little more obvious.Tilghman Lesher
2007-12-18Add a canary process, for high priority mode (asterisk -p) to ensure that ifTilghman Lesher
2007-12-18make configuration variable const so they are not accidentallyLuigi Rizzo
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.Luigi Rizzo
2007-12-18Rename the macros in defaults.h - they are not meant to beLuigi Rizzo
2007-12-16Don't drop the first character randomly in long listings in the CLI.Olle Johansson
2007-12-14Convert ast_verbose to ast_verb.Tilghman Lesher
2007-12-12Correctly handle possible memory allocation failureTilghman Lesher
2007-11-27A few more "moremanager" fixesOlle Johansson
2007-11-27More "moremanager" fixes. Manager commands to check module status.Olle Johansson
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move internal function declarations to include/asterisk/_private.hLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16remove duplicate headers.Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-21Merged revisions 85532 via svnmerge from Russell Bryant
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-17Merged revisions 86066 via svnmerge from Tilghman Lesher
2007-10-15Merged revisions 85545 via svnmerge from Russell Bryant
2007-10-13Merged revisions 85533 via svnmerge from Russell Bryant
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedRussell Bryant
2007-09-24Permit custom locations for astdb and the keys directory (though default to t...Tilghman Lesher
2007-09-20Merged revisions 83348 via svnmerge from Russell Bryant
2007-09-20trivial formatting changeRussell Bryant
2007-09-20trivial formatting changeRussell Bryant
2007-09-20Don't start the event processing thread until after forking.Russell Bryant