You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The delivery report of multipart messages is difficult to read. In transmitter mode the last ID output is received as response. The receiver reads only the first ID and skips the rest. A miss match occurs because the operator sends status to all parts of the message but does not read the last ID. Is there a way to read all the ids without skipping them?
NB :: if the status of outgoing messages is 'DELIRVD' then this error is not seen; This issue is only with REJECT and FAILED status.
The text was updated successfully, but these errors were encountered:
Detailed inspection revealed the problem again.
The first half of the sent Multipart message ID will be: 11111111111111 and the second half ID will be : 11111111111112. If status : 'DELIRVD' (0) then parseDeliveryReceipt passes both to the logger. If STATE_REJECTED (8) then only the first half ID of the message is passed. Anyone else having this problem?
The delivery report of multipart messages is difficult to read. In transmitter mode the last ID output is received as response. The receiver reads only the first ID and skips the rest. A miss match occurs because the operator sends status to all parts of the message but does not read the last ID. Is there a way to read all the ids without skipping them?
NB :: if the status of outgoing messages is 'DELIRVD' then this error is not seen; This issue is only with REJECT and FAILED status.
The text was updated successfully, but these errors were encountered: