I need help for sqlbox
this my sqlbox.conf

group = sqlbox
id = sqlbox-db
smsbox-id = sqlbox
#global-sender = ""
bearerbox-host = localhost
bearerbox-port = 13001
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

group = mysql-connection
id = sqlbox-db
host = localhost
username = kannel
password = *******
database = kannel
******************************************************
and this my kannel.conf
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
#status-password = foo
#admin-deny-ip = ""
#admin-allow-ip = ""
#log-file = "/tmp/kannel.log"
#log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"

group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
global-sender = 13013
#sendsms-chars = "0123456789 +-"
#log-file = "/tmp/smsbox.log"
#log-level = 0
#access-log = "/tmp/access.log"

group = sms-service
keyword = default
text = "No service specified"

group = mysql-connection
id = mydlr
host = localhost
username = kannel
password = abodabod
database = kannel

group = dlr-db
id = mydlr
table = dlr
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
//////////////////////////////////////////////////////////////////
and this my smsbox.conf

group = core
smsbox-port = 13001

group = smsbox
reply-requestfailed = "No existe un servicio asociado"
bearerbox-host = 127.0.0.1
bearerbox-port = 13013
sendsms-port = 13014
log-file = "/var/log/kannel/smsbox1.log"
access-log = "/var/log/kannel/access1.log"
log-level = 0
http-request-retry = 3
http-queue-delay = 15
sendsms-chars = "0123456789 +-"

/////////////////////////////////////////////////////////////////
when run sqlbox.conf it seems for me this error  :
sudo sqlbox -v 1 /etc/kannel/sqlbox.conf
sqlbox: /usr/local/lib/libxml2.so.2: no version information available
(required by sqlbox)
2020-01-08 18:22:58 [14709] [0] INFO: Debug_lvl = 1, log_file = <none>,
log_lvl = 0
2020-01-08 18:22:58 [14709] [0] PANIC: Trying to fetch variable
`ssl-client-cipher-list' in group `sqlbox', not allowed.
2020-01-08 18:22:58 [14709] [0] PANIC: sqlbox(gw_backtrace+0xe0)
[0x55b1f796b910]
2020-01-08 18:22:58 [14709] [0] PANIC: sqlbox(gw_panic+0x167)
[0x55b1f796ba87]
2020-01-08 18:22:58 [14709] [0] PANIC: sqlbox(cfg_get_real+0xbf)
[0x55b1f796059f]
2020-01-08 18:22:58 [14709] [0] PANIC: sqlbox(conn_config_ssl+0x112)
[0x55b1f7957e52]
2020-01-08 18:22:58 [14709] [0] PANIC: sqlbox(main+0x1b3) [0x55b1f79483b3]
2020-01-08 18:22:58 [14709] [0] PANIC:
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xeb) [0x7f917a95c09b]
2020-01-08 18:22:58 [14709] [0] PANIC: sqlbox(_start+0x2a) [0x55b1f79487fa]

Reply via email to