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.

Reply via email to