--- smsdaemon/ToDo 2008/12/10 22:02:28 175 +++ smsdaemon/ToDo 2008/12/18 22:56:07 200 @@ -2,21 +2,24 @@ - 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 - 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) 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. Possible extensions - Make a KannelTransceiver class for interfacing with kannel ? - IRC<->SMS gateway +- E-mail<->SMS gateway - Reminder tasks which reads events from DB and sends reminder messages. Coupled with a plugin which can add reminders to this DB. The persistance could of course be handled internally, but if it is in a DB then it is @@ -25,3 +28,4 @@ - 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 +- Some kind of accounting module