Changes between Version 12 and Version 13 of UserGuidelines/Messaging


Ignore:
Timestamp:
12/04/10 23:50:07 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Messaging

    v12 v13  
    2424
    2525=== How do I use it? ===
    26 1st you need to decide whether you will be using the online gateway or the local modem.
     261st you need to decide whether you will be using a local modem or an online gateway (e.g. Clickatell or Tropo).
    2727
    2828This is configured by the Administrator in the Global message Settings.
    2929
    3030The Gateway or Modem details are configured via their own panels.
     31
    3132==== Clickatell ====
    32 Global provider - average price globally
     33Global provider - average price globally:
     34 * http://clickatell.com
    3335{{{
    3436https://api.clickatell.com/http/sendmsg
     
    4749}}}
    4850
     51==== Tropo ====
     52Provide an IVR-style service which supports XMPP (GTalk) & Twitter as well as SMS.
     53 * http://tropo.im
     54 * The Twitter/GTalk 'bots' are great for testing the system out without incurring call charges
     55
     56US Inbound number is free for development use (not many other local numbers available) so this is great for prototyping.
     57
     58They have helpful support forums.
     59
     60Set the 'Global Messaging Settings' to use Tropo:
     61 * http://127.0.0.1:8000/eden/msg/setting/1/update
     62
     63Configure your Tropo token into:
     64 * http://127.0.0.1:8000/eden/msg/tropo_settings/1/update
     65
     66Inbound messages are collected in {{{controllers/msg.py}}}
     67
     68Parsing is done via the parserdooth() function.
     69
    4970=== How does it work? ===
    5071Compose a new message. The autocomplete will find either Persons or Groups.