did you set proper dlr-mask value ? like dlr-mask=31 regarding the db stored DLR, the DLR message will be stored in sent_sms as well in case you have set the sqlbox to handle all the traffic
and as you have unique id in the dlr-url, it should be matter of sql to match the id in different tables -----Original Message----- From: Rolandow [EMAIL PROTECTED] Sent: 04 ???????? 2007 ?. To: seik Subject:DLR-URL when injecting in sqlbox > Hello, > I am trying to get a delivery report, when I inject a MT message directly in > send_sms. The message gets send, and in > my bearerbox I see that a DLR message has been created. The URL I provided, > isn't requested though. I tried providing it with and without urlencoding. >>From my logs: > 2007-12-04 10:58:24 [1761] [6] ERROR: SMPP[mblox]: SMSC returned error code > 0x0000040d (Vendor-specific error, please refer to your SMPP provider) in > response to submit_sm. > 2007-12-04 10:58:24 [1761] [6] DEBUG: SMSC[mblox]: creating DLR message > 2007-12-04 10:58:24 [1761] [6] DEBUG: SMSC[mblox]: DLR = > http://localhost/dlr.php?id=2&dlrstatus=%d > 2007-12-04 11:11:10 [1761] [6] ERROR: SMPP[mblox]: SMSC returned error code > 0x0000040d (Vendor-specific error, please refer to your SMPP provider) in > response to submit_sm. > 2007-12-04 11:11:10 [1761] [6] DEBUG: SMSC[mblox]: creating DLR message > 2007-12-04 11:11:10 [1761] [6] DEBUG: SMSC[mblox]: DLR = > http%3A%2F%2Flocalhost%2Fdlr.php%3Fid%3D2%26dlrstatus%3D%25d > I also checked the possibility to store the DLR's to mysql, but I don't see > how I can identify the message then? I see no mysql field with an unique > message identifier? > Help would be much appreciated! > Thanks in advance. > Kind regards, > Roland.
