|
Hi
Kannel on RHL 8.0 , compiled from source along with
mysql support...smpp conneciton 3.4.
problems :
1. I am Able to send messages..but strangely enough
no DLR records are inserted in mysql database ..its empty...
2. defined sms service groups but when someone
sends a keyword to my kannel ..it doesnt receive it and so it doenst reply
.
kannel.conf :
group = core
admin-port = 13000
smsbox-port = 13013
admin-password = ******
#status-password = foo
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
log-file = "kannel.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "*.*.*.*"
dlr-storage = mysql
# SMSC CONNECTIONS
group = smsc
smsc = smpp
smsc-id = XXX
host = XXX.XXX.XXX.XXX
port = XXXX
interface-version = 34
connect-allow-ip = *.*.*.*
smsc-username = XXXXXX
smsc-password = XXXXXX
receive-port = 700
keepalive = 10
system-type = vmu
enquire-link-interval = 5
reconnect-delay = 2
address-range = ""
# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13131
global-sender = 666
sendsms-chars = "0123456789 +-"
log-file = "smsbox.log"
log-level = 0
access-log = "/tmp/access.log"
# SEND-SMS USERS
group = sendsms-user
username = "tester"
password = foobar
#user-deny-ip = ""
user-allow-ip = "*.*.*.*"
# SERVICES
group = sms-service
keyword = nop
text = "Push & Pull!"
catch-all = true
# there should be default always
group = sms-service
keyword = default
text = "No service specified"
# Mysql connection
group = mysql-connection
id = mydlr
host = localhost
mysql-username = YYYY
mysql-password = YYYY
database = dlr
max-connections = 1
# table
group = dlr-db
id = mydlr
table = dlr
field-smsc = smsc
field-timestamp = msgtime
field-destination = dest
field-source = clip
field-service = code
field-url = "">
field-mask = mask
field-status = status
field-boxc-id = boxcid
Kindly help....Its a do or die situation for
me
Regards
Sriram
----- Original Message -----
From: Sriram
Sent: Wednesday, November 30, 2005 1:21
Subject: Fw: urgent help sms sending Hi
I've setup SMPP from my telco...i've setup kannel under cygwin.. now to send sms while i open the Internet explorer and type http://localhost:13013/cgi-bin/sendsms?username=tester&password=foobar&to=919811118221&text=666+test+message it says "sent"..but the message isnt going...on teh smsbox.log i found
these
2 lines whenver i send sms: Error reading from fd 24 system error 104 : connection reset by peer.. there is no error returned on the bearerbox
window..
plsss help... Sriram |
- fw: no DLR occuring Sriram
- Re: fw: no DLR occuring Catalin Trifu
