Hi, I am using the set SOS phone number command and facing this issue:
A1:7055001770123456
A2:7055001771123456
A3:
A4:
A5:
Speed:0,110km/h
GEO:0,0,0
VB:0,0S
MV:0,0
AGPS:0
LED:0
TZ:0.0
LI:0
PS:1
DS:0,3M
FL:0,5
Bat:100%
SMS:1
LOCK:1
CALL:1
RT:1
As you can see the A1 and B1 phone number is having a suffix 123456 for some reason.
Here is the SOS command i sent :
For First SOS number:
{ "deviceId": 20,
"type": "sosNumber",
"attributes":
{"index": 0,
"phone": 7055001770
}
}
For Second SOS number:
{ "deviceId": 20,
"type": "sosNumber",
"attributes":
{"index": 1,
"phone": 7055001771
}
}
This happens 6 out of 10 times i am sending this command.
I have also tried the Custom commands and having the same issue
here is the custom command :
For First SOS number:
{
"attributes":
{
"data": "123456A1,7055001770"
},
"deviceId":20,
"type":"custom",
"textChannel":false,
"description":"Phone 2"
}
For Second SOS number:
{
"attributes":
{
"data": "123456B1,7055001771"
},
"deviceId":20,
"type":"custom",
"textChannel":false,
"description":"Phone 2"
}
I do receive a Command result: ok for all the above commands in my Traccar web interface events.
This is the device i am using: Model EV07S
Kindly help me as i have been stuck on this issue for over a week now.
Hi, I am using the set SOS phone number command and facing this issue:
As you can see the A1 and B1 phone number is having a suffix 123456 for some reason.
Here is the SOS command i sent :
For First SOS number:
{ "deviceId": 20, "type": "sosNumber", "attributes": {"index": 0, "phone": 7055001770 } }
For Second SOS number:
{ "deviceId": 20, "type": "sosNumber", "attributes": {"index": 1, "phone": 7055001771 } }
This happens 6 out of 10 times i am sending this command.
I have also tried the Custom commands and having the same issue
here is the custom command :
For First SOS number:
{ "attributes": { "data": "123456A1,7055001770" }, "deviceId":20, "type":"custom", "textChannel":false, "description":"Phone 2" }
For Second SOS number:
{ "attributes": { "data": "123456B1,7055001771" }, "deviceId":20, "type":"custom", "textChannel":false, "description":"Phone 2" }
I do receive a Command result: ok for all the above commands in my Traccar web interface events.
This is the device i am using: Model EV07S
Kindly help me as i have been stuck on this issue for over a week now.