06-28-2021, 07:31 AM
(This post was last modified: 06-28-2021, 07:40 AM by jfenn2199.
Edit Reason: change letter case on value in code block && Typo
)
Got mmsd-tng installed from sid and pulling MMS messages to Modem Manager with SMSWAP set to true. Can confirm Mint Mobile (US T-Mobile MVNO) works. Oddly Mobian defaults Mint mobile sim to T-Mobile's mobilenet APN so had to change the apn for the modem to
and ~/.mms/modemmanager/mms
Running into redirect issues attempting to clone chatty from the /wip/sadiq/mm-account branch. Going to attempt the python messenger method to verify completed delivery. But great news is 18 hours on and my modem hasn't clogged or crashed. Thanks for the great work.
Code:
Name: Internet/MMS2
APN: Wholesale
and ~/.mms/modemmanager/mms
Code:
[Modem Manager]
CarrierMMSC=http://wholesale.mmsmvno.com/mms/wapenc
MMS_APN=Wholesale
CarrierMMSProxy=NULL
DefaultModemNumber=NULL
AutoProcessOnConnection=true
AutoProcessSMSWAP=true
[Settings]
UseDeliveryReports=false
TotalMaxAttachmentSize=110000
MaxAttachments=25
AutoCreateSMIL=false
Running into redirect issues attempting to clone chatty from the /wip/sadiq/mm-account branch. Going to attempt the python messenger method to verify completed delivery. But great news is 18 hours on and my modem hasn't clogged or crashed. Thanks for the great work.