Hi,
Please post relevant log entries with error.
BR,
Nikos
----- Original Message -----
From: "Marcelo Olivas" <marcelo.oli...@up-mobile.com>
To: <users@kannel.org>
Sent: Friday, August 14, 2009 12:55 AM
Subject: question about reload-list
Gurus, in the current version of Kannel, we should be able to reload
the blacklist and white list without restarting kannel using the HTTP
admin. However, when I run this:
http://localhost:13000/reload-lists?password=secret
It tells me that: "Could not reload list".
I don't see any problems in the logs. I only have a "blacklist"
configured. Should I have also the whitelist?
I have the following configuration for my bb config:
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = secret
status-password = foobar
log-file = "/opt/kannel/logs/bearerbox.log"
log-level = 0
access-log = "/opt/kannel/logs/access_bearerbox.log"
store-type = spool
store-location = "/opt/kannel/var/spool/bearerbox"
dlr-storage = mysql
black-list = "http://marceloolivas/kannel/blacklist.txt"
#
# Include the bearerbox DLR storage type.
#
include = "/opt/kannel/etc/module.d/dlr-storage.conf"
#
# The inbound (MO) routing for smsbox/smppbox.
# This is required if this bearerbox has connections to various
# smsbox and smppbox instances. Here you define to which of the
# connected smsbox/smppbox instances MO messages are routed.
#
# Example: (m = mandatory, o = optional)
#
# group = smsbox-route
# smsbox-id = MYSMSC (m) - the smsbox id that is registed at
bearerbox at runtime
# smsc-id = "fake_1;fake_2;fake_3" (o) - the list of smsc ids that
are routed to this smsbox/smppbox
# shortcode = "83111;83222;83444" (o) - the destination numbers that
are routed to thus smsbox/smppbox
#
#group = smsbox-route
#smsbox-id = "KANNELSMSC"
#shortcode = "1111;61427202730"
#
#
# The upstream SMSC connection configurations we use.
#
#include = "/opt/kannel/etc/smsc.d/smsc_fake_all.conf"
include = "/opt/kannel/etc/smsc.d"
#
# A kludge smsbox group. Bearerbox at least needs to know
# that it should open the smsbox-port by detecing at least
# a smsbox group here.
group = smsbox
Thanks,
Marcelo