1:1 messages work, but each time I try to send a group message it appears in the logs as:
inserting send (lots o private info)
BadSenderOrSentTime
I should say that possibly unlike #23, mmsd is not running as root. I ran it with
/usr/libexec/mmsd -n -d
and I have the logs, so if there's any non-private info that would be helpful I can add it here.
My guess is that no
Sender
is being specified in the MMS, presumably for the same underlying reason as the issues you've been seeing withSubscriberNumber
not being present in ofono output. It's really hard for vgmms to do its job if it doesn't know the user's number.I've pushed some code that should disambiguate the error, but if my hunch is correct you'll just see "
MMS notification parse error: MissingSender
" as the new error in this situation.
Just built with new code, and yes, that's the error I see.
This implies the real problem here is #26. Closing as duplicate.