--- smsdaemon/ToDo 2008/12/18 20:11:35 199 +++ smsdaemon/ToDo 2008/12/19 22:33:41 206 @@ -8,9 +8,13 @@ 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. + the plugins should also load parameters from the config. (DONE - now do the same for tasks) + - Enable a dynamic reload of plugins/tasks when recieving a signal + - 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.