User Manual
114
8.8 SMS Gateway
8.8.1 Post/Get Configuration
Post/Get Configuration allows you to perform actions by writing these requests URL after your device IP address.
Field name
Values
Notes
1.
Enable
Enabled / Disabled
Enable SMS management functionality through
POST/GET
2.
User name
admin
User name used for authorization
3.
Password
*******
Password used for authorization (default- admin01)
Do not forget to change parameters in the url according to your POST/GET Configuration!
8.8.1.1 SMS by HTTP POST/GET
It is possible to read and send SMS by using valid HTTP POST/GET syntax. Use web browser or any other compatible
software to submit HTTP POST/GET string to router. Router must be connected to GSM network when using “SMS send”
feature.
Action
POST/GET url e.g.
1.
View mobile
messages list
/cgi-bin/sms_list?username=admin&password=admin01
2.
Read mobile
message
/cgi-bin/sms_read?username=admin&password=admin01&number=1
3.
Send mobile
messages
/cgi-bin/sms_send?username=admin&password=admin01&number=0037060000001&text=testmessage
4.
View mobile
messages
total
/cgi-bin/sms_total?username=admin&password=admin01
5.
Delete mobile
message
/cgi-bin/sms_delete?username=admin&password=admin01&number=1