diff --git a/doc/janitor-projects.txt b/doc/janitor-projects.txt index a43f9c95794562c2c16d87a1bdd3a4a8cc6a4082..4348c0c7e69843304e523e64cfee6404df81cb7d 100644 --- a/doc/janitor-projects.txt +++ b/doc/janitor-projects.txt @@ -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.