SMS

In this section, users can configure their SMS gateway, which is an important component for sending event notifications and commands to tracking devices.

The SMS gateway configured in the Settings menu is used for only for this user account.

SMS gateway can be configured to use SMS Gateway application or external SMS gateway provider.

Mobile application

../_images/sms_app.png

SMS Gateway

  • Enable SMS Gateway - enable or disable SMS Gateway for all users of the hosted server.

  • SMS Gateway type - mobile application needs to be selected to use SMS Gateway application.

Mobile application

  • SMS Gateway identifier - identifying number that needs to be entered in SMS gateway application.

  • Total SMS in queue to send - indicates number of SMS that are waiting in queue to be sent.

Please note

To use this option SMS Gateway application needs to be installed on android smartphone.


HTTP

../_images/sms_http.png

SMS Gateway

  • Enable SMS Gateway - enable or disable SMS Gateway for all users of the hosted server.

  • SMS Gateway type - HTTP SMS gateway is used with external SMS service provider.

HTTP

  • Number filter - allows to specify SIM numbers to which SMS can be sent.

  • SMS Gateway URL - the URL provided by the SMS service provider must be entered in this box.

HTTP

URL provided by external SMS service provide needs to be prepared according to example:

http://SMS_GATEWAY/sendsms.php?username=USER&password=PASSWORD&number=%NUMBER%&message=%MESSAGE%

Using Variables:

%NUMBER% - phone number, where SMS will be sent
%MESSAGE% - text of SMS message