SMS alert not working

I have an USB phone and I use this script:
/tool sms acm1 send +12345678901 message=“stuff.”
/tool sms acm1 send +12345678902 message=“stuff.”
and it’s not working. Mikrotik(3.14) has found the phone, its a Motorola E770v.

I have found my motorola v325 doesnt use standard AT commands, so MT wont use it. I believe you have to use AT+MODE=0 or 2 or something and then you can use the SMS at commands.

Sam

this is good /tool sms send acm1 +12345678901 message=“stuff.”
this is bad /tool sms acm1 send +12345678901 message=“stuff.”