Changes between Version 12 and Version 13 of UserGuidelines/Messaging
- Timestamp:
- 12/04/10 23:50:07 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Messaging
v12 v13 24 24 25 25 === How do I use it? === 26 1st you need to decide whether you will be using the online gateway or the local modem.26 1st you need to decide whether you will be using a local modem or an online gateway (e.g. Clickatell or Tropo). 27 27 28 28 This is configured by the Administrator in the Global message Settings. 29 29 30 30 The Gateway or Modem details are configured via their own panels. 31 31 32 ==== Clickatell ==== 32 Global provider - average price globally 33 Global provider - average price globally: 34 * http://clickatell.com 33 35 {{{ 34 36 https://api.clickatell.com/http/sendmsg … … 47 49 }}} 48 50 51 ==== Tropo ==== 52 Provide 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 56 US Inbound number is free for development use (not many other local numbers available) so this is great for prototyping. 57 58 They have helpful support forums. 59 60 Set the 'Global Messaging Settings' to use Tropo: 61 * http://127.0.0.1:8000/eden/msg/setting/1/update 62 63 Configure your Tropo token into: 64 * http://127.0.0.1:8000/eden/msg/tropo_settings/1/update 65 66 Inbound messages are collected in {{{controllers/msg.py}}} 67 68 Parsing is done via the parserdooth() function. 69 49 70 === How does it work? === 50 71 Compose a new message. The autocomplete will find either Persons or Groups.