/[projects]/smsdaemon/ToDo
ViewVC logotype

Diff of /smsdaemon/ToDo

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

revision 136 by torben, Sun Dec 7 10:15:44 2008 UTC revision 200 by torben, Thu Dec 18 22:56:07 2008 UTC
# Line 1  Line 1 
1  ToDo list for smsdaemon:  ToDo list for smsdaemon:
2    
3  - Clean-up Sms & SmsPdu  - SmsPdu: make EncodePdu work without the trailing 0x00 in UDH (multipart)
4  - SmsPdu: make EncodePdu work without the trailing 0x00 in UDH (multipart) - requires more work on Encode7to8bit    Requires more work on Encode7to8bit
5  - Create a configuration module to read serieal port and enabled modules from a config file.  - Create a filtering method:
6      Incoming: which phonenumbers are allowed to invoke which plugins
7      Outgoing: which phonenumbers are allowed to send to (to avoid loop backs)
8      Incoming could be solved with a PluginProxy() which intercepts the ExecutePlugin calls (only PluginManager needs to know about this one)
9      Outgoing calls an be solved with a TransceiverProxy which intercepts SendSms calls (Only main.cpp needs to know )
10    - Config file : it should be possible to configure which plugins should be loaded,
11      the plugins should also load parameters from the config.
12    - when using SmsToolTransceiver, the target phonenumber must include countrycode (45 in DK)
13      can we check this in smsdaemon??
14    - In Transciever section: make sure that phonenumbers has the correct layout (no '+' sign) - combine this
15      with the previous task.
16    
17    
18    
19    Possible extensions
20    - Make a KannelTransceiver class for interfacing with kannel ?
21    - IRC<->SMS gateway
22    - E-mail<->SMS gateway
23    - Reminder tasks which reads events from DB and sends reminder messages.
24      Coupled with a plugin which can add reminders to this DB.
25      The persistance could of course be handled internally, but if it is in a DB then it is
26      easy to add other interfaces.
27    - Plugin to find weather report
28    - Plugin to lookup stock rates (maybe a stock task, to send messages when the rates change)
29    - Trafic information from trafikken.dk
30    - A generic subscribtion module to subscribe to different information modules
31    - Some kind of accounting module

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

  ViewVC Help
Powered by ViewVC 1.1.20