Re: sequence number question
Kwok Peng Tuck <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks Nisan, I'll look into that. Nisan Bloch wrote: > 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. >> >> > > > >