-
Notifications
You must be signed in to change notification settings - Fork 133
SMS Configuration Guide
barbeau edited this page Aug 3, 2012
·
3 revisions
This guide will instruct you on how to configure an instance of the onebusaway-sms-webapp SMS interface, as described in the SMS service feature guide.
There is no standard for writing SMS applications, so the configuration will largely depend on which SMS provider you go with. OneBusAway supports the following providers by default:
OneBusAway supports the Textmarks provider by default. When configuring your Textmarks keyword, use the following url (adjusted for your installation location):
http://localhost:8080/sms/textmarks.action?userId=\u&phoneNumber=\p&message=\0
This will configure Textmarks to pass in the userId and phoneNumber (which we use for session management and identifying the user) as well as the contents of the text itself.