From: Russell Bryant Date: Tue, 26 Feb 2008 00:38:02 +0000 (+0000) Subject: Add a \todo to convert this module to the event system X-Git-Tag: 1.6.0-beta7~307 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2e24a1bed1541d11f33da1d9d66ea3f41c31493;p=thirdparty%2Fasterisk.git Add a \todo to convert this module to the event system git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104124 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_smdi.c b/res/res_smdi.c index ec0b2c4f9d..3a8a5f4d6b 100644 --- a/res/res_smdi.c +++ b/res/res_smdi.c @@ -25,6 +25,10 @@ * * Here is a useful mailing list post that describes SMDI protocol details: * \ref http://lists.digium.com/pipermail/asterisk-dev/2003-June/000884.html + * + * \todo This module currently has its own mailbox monitoring thread. This should + * be converted to MWI subscriptions and just let the optional global voicemail + * polling thread handle it. */ #include "asterisk.h"