You are here

README.txt in SMS simple gateway 7

Same filename and directory in other branches
  1. 6 README.txt
SMS Framework gateway module for any simple HTTP GET/POST gateway interface

To make inbound work you must configure your gateway to send the messages to
URL: http(s)://yourhost.example.com/sms/simplegateway/receiver

The rationale for this module is that many (or most) SMS gateway services use
basic HTTP GET or POST requests, the only difference being the names of the
HTTP parameters. This module allows the user to specify the parameter names
for sending and receiving messages, so that they dont have to write a gateway
module.

File

README.txt
View source
  1. SMS Framework gateway module for any simple HTTP GET/POST gateway interface
  2. To make inbound work you must configure your gateway to send the messages to
  3. URL: http(s)://yourhost.example.com/sms/simplegateway/receiver
  4. The rationale for this module is that many (or most) SMS gateway services use
  5. basic HTTP GET or POST requests, the only difference being the names of the
  6. HTTP parameters. This module allows the user to specify the parameter names
  7. for sending and receiving messages, so that they dont have to write a gateway
  8. module.