--- smsdaemon/ToDo 2008/12/09 09:39:51 163 +++ smsdaemon/ToDo 2008/12/23 12:09:08 216 @@ -1,9 +1,21 @@ ToDo list for smsdaemon: -- SmsPdu: make EncodePdu work without the trailing 0x00 in UDH (multipart) - requires more work on Encode7to8bit -- Option: Use syslog instead of custom logfile +- SmsPdu: make EncodePdu work without the trailing 0x00 in UDH (multipart) + Requires more work on Encode7to8bit - Create a filtering method: Incoming: which phonenumbers are allowed to invoke which plugins - Outgoing: which phonenumbers are allowed to send to (to avoid loop backs) -- Improve smstool locking method (maybe adopt spooler to use the same) + Incoming could be solved with a PluginProxy() which intercepts the ExecutePlugin calls (only PluginManager needs to know about this one) + +Possible extensions +- Make a KannelTransceiver class for interfacing with kannel ? +- IRC<->SMS gateway +- E-mail<->SMS gateway +- Reminder tasks which reads events from DB and sends reminder messages. + Coupled with a plugin which can add reminders to this DB. + The persistance could of course be handled internally, but if it is in a DB then it is + easy to add other interfaces. +- Plugin to lookup stock rates (maybe a stock task, to send messages when the rates change) +- Trafic information from trafikken.dk +- A generic subscribtion module to subscribe to different information modules +- Some kind of accounting module