Hi everyone, does anybody noticed that in SQLbox log table, msg ID is stored in the field named as dlr_url?
I have a following setup: SMSC <-->bearerbox<--->Sqlbox<--->Opensmppbox<--->SMPP CLient Now the problem is in Sqlbox, msg ID is stored as dlr_url and same is passed in dlr_url field of opensmppbox-dlr-table. So if I need to use Dlr url, I can't. To work around I tried altering the source code but its throwing out weird errors. What I need is: 1) msg id must be stored in ID field (currently storing null) 2) I want my own DLR-url to be stored in dlr_url field, i wouldn't mind if its hard-coded Any suggestions?