aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
AgeCommit message (Collapse)AuthorFilesLines
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
2005-07-25allow longer file version strings (bug #4765)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6210 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15add a library of timeval manipulation functions, and change a large number ↵kpfleming1-2/+2
of usses to use the new functions (bug #4504) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6146 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15re-enable SIGHUP and SIGCHLD after they fire on platforms that require it ↵kpfleming1-0/+2
(bug #4720) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6144 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08queue device state changes and handle them serially in a background threadkpfleming1-0/+5
optimize device state related functions add ast_get_channel_by_name_prefix to allow searching for matching channels in O(1) operation git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6062 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05add support for 'early loading' modules, so that nearly all configuration ↵kpfleming1-1/+6
files can be read from Realtime storage add warning for when file mapping is found but the engine is not available add warning for trying to map 'logger.conf', since it cannot be reliably mapped git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6034 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-07fix version-string builds for non-gcc compilerskpfleming1-0/+4
don't build version-string stuff for LOW_MEMORY builds git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5873 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06the last round of file version tagskpfleming1-0/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5867 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06more file version tagskpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06another round of version tag updates, along with 'show version files' ↵kpfleming1-5/+42
pattern filtering git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5865 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06remove experimental module version tagskpfleming1-0/+86
add per-file revision tags and 'show version files' CLI command git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06major Makefile and build process improvements, including removal of all ↵kpfleming1-3/+10
hardcoded paths (modules must now use run-time paths as they should) (bug #4116) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5855 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05more ast_copy_string() conversionkpfleming1-24/+24
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5849 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03remove deprecated 'quit' and 'exit' commands from console (but not remote ↵kpfleming1-40/+19
connections) clean up core CLI command registration to use ast_cli_register_multiple() git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5828 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03don't call poll() with an unitialized structure (bug #4387)kpfleming1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5826 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)kpfleming1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5823 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ↵russell1-0/+4
#4320) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5723 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-18Add optional call limitmarkster1-1/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5712 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5664 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08Fix gethostname calls (bug #4198, with mods)markster1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5600 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29fix *BSD breakage from include-order changes (bug #4067)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5534 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-19/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5498 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-22/+22
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13ensure that the random number generator(s) are always seeded with a ↵kpfleming1-0/+6
different value during Asterisk startup don't reinitialize random number generators in other modules (bug #4017) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5459 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06*** empty log message ***kpfleming1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5431 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04optimize codec selection and format changing codekpfleming1-0/+4
force all transcode paths to use AST_FORMAT_SLINEAR as the frames pass through the bridge (can be disabled using the 'transcode_via_sln' setting in th 'options' setting in asteris.conf) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5376 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03ensure that needed headers are included for chmod() and mkdir() (bug #3937)kpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5366 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-26Fix order of priority reading / file reading (bug #3860)markster1-7/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5266 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-11Add timestamping to console (bug #3653 with minor mods)markster1-1/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5163 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-05Allow debug to be enabled on a per-file basis...markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5143 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-11Flagify hold (bug #3456)markster1-3/+64
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5010 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-09Fix minor typo (bug #3534)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4993 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-09Allow debug level to be more than just binary (bug #3524)markster1-1/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4988 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-02Merge #exec functionality (must be explicitly enabled!)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4950 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-25Merge config updates (bug #3406)markster1-6/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4889 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-21update copyright headers for 2005russell1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4868 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-15Keep dead console from killing asterisk (bu #3331)markster1-7/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4798 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-31Merge OEJ's channel type listing (bug #3187) with slight modificationsmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4614 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-29Fix additional typos (bug #3162)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4581 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-28Fix small typos (bug #3162)markster1-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4565 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-14/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4446 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-11Work around silly macos (bug #2833)markster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4200 f38db490-d61c-443f-a65b-d21fe96a405b