| 13 | |
| 14 | == How do I use it? == |
| 15 | 1st you need to decide whether you will be using the online gateway or the local modem. |
| 16 | |
| 17 | This is configured by the Administrator in the Global message Settings. |
| 18 | |
| 19 | The Gateway or Modem details are configured via their own panels. |
| 20 | |
| 21 | === Clickatell === |
| 22 | Global provider - avergae price globally |
| 23 | {{{ |
| 24 | https://api.clickatell.com/http/sendmsg |
| 25 | user=myusername&password=mypassword&api_id=myapi_id |
| 26 | text |
| 27 | to |
| 28 | }}} |
| 29 | |
| 30 | === Mvayoo === |
| 31 | Indian provider - cheap for local calls |
| 32 | {{{ |
| 33 | http://api.mVaayoo.com/mvaayooapi/MessageCompose |
| 34 | user=my@email.address:mypassword&senderID=TEST SMS&state=4 |
| 35 | msgtxt |
| 36 | receipientno |
| 37 | }}} |
| 38 | |
| 39 | == How does it work? == |
| 40 | Compose a new message. The autocomplete will find either Persons or Groups. |
| 41 | |
| 42 | Contact numbers from Persons have non-numeric characters stripped & then a '+' is prefixed when using a local modem. |
| 43 | |
| 44 | For gateway usage, a default Country Code is added to numbers which start with 0. |