Hi,
Using qmmsend and setting delivery receipt I get a pdu returned with the transaction-id of the MMS.
Yet I can’t find how to access or change that transaction-id before I send an MMS.
Could you explain how to expose this or change this before I send an MMS?
Thanks.
If not possible, is there a way to store the outgoing m-send.req pdu in UFS storage so I can decode and get it?
This is contents of what I receive in the ‘M-delivery-ind’ from the MMSC.
[“X-Mms-Message-Version”]=>
string(3) “1.0”
[“Message-ID”]=>
string(36) “15CF92CE-5720-71F0-B631-005056A3C7B8”
[“To”]=>
string(22) “+XXXXXXXXXXX/TYPE=PLMN”
[“Date”]=>
string(19) “2025-07-02 16:39:37”
[“X-Mms-Status”]=>
string(9) “Retrieved”
The [“Message-ID”]=>string(36) “15CF92CE-5720-71F0-B631-005056A3C7B8” .
Something I need to attach to the message in the database so I can then set it to retrieved when I get the delivery-ind.
@mikey add mikey to support this issue