Difference between revisions of "SMS SMPP Troubleshooting"
From Kolmisoft Wiki
Jump to navigationJump to search
m |
|||
Line 16: | Line 16: | ||
<br><br> | <br><br> | ||
= Manually sending SMS from command line = | = Manually sending SMS from command line = | ||
If we have something else but not [ESME_ROK], then check error code from this file for the cause: [[File:Example.jpg]] | |||
<br><br> | <br><br> | ||
= See also = | = See also = | ||
* [[SMS SMPP Providers]] | * [[SMS SMPP Providers]] | ||
* [[SMS Addon - Providers]] | * [[SMS Addon - Providers]] | ||
* [[I get SMS with unreadable symbols]] | * [[I get SMS with unreadable symbols]] |
Revision as of 07:31, 30 December 2015
SMPP Protocol are binary encoded for efficiency. It is not text based as SIP protocol so packet capture with tethereal to .pcap file will not show human-readable information.
Must-read before proceeding:
- https://en.wikipedia.org/wiki/Short_Message_Peer-to-Peer
- Protocol specification: https://www.openmarket.com/customer-center/documentation/SMSSMPP-Specification/SMPP-v3-4-Issue1-2.pdf
pcap file capture
pcap file view over Wireshark
Manually sending SMS from command line
If we have something else but not [ESME_ROK], then check error code from this file for the cause: File:Example.jpg