Hi everyone,
I have a live Kannel installation that binds to two SMSC server at startup
using smpp, it can send sms through both SMSC's but it cannot receive or at
least when i send an sms to the shortcode provided by the parent Telco i get a
delivery report, and afterwards a "Network Error" message from the Telco but
Kannel's status report has no records of this communication from the SMSC (both
of them). Here is a copy of my status report and the kannel.conf file.
Kannel bearerbox version `1.4.1'.
Build `Sep 8 2007 16:47:54', compiler `3.4.6 20060404 (Red Hat 3.4.6-8)'.
System Linux, release 2.6.9-5.ELsmp, version #1 SMP Wed Jan 5 19:30:39 EST
2005, machine i686.
Hostname vas-fcs, IP 127.0.0.1.
Libxml version 2.6.16.
Using OpenSSL 0.9.7a Feb 19 2003.
Using native malloc.
Status: running, uptime 0d 0h 0m 8s
WDP: received 0 (0 queued), sent 0 (0 queued)
SMS: received 0 (0 queued), sent 0 (0 queued), store size -1
SMS: inbound 0.00 msg/sec, outbound 0.00 msg/sec
DLR: 0 queued, using internal storage
Box connections:
smsbox:(none), IP 127.0.0.1 (0 queued), (on-line 0d 0h 0m 8s)
SMSC connections:
SMPP:172.17.5.247:3787/3787:vmob87:esme
SMPP:172.17.5.247:3787/3787:vmob87:esme (online 8s, rcvd 0, sent 0, failed 0,
queued 0 msgs)
SMPP:10.200.6.247:3787/3787:vmob87:esme
SMPP:10.200.6.247:3787/3787:vmob87:esme (online 8s, rcvd 0, sent 0, failed 0,
queued 0 msgs)
Kannel.conf file
group = core
admin-port = 13000
admin-password = vaskannel
smsbox-port = 13001
log-file = "/var/log/kannel/bearerbox.log"
log-level = 0
box-deny-ip = ""
box-allow-ip = "*.*.*.*"
group=smsc
smsc=smpp
host=172.17.5.247
port=3787
receive-port=3787
smsc-username=vmob87
smsc-password=berry
interface-version=34
system-type="esme"
source-addr-ton=5
source-addr-npi=0
address-range =""
no-dlr=1
log-file="/var/log/kannel/smsc1.log"
log-level=0
group=smsc
smsc=smpp
host=10.200.6.247
port=3787
receive-port=3787
smsc-username=vmob87
smsc-password=berry
interface-version=34
system-type="esme"
source-addr-ton=5
source-addr-npi= 0
address-range=""
no-dlr=1
log-file="/var/log/kannel/smsc2.log"
log-level=0
group = smsbox
bearerbox-host = localhost
sendsms-port = 13009
sendsms-chars = "0123456789"
log-file = "/var/log/kannel/sendbox.log"
log-level = 0
group=sms-service
keyword=
catch-all=yes
get-url="http://10.210.7.193:8087/smsPlugin/smsPlugin?subscriber=%p&message=%a"
group=sms-service
keyword=default
text=Received
group = sendsms-user
username = admin
password = password
Thanks for your help
Regards
Nnamdi.