FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

4167 questions

4739 answers

3460 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
333 views
in Vehicle tracking by
Good day,

I've got a FMB920 unit which I want to use specifically to trigger the DOUT1 with certain phone numbers. How do I add and also remove those phone numbers via sms command?

Please if could get an example of the sms structure that I have to use

Regards
by
The issue I have is that if current number was to be removed it should be able to activate DOUT1 again unless I add it

1 Answer

0 votes
by anonymous

There are commands that you can send via SMS/GPRS to the devices. 

The list of SMS/GPRS commands can be found at https://wiki.teltonika-gps.com/view/FMB_SMS/GPRS_Commands

Also, for the parameter ID list you can refer here https://wiki.teltonika-gps.com/view/Template:FMB_Device_Family_Parameter_list

The SMS Command structure are as follows:

With SMS login and Password :- <SMS login><space><SMS password><space><Command><Space><Value>

Without SMS login and Password :- <space><space><Command><Space><Value>

To answer the question that you have raised above, you will need 2 information; the SMS/GPRS command and Parameter ID.

1) https://wiki.teltonika-gps.com/view/FMB_SMS/GPRS_Commands, setparam #:#

2) https://wiki.teltonika-gps.com/view/Template:FMB_Device_Family_Parameter_list#Data_acquisition_mode_parameters,  4000-4199

Therefore, the answer is 

To remove :

With SMS login and Password :- <SMS login><space><SMS password><space>setparam 4000:;4001:

Without SMS login and Password :- <space><space>setparam 4000:;4001:

To add:

With SMS login and Password :- <SMS login><space><SMS password><space>setparam 4000:<your phone number 1>;4001:<your phone number 2>

Without SMS login and Password :- <space><space>setparam 4000:<your phone number1>;4001:<your phone number 2>

Please go through the links above and let me know if this helps. Thank you for contacting us.

Kind Regards.