comparison mod_sms_clickatell.wiki @ 178:6257b08d7b1f

mod_sms_clickatell: Wiki page cleanups
author phil.stewart@gmail.com
date Sun, 03 Apr 2011 22:00:30 +0000
parents 2830f393c193
children
comparison
equal deleted inserted replaced
177:2830f393c193 178:6257b08d7b1f
12 {{{ 12 {{{
13 Component "sms.example.com" "sms_clickatell" 13 Component "sms.example.com" "sms_clickatell"
14 sms_message_prefix = "some text" 14 sms_message_prefix = "some text"
15 }}} 15 }}}
16 16
17 The sms_message_prefix is a piece of text you want prefixing to all messages sent through the gateway. For example, I use the prefix "[Via XMPP] " to indicate to recipients that I've sent the message via the internet rather than the mobile network. Since my primary use case for this component is to be able to send messages to people only reachable via mobile when I myself only have internet access and no mobile reception, this option allows me to give a hint to my recipients that any reply they send may not reach me in a timely manner. 17 The sms_message_prefix is a piece of text you want prefixing to all messages sent through the gateway. For example, I use the prefix "{{{[Via XMPP]}}} " to indicate to recipients that I've sent the message via the internet rather than the mobile network. Since my primary use case for this component is to be able to send messages to people only reachable via mobile when I myself only have internet access and no mobile reception, this option allows me to give a hint to my recipients that any reply they send may not reach me in a timely manner.
18 18
19 = Usage = 19 = Usage =
20 20
21 Once you've installed and configured, you should be able to use service discovery in your XMPP client to find the component service. Once found, you need to register with the service, supplying your Clickatell username, password, API ID, and a source number for your text messages. 21 Once you've installed and configured, you should be able to use service discovery in your XMPP client to find the component service. Once found, you need to register with the service, supplying your Clickatell username, password, API ID, and a source number for your text messages.
22 22
23 The source number is the mobile number you want messages to 'originate' from i.e. where your recipients see messages coming from. The number should be in international format without leading plus sign, or you can use some other format if clickatell supports it. 23 The source number is the mobile number you want messages to 'originate' from i.e. where your recipients see messages coming from. The number should be in international format without leading plus sign, or you can use some other format if clickatell supports it.
24 24
25 To send text messages to a target number, you need to add a contact in the form of [number]@sms.example.com, where [number] is the mobile number of the recipient, in international format without leading plus sign, and sms.example.com is the name for the component you configured above. For example: 25 To send text messages to a target number, you need to add a contact in the form of {{{[number]@sms.example.com}}}, where {{{[number]}}} is the mobile number of the recipient, in international format without leading plus sign, and sms.example.com is the name for the component you configured above. For example:
26 26
27 447999000001@sms.yourdomain.com 27 447999000001@sms.yourdomain.com
28 28
29 You should then be able to send messages to this contact which get sent as text messages to the number by the component. 29 You should then be able to send messages to this contact which get sent as text messages to the number by the component.
30 30