SMPP Client Configuration

Kannel Configuration

Kannel is a popular open source SMPP client software. The configuration below have been provided as an example SMPP connection block that will work out of the box for Spendo SMPP server. You can make modifications as necessary.

#Spendoware SMSC SMPP
group = smsc
smsc = smpp
smsc-id = Spendo
allowed-smsc-id = Spendo
host = smpp.getspendo.com
smsc-username = "{YOUR CREDENTIAL USERNAME}"
smsc-password = "{YOUR CREDENTIAL PASSWORD}"
port = 2775
receive-port = port
system-type = smpp
wait-ack-expire=0x02
throughput = 50
instances = 4
alt-charset = LATIN1
enquire-link-interval = 30
# you can uncomment the following two lines to enable debug logs
#log-file="/var/log/kannel/getspendo_SMPP.log"
#log-level=2

Last updated