Hi, I installed Kannel from CVS on a Ubuntu 8.04 PC. I haved used it for about a week and found out about SQLBox and decided to try it out. I installed it (downloaded from http://www.kannel.org/~aguerrieri/SqlBox/Snapshots/sqlbox-snapshot-20081121.tar.gz.
The installation of SQLbox completed without a hitch but on starting the bearerbox I am getting a "ERROR: Group 'sqlbox' is no valid group identifier. 2009-01-25 16:53:09 [8208] [0] ERROR: Error found on line 54 of file `kannel.conf'." My Config File: group = core admin-port = 13000 admin-password = bar admin-deny-ip = "*.*.*.*" admin-allow-ip = "127.0.0.1;127.0.1.1;localhost" #wapbox-port = 13002 smsbox-port = 13003 wdp-interface-name = "*" log-file = "/var/log/kannel/bearerbox.log" log-level = 2 access-log = "/var/log/kannel/access_bearer.log" access-log-clean = false box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1;192.168.2.4;192.168.2.3" store-file = "/var/log/kannel/message.store" group = mysql-connection id = sqlbox-db host = localhost username = foo password = bar database = sqlboxdb max-connections = 10 group = sqlbox id = sqlbox-db smsbox-id = smsbox bearerbox-host = 127.0.0.1 bearerbox-port = 13015 smsbox-port = 13005 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 ....... Starting up the bearerbox fails on "group = sqlbox" line. Where could I be wrong?
