Community discussions

MikroTik App
 
malks
just joined
Topic Author
Posts: 2
Joined: Thu Mar 16, 2023 2:47 pm

Can't send SMS with MBIM: MEMORY_FULL

Sat Mar 02, 2024 4:09 pm

MikroTik Chateau LTE18 (RBD53G-5HacD2HnD&EG18-EA)
RouterOS 7.14 stable

Problem with sending SMS.
The router can only send up to 20 SMS before displaying the error message 'Can't send SMS with MBIM: MEMORY_FULL'. Additionally, SMS messages are not displayed or deleted through WinBox. If the SIM card is removed and inserted into a phone, outgoing SMS messages saved on the SIM card can be viewed. After deleting SMS messages from the SIM card, everything works again, but only up to 20 sent messages.

The question is how to delete SMS messages from the SIM card using Winbox or RouterOS, and how to make the router display outgoing messages or prevent them from being saved.

The command '/tool sms inbox remove $i' only removes incoming messages.
You do not have the required permissions to view the files attached to this post.
 
optio
Long time Member
Long time Member
Posts: 675
Joined: Mon Dec 26, 2022 2:57 pm

Re: Can't send SMS with MBIM: MEMORY_FULL  [SOLVED]

Sun Mar 03, 2024 6:16 pm

You can delete messages using modem AT command and executing it over ROS CLI command /interface/lte/at-chat lte1 input="<SOME_AT_COMMAND>" <wait=yes>, see more in ROS LTE manual how to use at-chat. AT commands depends on modem used by device, for your modem (EG18-EA) see this manual.
For eg. this performed AT command should delete all messages from SIM:
/interface/lte/at-chat lte1 input="AT+CMGD=,4"
To list all stored messages:
/interface/lte/at-chat lte1 input="AT+CMGL=4" wait=yes

This is not improved in ROS 7.14 for sending SMS messages with:
*) modem - fixed SMS removal (introduced in v7.13);
Tested now with 7.14, sent messages are stored in SIM and needs to be deleted with AT command for cleanup. To avoid this case ROS will need to implement sent messages list with possibility to remove them like for received in /tool/sms/inbox or delete from SIM when message is sent.
 
malks
just joined
Topic Author
Posts: 2
Joined: Thu Mar 16, 2023 2:47 pm

Re: Can't send SMS with MBIM: MEMORY_FULL

Mon Mar 04, 2024 12:19 pm

Thank you for your reply and clarification.
I added
:delay 10 
/interface/lte/at-chat lte1 input="AT+CMGD=,4"
at the end of the script. Everything works as intended, and sent SMS messages are now deleted from the SIM card.
 
tuliomorais
just joined
Posts: 2
Joined: Fri May 12, 2023 2:20 am

Re: Can't send SMS with MBIM: MEMORY_FULL

Mon Mar 25, 2024 11:16 pm

Não funciona no netwatch Mikrotik (ROS 7.13)

Acontece que o mikrotik parou de enviar notificações para o Telegram via fetch.
O mais interessante é que o próprio Netwatch funcionou (detectou up/down) e o fetch também funcionou no console, mas não funcionaram juntos.
A solicitação ficou assim:
/tool/fetch url="https://api.telegram.org/botXXX/sendMes ... ml&text=gw: srv-01 - UP"

Depois de ler a documentação e pesquisar nos motores de busca, descobriu-se que deveria ser assim:
/tool fetch mode=https url="https://api.telegram.org/botXXX/sendMes ... ml&text=gw: srv-01 - UP" http-method=post keep-result=no

Funcionando normalmente aqui!!!

Referência original: https://it-git.ru/set-i-kommutacija/53- ... s-713.html

Who is online

Users browsing this forum: Alek1234, anav, Heyman3 and 20 guests