RUT850 SMS Gateway: Difference between revisions
No edit summary |
|||
Line 17: | Line 17: | ||
<tr> | <tr> | ||
<td>Enable*</td> | <td>Enable*</td> | ||
<td>yes | <td>yes | no; Default: '''no'''</td> | ||
<td>Toggles Post/Get ON or OFF</td> | <td>Toggles Post/Get ON or OFF</td> | ||
</tr> | </tr> | ||
Line 86: | Line 86: | ||
<tr> | <tr> | ||
<td>Enable</td> | <td>Enable</td> | ||
<td>yes | <td>yes | no; Default: '''no'''</td> | ||
<td>Toggles the rule ON or OFF</td> | <td>Toggles the rule ON or OFF</td> | ||
</tr> | </tr> | ||
Line 120: | Line 120: | ||
<tr> | <tr> | ||
<td>Enable</td> | <td>Enable</td> | ||
<td>yes | <td>yes | no; Default: '''no'''</td> | ||
<td>Toggles Auto Reply ON or OFF</td> | <td>Toggles Auto Reply ON or OFF</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Reply SMS Utilities rules</td> | <td>Reply SMS Utilities rules</td> | ||
<td>yes | <td>yes | no; Default: '''no'''</td> | ||
<td>If enabled, the router will auto reply even SMS Utilieties rules</td> | <td>If enabled, the router will auto reply even SMS Utilieties rules</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Don't save received messages</td> | <td>Don't save received messages</td> | ||
<td>yes | <td>yes | no; Default: '''no'''</td> | ||
<td>If enabled, the router will delete received SMS messages</td> | <td>If enabled, the router will delete received SMS messages</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Mode</td> | <td>Mode</td> | ||
<td>Everyone | <td>Everyone | From listed number only; Default: '''Everyone'''</td> | ||
<td>Specifies whether to auto reply to every phone number or just just specified phone numbers</td> | <td>Specifies whether to auto reply to every phone number or just just specified phone numbers</td> | ||
</tr> | </tr> | ||
Line 149: | Line 149: | ||
</tr> | </tr> | ||
</table> | </table> | ||
[[Category:RUT850 WebUI]] |
Revision as of 08:29, 1 March 2019
Main Page > EOL Products > RUT850 > RUT850 Manual > RUT850 WebUI > RUT850 Services section > RUT850 SMS GatewaySummary
This chapter is a summary of the SMS Gateway function of RUT routers.
Post/Get Configuration
Post/Get Configuration allows you to perform action requests by writing them in the URL after your device’s IP address.
field name | value | description |
---|---|---|
Enable* | yes | no; Default: no | Toggles Post/Get ON or OFF |
Username | string; Default: " " | User name used for authorization |
Password | tring; Default: " " | Password used for authorization |
*Do not forget to change parameters in the URL according to your POST/GET Configuration!
SMS by HTTP POST/GET
It is possible to read and send SMS messages by using a valid HTTP POST/GET syntax. Use a web browser or any other compatible software to submit HTTP POST/GET strings to the router. The router must be connected to a GSM network when using the Send SMS feature.
ACTION | POST/GET URL EXAMPLE |
---|---|
View mobile messages list | http://youripaddress/cgi-bin/sms_list?username=admin&password=admin01 |
Read mobile message | http://youripaddress/cgi-bin/sms_read?username=admin&password=admin01&number=1 |
Send mobile message | http://youripaddress/cgi-bin/sms_send?username=admin&password=admin01&number=0037060000001&text=testmessage |
View mobile messages total | http://youripaddress/cgi-bin/sms_total?username=admin&password=admin01 |
Delete mobile message | http://youripaddress/cgi-bin/sms_delete?username=admin&password=admin01&number=1 |
youripaddress - router's LAN IP address; username - router's login admin user name; password - router's login password; number - SMS message index number or recipient's phone number (phone number must contain country code. Phone number format is: 00{COUNTRY_CODE} {RECEIVER_NUMBER}, e.g., 0037062312345 (370 is country code and 62312345 is receiver's phone number)); text - SMS message text
Scheduled SMS
Scheduled SMS allows you to periodically send automated SMS messages to a specified number. Scheduled messages are managed in rule form, i.e., similar to SMS Utilities. Therefore, to configure a new Scheduled Message, we must first create a rule. To create a new rule, type in a phone number in the Phone number field located in the Scheduled Messages Configuration section and press the Add button located next to it.
After this you will be redirected to the Scheduled Messages Configuration window.
Scheduled Messages Configuration
Apart from the phone number, the new rule will be disabled and unconfigured. This section is an overview Scheduled Messages Confiugration. To configure your rule, simply click the Edit button located next to it.
field name | value | description |
---|---|---|
Enable | yes | no; Default: no | Toggles the rule ON or OFF |
Recipient's phone number | phone number; Default: " " | Phone number that will receive the scheduled messages |
Message text | string; Default: " " | The message that will be sent |
Message sending interval | time; Default: Day, hour 1, minute 1 | The frequency at which scheduled messages will be sent |
Auto Reply
Auto reply allows you to configure automatic replying to SMS messages that the router receives from everyone or from listed numbers only.