I have no problems at all with the MT billing control via sqlbox. paste here the result from this select:
select dlr_mask, dlr_url from sent_sms where momt='MT' and dlr_mask=31 limit 10; -----Original Message----- From: [email protected] [EMAIL PROTECTED] Sent: 23 Февруари 2008 г. To: seik Subject:dlr_url > Hi all, > > Im trying to use the DLR reports to control the MT billing of a > particular service, but I already set up the delivery report on > mysql and if looks like functional. The thing is I insert onto the > send_sms for send the sms including dlr_mask and dlr_url, like I > find in the list that has been used, but I didn’t get the PHP to be executed. > > My dlr.php file simply made an insert onto the send_sms that sends the %d > variable to my phone. > > I already test the dlr.php manually (on CLI and browser) and works > fine, but I wasn’t able to make it work with the dlr_url parameter. > > My only concern is to know when the messages are being succesfuly > deliver to the client and when don’t. > > Any help or idea would be appreciated. > > Luis Valencia > > >
