Replies: 3 comments 3 replies
-
|
Hi. Thx for asking. What command do you use to send, delete, read SMS via SSH ? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, No problem To send: tool sms send phone-number="+4471234567890" message="Hi!" port=lte1 To read: tool sms inbox print To delete: tool sms inbox remove numbers=XXXX The read works via your script, but send and delete unfortunately don’t |
Beta Was this translation helpful? Give feedback.
-
|
Try exactly same commands via librouteros. They should work.
Can you post exact code part which executes failing commands ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I think this is more of a question than a bug, I want to be able to use the SMS functionality to be able to send an SMS and delete from the SMS queue, using your library I can read the SMS queue but can't send or delete. I think this may be a limitation on the Mikrotik side?
On RouterOS v6.49.18 using an LTaP mini, I can send over SSH, but using this library it doesn't work, just wanted to know if this is a limitation or I'm doing something wrong, API responses and SMS logs are lacking any feedback but I think that's default for a failure on the API.
Beta Was this translation helpful? Give feedback.
All reactions