aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-27Merged revisions 118465 via svnmerge from tilghman1-7/+14
2008-05-22Merged revisions 117899 via svnmerge from tilghman1-0/+9
2008-05-22Store build-time options as a string in AST_BUILDOPTS in buildopts.h. Also,russell1-0/+1
2008-05-21Merged revisions 117519 via svnmerge from tilghman1-0/+8
2008-05-21Merged revisions 117514 via svnmerge from russell1-3/+0
2008-05-21Merged revisions 117507 via svnmerge from russell1-0/+3
2008-05-21Merged revisions 117479 via svnmerge from russell1-1/+5
2008-05-13Merged revisions 115884 via svnmerge from tilghman1-1/+1
2008-05-06Merged revisions 115415 via svnmerge from tilghman1-1/+1
2008-05-05Merged revisions 115333 via svnmerge from tilghman1-3/+35
2008-05-03A taskprocessor is an object that has a name, a task queue, and an event proc...dhubbard1-0/+1
2008-05-02Add attributes to various API calls, to help track down bugs (and remove a de...tilghman1-2/+7
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...tilghman1-5/+1
2008-04-08Merged revisions 113402 via svnmerge from qwell1-7/+9
2008-04-04sleep long enough for the zaptel timer error message to display before exitdhubbard1-0/+1
2008-04-03satisfy buildbotdhubbard1-1/+1
2008-04-03add a Zaptel timer check to verify the timer is responding when Zaptel suppor...dhubbard1-1/+29
2008-03-26Add the "config reload <conffile>" command, which allows you to tell Asterisktilghman1-3/+3
2008-03-25Merged revisions 110628 via svnmerge from file1-2/+2
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-21/+21
2008-03-07Merged revisions 106552 via svnmerge from tilghman1-3/+5
2008-03-05Create a centralized configuration option for silencethresholdtilghman1-1/+2
2008-03-04Fix minor misuses of snprintftilghman1-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