ModemManager 1.14.0: Can't send sms with some chars

Thilo-Alexander Ginkel thilo at ginkel.com
Sat Jul 2 18:09:35 UTC 2022


Hi Scott,

On Fri, Jul 1, 2022 at 11:20 AM Stanke, Scott <Scott.Stanke at digi.com> wrote:

> I understand the command from the Digi router shell: "modem sms-text
> 16511234567 world范例" runs the following commands:
>
> # # mmcli -m 0 \
>  # > --messaging-create-sms="text='hello world范例',number='+16511234567'"
> # # mmcli -s 6 --send
>
> My test results, when running the above commands from the shell, shows the
> "/bin/sh: can't create --messaging-create-sms=text='hello
> world范例',number='+16511234567': Read-only file system" probably because I
> do not have the correct permissions when running from the shell. I will ask
> our Engineering team how to find if this filesystem error is seen when
> executing "--messaging-create-sms..." after the router shell command:
> "modem sms-text...".
>

AFAICS the error you get is due to an extra ">" character in the command
line you quoted above (at the beginning of the second line). This causes
the shell to attempt to redirect mmcli's output into a file instead of
supplying the desired CLI arg.

Regards,
Thilo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/modemmanager-devel/attachments/20220702/abbd9406/attachment.htm>


More information about the ModemManager-devel mailing list