William, Looks to me that you are missing the dlr-mask parameter.
You may set the dlr-mask when injecting the SMS to sqlbox. Its value depends on which status you need to know. For example, you can set it to 3 (1 success + 2 failure). Check out chapter 9 on how to set dlr masks. I hope it helps. Eduardo On Mon, May 18, 2009 at 8:20 PM, William Maas <[email protected]>wrote: > Thanks, those are my config files > > Bearerbox config file > -------------------------------------------------------- > group = core > admin-port = 13000 > smsbox-port = 13001 > admin-password = $digital > log-file = "/var/log/kannel/core.log" > log-level = 0 > access-log = "/var/log/kannel/access.log" > dlr-storage = internal > > #SMSC-XXXXXXXXX > group = smsc > smsc-id= XXXXXXX > smsc = smpp > host=X.X.X.X > port = X > receive-port = X > smsc-username= username > smsc-password= password > system-type= "smpp" > allowed-smsc-id=XXXXXXXXXX > msg-id-type = 1 > throughput = 10 > > Sqlbox config file > -------------------------------------------------------- > group = sqlbox > id = my_sqlbox > smsbox-id = sqlbox > bearerbox-host = localhost > bearerbox-port = 13001 > smsbox-port = 13003 > smsbox-port-ssl = false > sql-log-table = sent_sms > sql-insert-table = send_sms > log-file = "/var/log/kannel/kannel-sqlbox.log" > log-level = 0 > > group = mysql-connection > id = my_sqlbox > host = localhost > username = (username) > password = (password) > database = database > max-connections = 10 > > > Smsbox config file > -------------------------------------------------------- > group = smsbox > bearerbox-host = localhost > bearerbox-port = 13001 > sendsms-port= 13013 > log-file = "/var/log/kannel/smsbox.log" > log-level = 0 > > group= sendsms-user > username= (username) > password= (password) > dlr-url= > http://localhost/my_dlr_script.php?sender=%p&receiver=%P&status=%d&a > nswer=%A&smsc=%i&ts=%t&service=%n<http://localhost/my_dlr_script.php?sender=%p&receiver=%P&status=%d&a%0Answer=%A&smsc=%i&ts=%t&service=%n> > > group = sms-service > keyword = XXXXXX > keyword-regex = .* > allowed-receiver-prefix = "9999" > catch-all = true > get-url = "http://localhost/my_msj_script.php?parameters > omit-empty <http://localhost/my_msj_script.php?parameters%0Aomit-empty> = > true > accept-x-kannel-headers = true > max-messages = 3 > concatenation = true > > > Thanks again > > On 5/18/09 7:09 PM, "Eduardo Raad" <[email protected]> wrote: > > > What kind of smsc are you using? Please post your bearerbox config file. > > > > Eduardo > > ------Original Message------ > > From: William Maas > > Sender: [email protected] > > To: [email protected] > > Subject: SLQBox dlr-url not fetched > > Sent: May 18, 2009 20:05 > > > > Hello, > > > > I have installed the SQLBox and it is working fine but the DLRs are > not > > working with the url I provided. I have tried with the coded and uncoded > url > > but it does not work anyway. > > > > Help please, > > -- > > > > > William Maas > Gerente de Proyecto > www.nuestrodiario.com > PBX: (502) 2379.1600 x. 9518 > FAX: (502) 2379.1621 x. 3340 > 15 Ave. 24-27 Zona 13 > Guatemala 01013, Guatemala C. A. > > > > > -- Eduardo Raad Gerente General Metromovil móvil + 593 93978888 oficina + 593 42329455 x 1099 Av. 10 de Agosto 511 y Chimborazo Edificio Equinoxcorp, Piso 3 Guayaquil, Ecuador
