Hello.
I managed
to install sqlbox with the command ./configure -
with-kannel-dir = / etc / kannel .
/ etc / kannel is the installation folder
of kannel. Now i have one problem, configuring sqlbox. Here is
my sqlbox configuration file. I managed to boot sqlbox but i have nothing in
sent_sms and send_sms tables.
group = sqlbox
id = sqlbox-db
smsbox-id = sqlbox
#global-sender = ""
bearerbox-host = localhost
bearerbox-port = 13001
smsbox-port = 13008
sql-log-table = sent_sms
sql-insert-table = send_sms
log-file = "/var/log/kannel/sqlbox.log"
log-level = 0
# Configuration connection mysql
group = mysql-connection
id = sqlbox-db
host = localhost
username = root
password = fyle
database = kannel
max-connections =2
is that the bearerbox-host must be identical to the smsbox-port in core group?
thanks in advance.