Hi,

I'm trying to deny some numbers to be sent SMS which are already declared in
the black-list.
but still the sms is going to deliver. 
i have found an issue in issue tracker
(http://redmine.kannel.org/projects/kannel/issues) bug no: Bug #523 status
is new
the black listing is very urgently required, if any body provide some
solution or patch for this a bug tht would be helpfull,
 
here i have menctioned my config below.
 
group = core
admin-port = 13000
admin-password = foo
status-password = bar
#admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1,192.168.1.*"
smsbox-port = 13001
#wapbox-port = 13002
#box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
wdp-interface-name = "*"
store-location = "/var/spool/kannel/kannel.new"
log-file = "/var/log/kannel/bearerbox.log"
#dlr-storage = internal
log-level = 1
 
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
#global-sender = 13013
log-file = "/var/log/kannel/smsbox.log"
access-log = "/var/log/kannel/access.log"
mo-recode = true
global-sender = "56322"
http-request-retry = 10
http-queue-delay = 10
black-list = "http://localhost/blacklist.txt";

group = sendsms-user
username = bar
password = foo
concatenation = 1
max-messages = 3
forced-smsc = "fake"
omit-empty = true
black-list = "http://localhost/blacklist.txt";


Thanks in advance.
-- 
View this message in context: 
http://old.nabble.com/Issues-with-black-list-in-kannel-1.4.3-tp30168270p30168270.html
Sent from the Kannel - User mailing list archive at Nabble.com.


Reply via email to