summaryrefslogtreecommitdiff
path: root/asterisk.c
AgeCommit message (Expand)Author
2006-06-13Merged revisions 33753 via svnmerge from Russell Bryant
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...Kevin P. Fleming
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)Kevin P. Fleming
2006-06-08Doxygen updatesOlle Johansson
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-30move processing of 'languageprefix' option to proper section of config fileKevin P. Fleming
2006-05-29remove unused includeLuigi Rizzo
2006-05-26Fix various problems in the addition of the ability to mute log/verboseRussell Bryant
2006-05-26Add ability to disable log / verbose output to remote consoles (issue #6524 r...Joshua Colp
2006-05-25Add the ability to retrieve the exit code of the forked AGI process. If thereRussell Bryant
2006-05-19Merged revisions 28754 via svnmerge from Russell Bryant
2006-05-11- Use systemname for realm in sip, if we have no configuration for realmOlle Johansson
2006-05-08 use pid_t instead of long for pid variables. #7099 (casper)BJ Weschke
2006-05-07Merged revisions 25288 via svnmerge from BJ Weschke
2006-05-01Merged revisions 24019 via svnmerge from Tilghman Lesher
2006-04-30add a command-line flag and option to force forking, even with -v or -dKevin P. Fleming
2006-04-30remove T38_SUPPORT define that is no longer neededKevin P. Fleming
2006-04-29move the "show version" CLI command from cli.c to asterisk.c so that only oneRussell Bryant
2006-04-19support 'languageprefix' in asterisk.conf to modify the algorithmLuigi Rizzo
2006-04-15Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir pa...Joshua Colp
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...Joshua Colp
2006-04-14normalize cli completion codeLuigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-12whoops... remove an extra line.Luigi Rizzo
2006-04-12add 'show threads' and 'show profile' commands.Luigi Rizzo
2006-04-11Merged revisions 19351 via svnmerge from Tilghman Lesher
2006-03-31Issue 5852 (casper) Code clean up, adding documentation on new switches. Thanks!Olle Johansson
2006-03-30Merged revisions 16579 via svnmerge from Tilghman Lesher
2006-03-30convert internal timing to be stored as a flag in the ast_options flagsRussell Bryant
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)Olle Johansson
2006-03-28bring in the code that was discussed on Mantis #6068,Luigi Rizzo
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer
2006-03-25revert loader changes that have clearly not undergone adequate testing before...Kevin P. Fleming
2006-03-14clarify which global options are enabled by defaultRussell Bryant
2006-03-02Merged revisions 11609 via svnmerge from Tilghman Lesher
2006-02-28Merged revisions 11408 via svnmerge from Russell Bryant
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)Kevin P. Fleming
2006-02-14more memory allocation wrapper conversion (issue #6365)Kevin P. Fleming
2006-02-14#ifdef the include too.BJ Weschke
2006-02-14 #ifdef'd the prctl fix to only try and compile on linux systems. Thanks riz...BJ Weschke
2006-02-14 Make sure that PR_SET_DUMPABLE is set to make certain that we still dump cor...BJ Weschke
2006-01-24store the list of 'atexit' functions using linked list macros (issue #6329)Russell Bryant
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-17Merged revisions 8122 via svnmerge from Kevin P. Fleming
2006-01-16check rlimit _after_ reading config file, so that if 'dumpcore' is specified ...Kevin P. Fleming
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 BJ Weschke
2006-01-13adding more output for shutdown. as per 6102Matt O'Gorman
2006-01-12More changes to make t.38 support workMatthew Fredrickson
2006-01-10Bug 5961 - new RAND() functionTilghman Lesher
2006-01-08you need to setgid in addition to initgroups...Mark Spencer