Re: sequence number question
Nisan Bloch <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
At 12:41 PM 4/1/03 +0800, Kwok Peng Tuck wrote: >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. > >