Hi All,
I have this error recently when i try to send an sms from sqlbox:
2013-09-18 15:17:27 [10664] [13] WARNING: Cannot find SMSCConn for message to
<+2348071498782>, rejected.
2013-09-18 15:17:27 [10664] [13] WARNING: Message rejected by bearerbox, no
router!
2013-09-18 15:17:27 [10664] [13] DEBUG: send_msg: sending msg to boxc:
<mysqlbox>
mysql insert code
insert into send_sms (momt,sender,receiver,msgdata,smsc_id)
values('MT','31114','+2348071498782','Test Message from server','glo');
my kannel config for the smscgw is
# SMSC SMPP
group = smsc
smsc-id = glo
smsc = smpp
host = 41.203.65.76
port = 2008
receive-port = 2008
smsc-username = "xxxxx"
smsc-password = "xxxxx"
system-type ="xxxxxx"
system-id = "xxxxx"
#interface-version = 0x34
connect-allow-ip = "*.*.*.*"
keepalive = 50
address-range =
allowed-smsc-id = "glo"
transceiver-mode = true
#msg-id-type = 0x00
bind-addr-ton = 1
bind-addr-npi = 1
alt-charset = "utf-8"
what am I doing wrong?