SS7 Protocol API Reference¶
The SS7 (Signaling System No. 7) API provides interfaces for traditional telecommunications signaling. This section covers the available SS7 protocols and their usage in the API.
Available Protocols¶
- MAP (Mobile Application Part) - Mobile services signaling
- TCAP (Transaction Capabilities Application Part) - Transaction handling
- CAMEL (Customized Applications for Mobile Enhanced Logic) - Intelligent network services
- INAP (Intelligent Network Application Part) - IN services
Common Features¶
All SS7 interfaces support:
- Point code routing
- Global title translation
- SCCP addressing
- Transaction management
- Error handling
Authentication¶
All SS7 endpoints require authentication. See the Authentication section for details.
Message Formats¶
Each protocol has specific message formats and parameters documented in their respective sections.
Error Handling¶
SS7-specific error codes and their handling are documented in each protocol's section.
Rate Limiting¶
Standard API rate limits apply to all SS7 endpoints. See Rate Limiting for details.