aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_smdi.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-26 00:38:02 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-26 00:38:02 +0000
commit6d87cf528a058ca88baa2012397e1a7983884207 (patch)
treee4c8588df455f0224b5101b1563b027f69c18112 /res/res_smdi.c
parent8d7f4e86d7ff3353b253b3b867ea639f9922ac79 (diff)
Add a \todo to convert this module to the event system
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@104124 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_smdi.c')
-rw-r--r--res/res_smdi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/res_smdi.c b/res/res_smdi.c
index ec0b2c4f9..3a8a5f4d6 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"