Connect using SMPP

Our SMPP Server is compliant with version 3.4 of the SMPP specification which is described in the SMPP Specification. We recommend using Kannel for this purpose as it is open source and free for use. Please see the below settings to connect via SMPP.

For your TX bind you can use.

group=smsc
smsc=smpp
system-type=SMPP
smsc-username=myusername
smsc-password=mypassword
allowed-smsc-id=panaceamobile
smsc-id=panaceamobile
host=api.panaceamobile.com
port=9911
throughput=50
max-pending-submits=50

For your RX bind you can use.

group=smsc
smsc=smpp
system-type=SMPP
smsc-username=myusername
smsc-password=mypassword
allowed-smsc-id=panaceamobile
smsc-id=panaceamobile
receive-port=9911
max-pending-submits=50