Unfortunately verbose logging was not turned on. All we see in the logs are errors and warnings.
I am really trying to confirm what gets returned in the deliver_sm_resp pdu to the smsc. If it's 0, then I think messages are lost forever. If it's something else, then smsc should retry. On Sep 30, 2015 10:38 PM, "spameden" <spame...@gmail.com> wrote: > > > 2015-10-01 5:23 GMT+03:00 Jeff Thorn <j...@thorntechnologies.com>: > >> Hello, >> We had a instance of the bearerbox running for a few hours without smsbox >> running. Looks like we had a number of incoming message (deliver_sm) >> attempts. >> >> The logs show this (several times): >> >> WARNING: smsbox_list empty! >> WARNING: incoming messages queue too long, dropping a message >> WARNING: SMPP: Unknown TLV(0x000e,0x0001,03) for PDU type (deliver_sm) >> received! >> >> In this situation, what does bearerbox return to the SMSC in the >> deliver_sm_resp? I am trying to determine if we potentially lost incoming >> messages permanently. If bearerbox returns a status of success even though >> it could not deliver to sms, then I assume the messages are lost. If kannel >> returns a status of failure, then the SMSC should retry the failed message. >> >> Can someone confirm what bearerbox does in this situation? >> > > I think in this situation brearerbox simply is receiving all messages from > your SMSC and not submitting any MT back. > > Basically bearerbox is a core communication center whilst smsbox/sqlbox is > used to submit/process messages on your side. > > You can try looking into logs of your smsc (if you had them turned on > verbose), there you must find all received messages. > > >> Thanks, >> Jeff >> >> >