Changes between Version 71 and Version 72 of BluePrint/Messaging


Ignore:
Timestamp:
06/16/10 23:01:46 (14 years ago)
Author:
Fran Boon
Comment:

LCR

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Messaging

    v71 v72  
    140140 * [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]
    141141
    142 
    143142The SMS Daemon to handle Inbound messages is a separate Python script.
    144143
    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).
     144It 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).
    146145
    147146Implementation details are here: http://wiki.sahanafoundation.org/doku.php/dev:pythonsms
    148147
    149 Q: Do we use Cron to check !OutBox & signal the daemon to send Pending messages? (as for email)
     148Q: Do we use Cron to check Outbox & signal the daemon to send Pending messages? (as for email)
     149
     150Would 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).
    150151
    151152Toolkits we can base on: