/[projects]/smsdaemon/ToDo
ViewVC logotype

Diff of /smsdaemon/ToDo

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 200 by torben, Thu Dec 18 22:56:07 2008 UTC revision 225 by torben, Sat Apr 11 22:38:23 2009 UTC
# Line 2  ToDo list for smsdaemon: Line 2  ToDo list for smsdaemon:
2    
3  - SmsPdu: make EncodePdu work without the trailing 0x00 in UDH (multipart)  - SmsPdu: make EncodePdu work without the trailing 0x00 in UDH (multipart)
4    Requires more work on Encode7to8bit    Requires more work on Encode7to8bit
5  - Create a filtering method:  - ModemTransceiver::SendSmsPdu, change the post-send 5 second sleep to a
6    Incoming: which phonenumbers are allowed to invoke which plugins    polling method. There are some bug in ModemTransceiver regarding sending
7    Outgoing: which phonenumbers are allowed to send to (to avoid loop backs)    multiple messages shortly after each other.
   Incoming could be solved with a PluginProxy() which intercepts the ExecutePlugin calls (only PluginManager needs to know about this one)  
   Outgoing calls an be solved with a TransceiverProxy which intercepts SendSms calls (Only main.cpp needs to know )  
 - Config file : it should be possible to configure which plugins should be loaded,  
   the plugins should also load parameters from the config.  
 - when using SmsToolTransceiver, the target phonenumber must include countrycode (45 in DK)  
   can we check this in smsdaemon??  
 - In Transciever section: make sure that phonenumbers has the correct layout (no '+' sign) - combine this  
   with the previous task.  
   
   
8    
9  Possible extensions  Possible extensions
10  - Make a KannelTransceiver class for interfacing with kannel ?  - Make a KannelTransceiver class for interfacing with kannel ?
# Line 24  Possible extensions Line 14  Possible extensions
14    Coupled with a plugin which can add reminders to this DB.    Coupled with a plugin which can add reminders to this DB.
15    The persistance could of course be handled internally, but if it is in a DB then it is    The persistance could of course be handled internally, but if it is in a DB then it is
16    easy to add other interfaces.    easy to add other interfaces.
 - Plugin to find weather report  
17  - Plugin to lookup stock rates (maybe a stock task, to send messages when the rates change)  - Plugin to lookup stock rates (maybe a stock task, to send messages when the rates change)
18  - Trafic information from trafikken.dk  - Trafic information from trafikken.dk
19  - A generic subscribtion module to subscribe to different information modules  - A generic subscribtion module to subscribe to different information modules

Legend:
Removed from v.200  
changed lines
  Added in v.225

  ViewVC Help
Powered by ViewVC 1.1.20