HI,
kannel code will be suitable for ESME (SMPP) application. for ESME i
make a below config file .
group = core
admin-port = 13000
admin-password = bar
log-file = "log/bearer.log"
log-level = 0
access-log = "log/beareraccess.log"
smsbox-port = 13003
store-file = "log/kannelqueue.log"
# SMSC SMPP
group = smsc
smsc = smpp
smsc-id =pyro
host = localhost
port = 2775
transceiver-mode=1
log-file = "log/kannel.log"
alt-dcs = true
smsc-username =smppclient
smsc-password = password
system-type = "VMS"
address-range ="555"
source-addr-ton = 1
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1
msg-id-type = 0x01
throughput = 50
max-pending-submits = 10
enquire-link-interval= 60
# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13001
log-file = "log/smsbox.log"
log-level = 0
access-log = "log/smsboxaccess.log"
#SMS-Service
group = sms-service
keyword = default
text = "Reply from ESME"
the above config file is enfough for ESME application
with database also. can suggest me anybody.
--
Best Regards,
.