--- smsdaemon/ToDo 2008/12/21 22:44:11 213 +++ smsdaemon/ToDo 2009/04/11 22:00:14 224 @@ -2,12 +2,8 @@ - SmsPdu: make EncodePdu work without the trailing 0x00 in UDH (multipart) Requires more work on Encode7to8bit -- 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) -- Make sure that a config file exception doesn't take down the daemon - +- ModemTransceiver::SendSmsPdu, change the post-send 5 second sleep to a + polling method Possible extensions - Make a KannelTransceiver class for interfacing with kannel ?