/[projects]/smsdaemon/ToDo
ViewVC logotype

Annotation of /smsdaemon/ToDo

Parent Directory Parent Directory | Revision Log Revision Log


Revision 208 - (hide annotations) (download)
Sun Dec 21 18:41:08 2008 UTC (15 years, 5 months ago) by torben
File size: 1484 byte(s)
Enable dynamic reload of plugins/tasks when recieving a HUP signal

1 torben 74 ToDo list for smsdaemon:
2    
3 torben 166 - SmsPdu: make EncodePdu work without the trailing 0x00 in UDH (multipart)
4     Requires more work on Encode7to8bit
5 torben 163 - 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 torben 184 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 torben 165 - when using SmsToolTransceiver, the target phonenumber must include countrycode (45 in DK)
11     can we check this in smsdaemon??
12 torben 200 - In Transciever section: make sure that phonenumbers has the correct layout (no '+' sign) - combine this
13     with the previous task.
14 torben 172
15    
16    
17     Possible extensions
18 torben 169 - Make a KannelTransceiver class for interfacing with kannel ?
19 torben 172 - IRC<->SMS gateway
20 torben 199 - E-mail<->SMS gateway
21 torben 172 - Reminder tasks which reads events from DB and sends reminder messages.
22     Coupled with a plugin which can add reminders to this DB.
23     The persistance could of course be handled internally, but if it is in a DB then it is
24     easy to add other interfaces.
25     - Plugin to find weather report
26     - Plugin to lookup stock rates (maybe a stock task, to send messages when the rates change)
27 torben 173 - Trafic information from trafikken.dk
28 torben 174 - A generic subscribtion module to subscribe to different information modules
29 torben 199 - Some kind of accounting module

  ViewVC Help
Powered by ViewVC 1.1.20