Hi Team I had setup opensmppbox to connect to bearerbox and its working fine. But I need to introduce sqlbox in between to log MO and MT from smppbox. I tried but no entry in send and sent table. kindly help with working sqlbox config see below the flow
[SMPP client]<-->[smppbox]<-->[sqlbox]<-->[bearerbox] =====sqlbox.conf====== group = sqlbox id = sqlbox-db smsbox-id = billy bearerbox-host = localhost bearerbox-port = 23005 smsbox-port = 33009 smsbox-port-ssl = false sql-log-table = sent_sms sql-insert-table = Nsend_sms log-file = "/var/log/nvsmpp/test_smpp/sqlbox.log" log-level = 0
