Changes between Version 71 and Version 72 of BluePrint/Messaging
- Timestamp:
- 06/16/10 23:01:46 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Messaging
v71 v72 140 140 * [http://www.google.com/products?client=safari&rls=en-us&q=multimodem+mtcba-g-f4&oe=UTF-8&um=1&ie=UTF-8&ei=H-6BSpO1DJS-NpC6gaAL&sa=X&oi=product_result_group&ct=title&resnum=4 Multi-Tech MultiModem GPRS MTCBA-G-F4] 141 141 142 143 142 The SMS Daemon to handle Inbound messages is a separate Python script. 144 143 145 It can distinguish between simple messages (added to the !InBox of the Messaging Module) & those which are encoded in Binary XML (the output of XForms from the J2ME client).144 It can distinguish between simple messages (added to the Inbox of the Messaging Module) & those which are encoded in Binary XML (the output of XForms from the J2ME client). 146 145 147 146 Implementation details are here: http://wiki.sahanafoundation.org/doku.php/dev:pythonsms 148 147 149 Q: Do we use Cron to check !OutBox & signal the daemon to send Pending messages? (as for email) 148 Q: Do we use Cron to check Outbox & signal the daemon to send Pending messages? (as for email) 149 150 Would be good to add an LCR (Least-Cost Routing engine) for SMS deliveries (so that e.g. local messages routed via modem, but International via Gateway). 150 151 151 152 Toolkits we can base on: