Context :
-----------
I want to search the submitted message (submit_sm) for a given delivered message (deliver_sm).
the problem that I can't find a matching between the submitted message and the received delivery message from
the Cassandra table Message_DD_MM_YY.
Environment:
-------
I'm using restcomm 7.0.49, I'm using also restcomm-smpp-simulator to simulate emse server systemID(test) , and to simulate esme client I'm using SMPPSIM simulator systemID(smppclient1).
Scenario
-------------
I’m sending an MT message from test to smppclient1,and I want to match this message with its delivery receipt.
Expected result :that the messageID of the delivery receipt message_text will be the same as the messageID generated in the first submit_sm (between esme server(test) and restComm ).
Result that i got : the delivery receipt contains the id of the second submit sm (between restcomm and esme client (smppclient1)).so I can't match the message with its delivery.
I attached a detail flow graph and a dump traffic of wireshark, also a file "message.csv" containing the content of the cassandra table "MESSAGE_xxx" during the pervious scenario.