Guys,
I have a weird situation. smsbox sometimes doesn't servicing request (not 
forward MO to get-url). Here is my configuration:

group = core
admin-port = 7960
smsbox-port = 7961
admin-password = kannel
status-password = kannel
box-allow-ip = "127.0.0.1;192.168.8."
store-type = spool
store-location = "/home/kannel/var/queue"
sms-incoming-queue-limit = -1
sms-outgoing-queue-limit = -1
store-dump-freq = 5
dlr-storage = mysql
sms-resend-freq = 60
sms-resend-retry = -1
smsbox-max-pending = 100
log-file = "/home/kannel/var/log/bearerbox.log"
access-log = "/home/kannel/var/log/bearerbox-access.log"
log-level = 0

group = mysql-connection
id = mydlr
host = 192.168.8.3
username = "kannel"
password = "password"
database = traffics

group = dlr-db
id = mydlr
table = partner_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

group = smsc
smsc = http
system-type = kannel
smsc-id = kannel
smsc-username = kanneluser
smsc-password = kannelpass
port = 7278
send-url = "http://192.168.8.2/test.php";
connect-allow-ip = "127.0.0.1;192.168.8.2"
allowed-smsc-id = "kannel"
log-file = "/home/kannel/var/log/partner.log"
log-level = 0

group = smsbox-route
smsbox-id = "smsbox"
smsc-id = "kannel"

group = sendsms-user
username = kannel
password = kannel
max-messages = 10
concatenation = true

group = sms-service
keyword = default
get-url = 
"http://handler.kannel.gw:4684/?sender=%p&receiver=%P&sms=%a&telco=%i&msgid=%I&fid=%F";
catch-all = true
omit-empty = true
max-messages = 0

group = smsbox
smsbox-id = smsbox
sendsms-port = 7962
bearerbox-port = 7963
http-request-retry = 100
http-queue-delay = 10
max-pending-requests = 8192
mo-recode = 1
log-file = "/home/kannel/var/log/smsbox_1.log"
access-log = "/home/kannel/var/log/smsbox-access_1.log"
log-level = 1

group = mysql-connection
id = smsgw-db
host = 192.168.8.3
port = 3306
username = "kannel"
password = "password"
database = "traffics"
max-connections = 10

group = sqlbox
id = smsgw-db
bearerbox-port = 7961
smsbox-id = smsbox
smsbox-port = 7963
sql-log-table = partner_sent
sql-insert-table = partner_queue
log-file = "/home/kannel/var/log/sqlbox_1_pull.log"
log-level = 0

Willy Mularto
F300HD+MR18DE (NLC1725)










Reply via email to