/[projects]/smsdaemon/ToDo
ViewVC logotype

Diff of /smsdaemon/ToDo

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

revision 172 by torben, Wed Dec 10 09:23:22 2008 UTC revision 207 by torben, Sun Dec 21 17:42:30 2008 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
 - ModemTransceiver should be able to concatenate multipart sms, before handing them  
   over to SmsDaemon  
 - Option: Use syslog instead of custom logfile  
5  - Create a filtering method:  - Create a filtering method:
6    Incoming: which phonenumbers are allowed to invoke which plugins    Incoming: which phonenumbers are allowed to invoke which plugins
7    Outgoing: which phonenumbers are allowed to send to (to avoid loop backs)    Outgoing: which phonenumbers are allowed to send to (to avoid loop backs)
8  - Config file : it should be possible to configure which plugins should be loaded,    Incoming could be solved with a PluginProxy() which intercepts the ExecutePlugin calls (only PluginManager needs to know about this one)
9    the plugins should also load parameters from the config.    Outgoing calls an be solved with a TransceiverProxy which intercepts SendSms calls (Only main.cpp needs to know )
10    - Enable a dynamic reload of plugins/tasks when recieving a signal
11  - when using SmsToolTransceiver, the target phonenumber must include countrycode (45 in DK)  - when using SmsToolTransceiver, the target phonenumber must include countrycode (45 in DK)
12    can we check this in smsdaemon??    can we check this in smsdaemon??
13    - In Transciever section: make sure that phonenumbers has the correct layout (no '+' sign) - combine this
14      with the previous task.
15    
16    
17    
18  Possible extensions  Possible extensions
19  - Make a KannelTransceiver class for interfacing with kannel ?  - Make a KannelTransceiver class for interfacing with kannel ?
20  - IRC<->SMS gateway  - IRC<->SMS gateway
21    - E-mail<->SMS gateway
22  - Reminder tasks which reads events from DB and sends reminder messages.  - Reminder tasks which reads events from DB and sends reminder messages.
23    Coupled with a plugin which can add reminders to this DB.    Coupled with a plugin which can add reminders to this DB.
24    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
25    easy to add other interfaces.    easy to add other interfaces.
26  - Plugin to find weather report  - Plugin to find weather report
27  - 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)
28    - Trafic information from trafikken.dk
29    - A generic subscribtion module to subscribe to different information modules
30    - Some kind of accounting module

Legend:
Removed from v.172  
changed lines
  Added in v.207

  ViewVC Help
Powered by ViewVC 1.1.20