--- smsdaemon/ToDo 2008/12/10 09:23:22 172 +++ smsdaemon/ToDo 2008/12/12 14:06:11 184 @@ -2,12 +2,11 @@ - SmsPdu: make EncodePdu work without the trailing 0x00 in UDH (multipart) 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 - 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) + 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) @@ -24,4 +23,5 @@ easy to add other interfaces. - Plugin to find weather report - 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