This is a FAQ.
Sqlbox doesn't call dlr-url's, since it's sql based and not http based. The workaround is as follows: Insert as your "boxc_id" the smsbox id of your connected smsbox. == Rene From: [email protected] [mailto:[email protected]] On Behalf Of Ravindra Gupta // Viva Sent: Monday, 30 July, 2012 16:31 To: [email protected]; [email protected] Subject: dlr-url call on sqlbox Dear Team, How to call dlr-url on sqlbox. Kindly find the mysql query as given below. INSERT INTO send_sms (momt, sender, receiver, msgdata, sms_type, smsc_id, dlr_mask, dlr_url) VALUES ('MT', 'DEMO', '919XXXXXXXXX', 'SQLBOX TESTING SERVER', 2, 'test', 31, 'http%3A//10.0.0.1/sms/dlrNEW.php%3Fdlr%3D%25d%26to%3D%25p%26smsID%3D%25A%26 BatchID%3DXXXX123-5d1XXXXXa' );
