<CUT> > I use a DLR to invoke an HTTP-GET when the message is delivered/deleted or > whatnot. The bearerbox handles whether or not the message is actually > delivered to the SMSC, and thus should give you a DLR report on that > message when the smsc connection does become available.
Yes, infact I already do this for the delivery reports. But this can be done only if the smsc is connected and available. If the smsc is not connected or cannot get the message, the smsbox will never know it. > Before I "send" the message to the smsbox I insert a row with an SMS id > (auto-incremented). That is the ID I include in the dlrurl variable I > pass to sendsms. Ok, what happens if the bearerbox has no connections to smsc in that moment ? My problem is about the fact that if no smsc are connected to the bearerbox, then the smsbox (that it's the real incoming door for sms) will always get "Sent." even if the sms has not been sent to the smsc. Julien
