Dear all,
I have a small problem connecting a kannel box to a halys SMSC. M y
provider receives the source address of the messages I send with a + sign in
front. Those messages have a 4 digit short number address say 1040 and they are
not international numbers so they cannot have a + sign. I have tried everything
from TOS 0 and 1 to even npi 0 to 6 ... the fact is that no matter what I put I
the tos and npi values it is simply ignored. Can anyone help?
Here is the SMSC config
group = smsc
smsc = smpp
smsc-id = MyIDString
host = OPERATOR-IP-ADDRESS
port = 2775
throughput = 2
keepalive = 60
connection-timeout = 0
allowed-smsc-id = MyIDString
transceiver-mode = true
smsc-username = "TheSystemID"
smsc-password = "ThePassword"
system-type = "ESME"
source-addr-ton = 0
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1
Destination addresses must be in international format so TOS and NPI must be
set to 1 and 1 respectively ... Source address must be in "don't care" or
"national" format so the last thing I tried was TOS 0 and npi 1 ... My operator
suggested TOS 0 and npi 6 and yet no change ...
Help