|
Hi list, I have a question about the support of DLR for the sending of OTA configuration messages using the HTTP interface. I searched in the User's Guide but it seems that in the OTA CGI variables we can not use the dlr-url and dlr-mask options to request a delivery report (those options are actually defined in the SMS Push (send-sms) CGI variables). I looked in the source code and more exactly in file "smsbox.c". As I understand, both sendsms and sendota script are using 'Msg' structure to define a message to be sent and that structure has 2 attributes : INTEGER(dlr_mask) and OCTSTR(dlr_url). Moreover both scripts are calling the same function to process the SMS to be sent : "send_message(URLTranslation *trans, Msg *msg)". What I'd like to know is what would be the difficulty to use delivery report with the sendota script in the same it's done with the sendsms cgi ? Thanks. --
|
