--- smsdaemon/ToDo 2008/12/12 12:13:05 178 +++ smsdaemon/ToDo 2008/12/12 14:06:11 184 @@ -5,6 +5,8 @@ - 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)