Jump to content

Secure SMS Configuration: Difference between revisions

From Transight Wiki
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Introduction ==
== Introduction ==


Line 23: Line 24:
=== 1. Set Primary SMS ID (CUM1) ===
=== 1. Set Primary SMS ID (CUM1) ===
{| style="border-spacing:0; padding:0; margin:0;"
{| style="border-spacing:0; padding:0; margin:0;"
[[File:Image.jpg|right|300px]]
[[File:SECURE SMS Screenshot.png|right|300px]]
|}
|}
Use this command to set the first SMS number:
Use this command to set the first SMS number:
<code>
<code>
SET CUM1:&lt;+91xxxxxxxxxx&gt;
SET CUM1:&lt;+91xxxxxxxxxx&gt;
Line 44: Line 46:
'''Expected response:'''
'''Expected response:'''
<pre>
<pre>
IMEI: 862942074896044   
IMEI: 862942074896044   
Command: GET CUM1   
Command: GET CUM1   
Response: M1: +919696969696   
Response: M1: +919696969696   
Error: 0
Error: 0
</pre>
</pre>
 
=== 2. Set Secondary SMS ID (CUM2) ===
=== 2. Set Secondary SMS ID (CUM2) ===


Line 67: Line 65:


Use the following command to enable or disable Secure SMS:
Use the following command to enable or disable Secure SMS:
'''Important:''' Secure SMS is disabled by default. Always set the CUM1 number before enabling Secure SMS, because once enabled, only the CUM1 number will be allowed to communicate with the device.
   
   
* To '''enable''': <code>SET CUSECURESMS:1</code>   
* To '''enable''': <code>SET CUSECURESMS:1</code>   
Line 83: Line 83:


<code>
<code>
SET TSMR:2
SET CUMR:2
</code>
</code>
   
   

Latest revision as of 06:11, 1 August 2025

Introduction

The Secure SMS feature in Transight telematics devices is an extra layer of security designed to prevent unauthorized SMS communication with the device. This feature is especially useful when using open SIM cards, which are more vulnerable compared to M2M SIM cards.

Why Secure SMS is Needed

  • M2M SIM Cards: These are protected by telecom-level whitelisting, allowing only authorized numbers to send or receive SMS commands.
  • Open SIM Cards: These do not have such protections. Anyone with access to the number can potentially send commands to the device, leading to misuse.

Secure SMS ensures that only two pre-approved mobile numbers (called CUM1 and CUM2) can send SMS commands to the device.

How Secure SMS Works

Once Secure SMS is enabled:

  • Only the two configured numbers (CUM1 and CUM2) can send SMS commands to the device.
  • SMS commands from any other number will be ignored.

Configuration Steps

1. Set Primary SMS ID (CUM1)

Use this command to set the first SMS number:

SET CUM1:<+91xxxxxxxxxx>

Example:

SET CUM1:+919696969696

To verify, send:

GET CUM1

Expected response:

IMEI: 862942074896044  
Command: GET CUM1  
Response: M1: +919696969696  
Error: 0

2. Set Secondary SMS ID (CUM2)

Once CUM1 is set, you can set the second number (CUM2) only from the number configured as CUM1.

SET CUM2:<+91xxxxxxxxxx>

Note: For M2M SIMs, the CUM2 number must also be whitelisted.

3. Enable or Disable Secure SMS

Use the following command to enable or disable Secure SMS:

Important: Secure SMS is disabled by default. Always set the CUM1 number before enabling Secure SMS, because once enabled, only the CUM1 number will be allowed to communicate with the device.

  • To enable: SET CUSECURESMS:1
  • To disable: SET CUSECURESMS:0

Where:

  • 1 = Enable
  • 0 = Disable

4. Mandatory Command After Configuration

After completing any Secure SMS configuration, please execute the following command to ensure proper saving and execution of the changes:

SET CUMR:2

Important Notes

  • Always verify that the mobile numbers you configure are valid and reachable.
  • For M2M SIMs, ensure the numbers are whitelisted with the telecom provider.
  • Secure SMS is strongly recommended when using open SIM cards for added protection.

Conclusion

Secure SMS is a simple yet powerful feature that helps safeguard your telematics devices from unauthorized SMS commands. Proper setup ensures only trusted users can manage or reconfigure the device.