Hi Seik,

I am enclosing my kannel.conf again just incase there is something wrong with it.

# CORE
group = core
admin-port = 13000
admin-password = pwd
status-password = pwd
dlr-storage = mysql
log-file = "/var/log/kannel/kannel.log"
log-level = 0
access-log = "/var/log/kannel/access.log"
smsbox-port = 13001
store-file = "/var/log/kannel/kannel.store"


# SMSC Fake
#group = smsc
#smsc = fake
#host = localhost
#port = 13013

group = smsc
smsc = "smpp"
host = x.x.x.x
port = XXX
smsc-username = "xxxxxxx"
smsc-password = "xxxxxxx"
system-type = "xxxx"
keepalive = 30
transceiver-mode ="yes"
smsc-id = ABCDEF

# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13131
sendsms-chars = "0123456789+"
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
access-log = "/var/log/kannel/access.log"


# SEND-SMS USERS
group = sendsms-user
username = xxxxxx
password = xxxxx


# SMS SERVICE 'Default'
# there should be default always
group = sms-service
keyword = default
#text = "No service specified"
exec = /usr/local/bin/kannel_incoming %t %q %a

# DLR with MySQL support configuration
group = mysql-connection
id = mydlr
host = localhost
username = xxxxxxxx
password = xxxxxxxx
database = kannel

group = dlr-db
id = mydlr
table = dlr
field-smsc = smsc
field-timestamp = ts
field-source=source
field-destination = destination
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id = boxc


--
regards,

Anand Gupta

Reply via email to