Template:Networking rut manual sms gateway
Summary
The SMS Gateway service is used to set up various SMS related (mostly automated) functions. This chapter is a summary of the SMS Gateway service of {{{name}}} routers.
Post/Get Configuration
The Post/Get Configuration section is used to turn ON and configure SMS related post/get settings. When the function is enabled, it provides you with the possibility to perform SMS related action requests by writing them in the URL field of your web browser.
The figure below is an example of the Post/Get Configuration page and the table below provides information on fields contained in that page:
[[File:{{{file_post_get}}}]]
Field name | Value | Description |
---|---|---|
Enable | yes | no; Default: no | Toggles SMS post/get ON or OFF |
Username | string; Default: user1 | User name used for authorization when sending post/get requests |
Password | string; Default: user_pass | Password used for authorization when sending post/get requests |
SMS Post/Get usage examples
Use a web browser or any other compatible software to send HTTP post/get strings to the router. The router must be connected to a GSM network when using the Send SMS feature. Below you will find a table with possible actions and examples on how to use them:
Action | Post/get URL examples |
---|---|
View mobile messages list | http://192.168.1.1/cgi-bin/sms_list?username=admin&password=admin01 |
Read mobile message | http://192.168.1.1/cgi-bin/sms_read?username=admin&password=admin01&number=1 |
Send mobile message | http://192.168.1.1/cgi-bin/sms_send?username=admin&password=admin01&number=0037060000001&text=testmessage |
View mobile messages total | http://192.168.1.1/cgi-bin/sms_total?username=admin&password=admin01 |
Delete mobile message | http://192.168.1.1/cgi-bin/sms_delete?username=admin&password=admin01&number=1 |