Hi all, I need to track the sms status using dlr-url. (reject,smsc accpeted,dilevered..etc). iam using dlr-mask=31 when sending the sms.
lynx -dump "http://147.120.203.19:17018/cgi-bin/sendsms?username=xxxx&password=xxx&to=+ 777777&from=+5555&text=test&dlr-url=31" I have put this on send-sms users group dlr-url = "http://147.120.203.99/sms/dlr.php?dlr=%d&dest=%p" once i submit my query i can see the smsbox.log dlr=8; (smsc submitted with destination number). when i see my Mysql DB. it has this entry smsc(8888) , ts (a unique value..its always unique...), destination address, source address , mask, status..etc.. but when i received the dilevery report. how should i update my database. my porblem is how i insert a msg-id to my sending sms. if i receive the dilevery status (%d) with msg-id (%I). i can update my database. but how should i insert a unique id to my sending sms. will that sending ID will receive along with the dilevery report. can someone give an example for this. many thanks, Tharanga
