[asterisk-commits] russell: trunk r104124 - /trunk/res/res_smdi.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Feb 25 18:38:02 CST 2008
Author: russell
Date: Mon Feb 25 18:38:02 2008
New Revision: 104124
URL: http://svn.digium.com/view/asterisk?view=rev&rev=104124
Log:
Add a \todo to convert this module to the event system
Modified:
trunk/res/res_smdi.c
Modified: trunk/res/res_smdi.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_smdi.c?view=diff&rev=104124&r1=104123&r2=104124
==============================================================================
--- trunk/res/res_smdi.c (original)
+++ trunk/res/res_smdi.c Mon Feb 25 18:38:02 2008
@@ -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"
More information about the asterisk-commits
mailing list