Difference between revisions of "SMS SMPP Troubleshooting"
From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with '-') |
|||
Line 1: | Line 1: | ||
- | 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 | |||
<br><br> | |||
= pcap file capture = | |||
<br><br> | |||
= pcap file view over Wireshark = | |||
<br><br> | |||
= Manually sending SMS from command line = | |||
<br><br> | |||
= See also = | |||
* [[SMS SMPP Providers]] | |||
* [[SMS Addon - Providers]] | |||
* [[I get SMS with unreadable symbols]] |
Revision as of 07:28, 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