dect
/
asterisk
Archived
13
0
Fork 0

Add sigaction janitor

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@199696 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2009-06-08 22:08:44 +00:00
parent ac345f47db
commit 6b30a865c0
1 changed files with 2 additions and 0 deletions

View File

@ -32,3 +32,5 @@
-- Audit all channel/res/app/etc. modules to ensure that they do not register any entrypoints with the Asterisk core until after they are ready to service requests; all config file reading/processing, structure allocation, etc. must be completed before Asterisk is made aware of any services the module offers.
-- Ensure that Realtime-enabled modules do not depend on the order of columns returned by the database lookup (example: outboundproxy and host settings in chan_sip).
-- Convert all usage of the signal(2) system API to the more portable sigaction(2) system API.