I have a problem when trying to configure two smsboxes with one bearerbox.
 
Because of my latest problem with mutexes, I've tried to set one smsbox to process
the incoming sms's and other to process sending through the http interface.
 
So I've set a kannel.conf for bearerbox and first smsbox,
having one sms-service
 
group = sms-service
name = 1807
keyword = default
url = "...&phone=%p&text=%a"
omit-empty = yes
faked-sender = 1807
accepted-smsc = smsc1807
allowed-prefix = "91"
max-messages = 4
concatenation = true
black-list = "http://.../~kannel/blacklist-postais.txt"
and a sendsms-user for testing
 
Then I've created a smsbox2.conf just for the second smsbox, without sms-services
but with sendsms-user's, hoping that first one "registers" the services and second one
ignore all services and only sends MT messages.
 
But In smsbox2 logs, I see the "no service for keyword something" and the still happing panic
because there's no default service.
 
If smsbox1 is running, why didn't it register the default services or why bearerbox routes it to
smsbox2 ?
 
 
Do you have any configuration with various smsbox with diferent services ? Are routing code
working ok for you ?

Reply via email to