I am writing an SMS sending service using SMPP protocol in C #, using Jamaa SMPP. Previously, I did not have to work with SMPP, so I have significant difficulties.
Please tell me how to get a MessageId ? Messages are generated on the side of SQL Server, the service receives them from the database and sends them to the operator. It is required to change the status of each specific message in the database: sent, delivered, error, etc. This requires a MessageId , but I do not understand how to get it. The events that SmppClient generates SmppClient not allow me to get what I need.
MessageDeliveredevent -> Receiving Delivery Notifications - LLENN