User`s guide

CONFIGURATION
69
5.26. Set SMS service center address
In some cases it is need to set phone number of the SMS service centre because of
SMS sending. This parameter can not be set when the SIM card has set phone number of
the SMS service centre. The phone number can to have formed without international prefix
xxx xxx xxx or with international prefix for example +49 xxx xxx xxx.
5.27. Unlock SIM card
Possibility to unlock SIM PIN is under Unlock SIM Card item. If the inserted SIM card
is secured by a PIN number, enter the PIN to field SIM PIN and push-button Apply.
5.28. Send SMS
Sending SMS messages is possible in menu Send SMS. The SMS message will be
sent after entering the Phone number and text SMS (Message) and by pushing button Send.
SMS message sending via HTTP request is in the form:
GET /send_exec.cgi?phone=%2B420712345678&message=Test HTTP/1.1
Authorization: Basic cm9vdDpyb290
HTTP request will be sent to TCP connection on router port 80 which sends an SMS
message Test to phone number 420712345678. Authorization is in the format
"user:password" coded by BASE64, example is for root:root.