# SMS commands are not delivered

This article describes some of the potential reasons why SMS commands may not be delivered to devices. While devices can typically be set up automatically without the need for manual configuration using USB cables, drivers, configuration utilities, or complicated SMS commands, there may be instances where SMS commands fail to be delivered.

## Insufficient funds in the SMS gateway’s balance

If you're using a custom SMS gateway integrated with your Navixy account, SMS commands might not arrive because there isn't enough money in the gateway account.\
Make sure the balance is topped up and has enough funds for sending SMS messages.

## Insufficient funds in the customer’s balance

Service SMS is a message sent from the platform to devices, normally without any special user approval. Such messages might be used during automatic device activation to deliver initialization commands (APN settings, server address, etc.), or when your support team performs remote device diagnostics.

If these SMS commands aren't free for the user according to the tariff plan, and there are not enough funds to send messages, SMS commands will not be sent.

<figure><img src="https://296077121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5dyjvbUVXEbs60EnxnDz%2Fuploads%2FXyeQyUeg6K79MwOXuuEz%2Fimage.png?alt=media&#x26;token=1eb20713-2820-4cc1-a966-ea4a4338ae08" alt="Service SMS price" width="334"><figcaption><p>Service SMS price</p></figcaption></figure>

In this case, make sure that there are enough funds on the user’s account.

<figure><img src="https://296077121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5dyjvbUVXEbs60EnxnDz%2Fuploads%2FqBsw0D6lJ5pIQ7jo2uJ7%2Fbalance-20230811-204940.png?alt=media&#x26;token=08f68782-1f3a-4009-a142-7e99ec9e4518" alt="Available balance"><figcaption><p>Available balance</p></figcaption></figure>

## Service SMS messages are forbidden

Activation commands might not be sent because of the tariff plan’s restrictions:

<figure><img src="https://296077121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5dyjvbUVXEbs60EnxnDz%2Fuploads%2Fn75B4H1eSug6NW8X6naO%2Fimage.png?alt=media&#x26;token=55f8b17e-7c0a-4837-afaa-214f9fc38b39" alt="Service SMS forbidden" width="330"><figcaption><p>Service SMS forbidden</p></figcaption></figure>

To allow sending activation commands from the platform, enable this option. Each device has its own tariff plan, and its settings may vary across devices.

## Configuring devices with leading space passwords

GPS devices produced by certain manufacturers, such as Teltonika, Ruptela, and Bitrek, are configured using activation commands with a double space symbol in the beginning, for example:

```
setparam 2004:tracker.navixy.com
```

These characters serve as the default password. Most SMS gateways cut these space symbols as useless, though they are not. Because of that, SMS commands sometimes cannot be delivered. You can try to configure the device via its configurator or try manually sending SMS commands to the tracker from your mobile device.

## SMS gateway errors

If you're using a customm SMS gateway, check the SMS gateway logs. This section describes the most common errors in the logs.

* **Message blocked**: The destination number you are trying to reach is blocked from receiving this message. Please check that the recipient SIM card is able to receive SMS commands.
* **Unknown destination handset**: The destination number you are trying to reach is unknown and may no longer exist.
* **Unknown phone number.**

If you encounter these errors, make sure you've entered a correct phone number and that the SIM card is connected.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://navixy.com/docs/qna/admin-panel/sms-commands-are-not-delivered.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
