Hello to all, After enable the mysql database,i am easily configer the sqlbox from svn form but when run this command ./bearerbox it show these panic during run . my kannel.conf file look like as, see the sqlbox file must
group = core admin-port = 13000 admin-password = hoo status-password = hoo smsbox-port = 13003 store-type = file store-file = /knl_store sms-incoming-queue-limit = -1 log-level = 4 access-log = /var/log/bearerbox1.access dlr-storage = mysql log-file = /var/log/bearerbox1.log group = smsbox bearerbox-host = localhost sendsms-port = 13131 sendsms-url = "/" log-level = 4 access-log = /var/log/smsbox1.access # log-file = /var/log/smsbox1.log include = "normal.conf" group = sqlbox id = mydlr smsbox-id = sqlbox bearerbox-port = 13001 smsbox-port = 13003 smsbox_port_ssl = false sql_log_table = send_sms lof_file = "/var/log/kannel/kannel-sqlbox.log" log-level = 4 group = sendsms-user username = hookcity password = hooindia concatenation = true max-messages = 7 group = mysql-connection id = mydlr host = localhost username = root password = hcl@121 database = sms_dlr max-connections = 10 group = dlr-db id = mydlr table = dlr_kannel field-smsc = smsc field-timestamp = ts field-destination = destination field-source = source field-service = service field-url = url field-mask = mask field-status = status field-boxc-id = boxc ./bearerbox show these error ERROR: Group 'sqlbox' is no valid group identifier ERROR: Error found on line no 10 of the file 'kannel.conf. PANIC: Couldn't read configuration from 'kannel.conf etc... -- Vijay Kr. Dadhich
