Changes between Version 21 and Version 22 of UserGuidelines/Messaging
- Timestamp:
- 12/17/10 01:11:23 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Messaging
v21 v22 61 61 They have helpful support forums. 62 62 63 Configure your Tropo token into:63 Configure your Tropo token by copying the "Outbound Token" labeled "Messaging" into the text field at the following link (this allows outbound messaging from your app): 64 64 * http://127.0.0.1:8000/eden/msg/tropo_settings/1/update 65 65 66 66 Inbound messages are collected in {{{controllers/msg.py}}} by the tropo() function, so configure this URL into your Application on the Tropo site:L 67 67 * http://host.domain.com/eden/msg/tropo?tropo-engine=json 68 69 Don't forget to add select "Add a new phone number," in order to reserve a phone number for incoming voice and messaging (in this case, messaging). This new number is the number that should be entered in, e.g. ODK Collect (in versions with SMS support). 68 70 69 71 The incoming message is parsed by the parserdooth() function which uses difflib to allow users to mis-spell the keywords.