aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
AgeCommit message (Collapse)AuthorFilesLines
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)kpfleming1-0/+3
convert chan->uniqueid to a stringfield from a fixed-size buffer git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10088 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14more memory allocation wrapper conversion (issue #6365)kpfleming1-20/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10066 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14#ifdef the include too.bweschke1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9963 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 #ifdef'd the prctl fix to only try and compile on linux systems. Thanks ↵bweschke1-0/+2
rizzo for pointing this out, and credit to Armin for identifying a solution to the original problem. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9962 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 Make sure that PR_SET_DUMPABLE is set to make certain that we still dump ↵bweschke1-0/+7
core if Asterisk has setuid'd to run as non-root git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9844 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24store the list of 'atexit' functions using linked list macros (issue #6329)russell1-24/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8572 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-18constify arguments in more places where strings should not be modified ↵russell1-1/+1
(issue #6286) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8203 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17Merged revisions 8122 via svnmerge from kpfleming1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r8122 | kpfleming | 2006-01-17 07:11:55 -0600 (Tue, 17 Jan 2006) | 2 lines update CLI copyright notice ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8123 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-16check rlimit _after_ reading config file, so that if 'dumpcore' is specified ↵kpfleming1-4/+4
there it will take effect git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8114 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 bweschke1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8100 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13adding more output for shutdown. as per 6102mogorman1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8050 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12More changes to make t.38 support workmattf1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8015 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-10Bug 5961 - new RAND() functiontilghman1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7920 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-08you need to setgid in addition to initgroups...markster1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7869 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-07oopsmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7859 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-07Only set group for "runuser" if "rungroup" is not specified.markster1-3/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7858 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-07Initialize groups properlymarkster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7857 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-07Fix CLI breakagemarkster1-6/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7851 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27when doing tab completion, iterate the list of matches to count how many thererussell1-5/+6
are instead of having the list of matches generated twice (issue #6066) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7655 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26Merged revisions 7634 via svnmerge from russell1-6/+8
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7634 | russell | 2005-12-26 13:19:12 -0500 (Mon, 26 Dec 2005) | 2 lines cast time_t to an int in printf/scanf (issue #5635) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7635 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23Merged revisions 7606 via svnmerge from kpfleming1-4/+84
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7606 | kpfleming | 2005-12-22 21:01:24 -0600 (Thu, 22 Dec 2005) | 3 lines add license reference to copyright notice displayed when CLI session begins add 'show warranty' and 'show license' CLI commands (still need a complete list of non-GPL components included in Asterisk) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7607 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21- change the default value of the global priority jumping option to 'off'russell1-1/+1
- update the UPGRADE.txt file to reflect this change - remove old information from UPGRADE.txt git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7568 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-100/+81
formatting, remove some unnecessary casts, and other little code cleanups. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7331 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-14finish merging doxygen updates from issue #5605russell1-22/+36
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7096 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5569 minus lock.h changeskpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7024 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08whitespace fixkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7017 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5581kpfleming1-3/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7014 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5599kpfleming1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7007 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5621kpfleming1-0/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7004 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-05stop recompiling cli.c on every 'make'kpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6963 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01issue #4678kpfleming1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6936 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01optionally send silence during recording (issue #5135)kpfleming1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6925 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31provide an alternate getloadavg implementation and a fallback for systems ↵kpfleming1-1/+6
that don't have it at all (issue #5549 with minor mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6903 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26change ast_strlen_zero to also check for the string to be definedrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6862 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26Allow limitation by loadavg not just calls (should be BSD friendly)...markster1-1/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6850 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-19/+56
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-29install 'rasterisk' symlink and update process name when used remotely ↵kpfleming1-0/+10
(issue #5318 with minor mod) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6688 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25Fix restart in Mac OSX (bug #5251)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6643 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14ensure that ast_safe_system() is thread-safe (issue #4947)kpfleming1-14/+34
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6603 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-01eliminate the urgent handler message, since it can causing blocking in the ↵kpfleming1-0/+4
stdio library (issue #5087) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6492 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-31ensure revents fields are initialized before calling poll()kpfleming1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6476 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23don't try to change run priority, EUID or EGID on restart if they were ↵kpfleming1-3/+10
already set (issue #4734 with minor mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6369 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23make sure realtime/high scheduling priority is relinquished before executing ↵kpfleming1-2/+2
an AGI script (issue #4930) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6368 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22make SIGURG handler message more obvious (issue #4878)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6364 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22add count of files used to build Asterisk/modules (issue #4992 with text mod)kpfleming1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6350 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-14Reorder dnsmgr to before other modules (bug #4927)markster1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6332 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-26add a global option to disable priority jumping in applications (when they ↵kpfleming1-0/+1
get updated), settable in extensions.conf change app_dial to use 'j' to _ENABLE_ priority jumping if it has been globally disabled git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6224 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25process asterisk.conf in a single pass, instead of twice (bug #4689)kpfleming1-85/+72
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6216 f38db490-d61c-443f-a65b-d21fe96a405b