aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-05Merged revisions 115334 via svnmerge from tilghman1-3/+35
2008-04-08Merged revisions 113403 via svnmerge from qwell1-7/+9
2008-04-04Merged revisions 112653,112656,112714 via svnmerge from dhubbard1-1/+30
2008-03-25Merged revisions 110629 via svnmerge from file1-2/+2
2008-03-18Merged revisions 109447 via svnmerge from russell1-21/+21
2008-03-07Merged revisions 106553 via svnmerge from tilghman1-3/+5
2008-03-06Merged revisions 105841 via svnmerge from russell1-4/+4
2008-03-033) In addition to merging the changes below, change trunk back to a regularrussell1-0/+2
2008-02-26I swear I compiled this ... *cough*russell1-1/+1
2008-02-18make the output of 'core show settings' a bit nicer.mvanbaak1-6/+6
2008-02-12Remove development version notice.russell1-3/+1
2008-02-11Just some minor coding style cleanup...file1-5/+5
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-28/+94
2008-02-04Merged revisions 102323 via svnmerge from tilghman1-0/+4
2008-01-24Merged revisions 100164 via svnmerge from russell1-5/+5
2008-01-23Move code from res_features into (new file) main/features.cqwell1-0/+3
2008-01-22Make sure the command is not just present but is also configured to be executedrussell1-2/+4
2008-01-22Change the Asterisk CLI startup commands feature to read commands to run from...russell1-23/+10
2008-01-17Add support for an easy way to automatically execute some Asterisk CLI commandsrussell1-1/+37
2008-01-09New option in trunk, needs strdupa to be safe, tootilghman1-1/+1
2008-01-08Merged revisions 97077 via svnmerge from tilghman1-3/+3
2008-01-05Now that the version.h file was getting properly regenerated every time the svnrussell1-7/+7
2008-01-03Compatibility fix for OpenBSDtilghman1-2/+2
2007-12-27Fix -s socket option, and document it as well.qwell1-1/+1
2007-12-21Merged revisions 94418 via svnmerge from tilghman1-1/+1
2007-12-20modify http://svn.digium.com/view/asterisk?view=rev&rev=93603rizzo1-60/+84
2007-12-19Add option for starting remote Asterisk by naming the actual runtime socket i...oej1-1/+9
2007-12-18Making the canary error message a little more obvious.tilghman1-1/+1
2007-12-18Add a canary process, for high priority mode (asterisk -p) to ensure that iftilghman1-2/+71
2007-12-18make configuration variable const so they are not accidentallyrizzo1-60/+62
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.rizzo1-1/+1
2007-12-18Rename the macros in defaults.h - they are not meant to berizzo1-14/+15
2007-12-16Don't drop the first character randomly in long listings in the CLI.oej1-2/+3
2007-12-14Convert ast_verbose to ast_verb.tilghman1-6/+3
2007-12-12Correctly handle possible memory allocation failuretilghman1-5/+13
2007-11-27A few more "moremanager" fixesoej1-1/+1
2007-11-27More "moremanager" fixes. Manager commands to check module status.oej1-0/+19
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo1-0/+2
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-17start using asterisk/network.h for network related headers.rizzo1-4/+1
2007-11-16remove a bunch of duplicate includesrizzo1-1/+0
2007-11-16remove duplicate headers.rizzo1-3/+2
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-3/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-4/+4
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-17/+17
2007-10-21Merged revisions 85532 via svnmerge from russell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-17/+17
2007-10-17Merged revisions 86066 via svnmerge from tilghman1-10/+12
2007-10-15Merged revisions 85545 via svnmerge from russell1-0/+4