I see in the logs(bearerbox) that whenever a submit_sm or deliver_sm is made a sequence_number
is also there. I need to be able to tally the submit_sm and deliver_sm. My question then is, if we restart kannel
(shutdown, startup) will the sequence_number start from zero ?
the sequence no is only there to correlate *_sm and *_sm_resp. If you want to correlate a submit_sm with the deliver_sm then you need to use the msg_id from the submit_sm_resp.
nisan
Thanks.
