SMPP Connection Details
Our SMPP Server is compliant with version 3.4 of the SMPP specification. We recommend using Kannel for this purpose as it is open-source and free for use by the general public.
SMPP connections are configured using plain text files that use the .conf file extension and can be created, edited and saved using any plain text editor. The SMPP API requires certain parameters to authenticate and configure session settings such as host and port details, type, and throughput per second. Below are the recommended details you will require to establish a connection to our SMPP server based on the open-source suite Kannel 1.5.0:
For transmitter (TX) bind types:
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 receiver (RX) bind types:
group=smsc smsc=smpp system-type=SMPP smsc-username=myusername smsc-password=mypassword allowed-smsc-id=panaceamobile smsc-id=panaceamobile host=api.panaceamobile.com receive-port=9911 max-pending-submits=50
For transceiver (TRX) bind types:
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 transceiver-mode=yes
Please get in touch with your Account Manager or our Support Desk to confirm your host details as this may vary depending on your specific requirements.
Last updated