try to match the below
# SMSC
group = smsc
smsc = smpp
smsc-id = myid
allowed-smsc-id = myid
preferred-smsc-id = myid
interface-version = 34
host = xx.xx.xx.xx.
port = xxxx
receive-port = 0
transceiver-mode = 0
smsc-username = user
smsc-password = pass
system-type = VMA
source-addr-ton = 5
source-addr-npi = 1
dest-addr-ton = 0
dest-addr-npi = 0
keepalive = 600
reconnect-delay = 3
enquire-link-interval = 30
esm-class = 0
#max-pending-submits = 50
#throughput = 50
#wait-ack = 240
#wait-ack-expire = 0x00
msg-id-type = 0x01
log-level = 0
log-file = /var/log/kannel/myid.log
On Mon, Nov 12, 2018 at 9:47 PM christopher kamutumwa <
Post by christopher kamutumwaBelow are variables and operator says the are ok; just the variable for
service-type which is not parsing the correct variable
group = smsc
smsc = smpp
smsc-id = zoned
host = 172.xx.xx.xxx
port = 5001
interface-version = 34
smsc-username = xxxxxx
smsc-password = xxxxxx
system-type = "smpp"
service-type = smpp
#allowed-prefix = 26097
source-addr-ton = 5
source-addr-npi = 0
dest-addr-ton = 1
dest-addr-npi = 1
transceiver-mode = true
throughput = 40
Thanks in advance
Chris
Post by Web Minwhat is your smsc variables? in kannel.conf
On Mon, Nov 12, 2018 at 9:13 PM christopher kamutumwa <
Post by christopher kamutumwahello,
where can I find this patch I have noticed when service-type= smpp is
put in config log shows NOBAL instead of smpp. hence getting error INVALID
SERVICE_TYPE. does anyone have a patch to make it work. or a fix to this
problem
Thanks
Chris