dear please tell me what should be the running sequence of bearerbox,sqlbox and smsbox. my kannel is running fine. when i run only bearerbox and smsbox and sending sms using url, sms is delivered and dlr-url is also fired and dlr report is stored in a mysql table. But when i run sqlbox and send sms through send_sms table sms delivered dlr reports also getting in sent_sms table but dlr_url is not fired and dlr report is not stored in my mysql table.
my configuration files using ports kannel.conf group = core admin-port = 13000 smsbox-port = 13001 . . . . . group = smsbox smsbox-id = box13000 bearerbox-host = 127.0.0.1 sendsms-port = 13013 global-sender = 13013 sqlbox.conf group = sqlbox id = sqlbox-db smsbox-id = sqlbox bearerbox-host = localhost bearerbox-port = 13001 smsbox-port = 13005 . . . group = mysql-connection id = sqlbox-db Note: kannel.conf is using for running both bearerbox and smsbox................. regards