diff --git a/README.md b/README.md index cdc0567..9937198 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Visit for more information. ## Integration into Kamailio ## +[Kamailio](https://github.com/kamailio/kamailio) is an open source implementation of a SIP Signaling Server. SIP is an open standard protocol specified by the IETF. The core specification document is RFC3261. + ### Blocking Banned IPs ### A loop is used to cycle through the banned IPs. On first download, this list can be quite large and `max_while_loops` will need to be large enough to handle the list. @@ -100,6 +102,13 @@ event_route[htable:mod-init] { route(APIBAN); } ``` +## Integration with HOMER ## + +[HOMER](https://github.com/sipcapture/homer) is a robust, carrier-grade, scalable Packet and Event capture system and VoiP/RTC Monitoring Application based on the HEP/EEP protocol and ready to process & store insane amounts of signaling, rtc events, logs and statistics with instant search, end-to-end analysis and drill-down capabilities. + +Homer implements [APIBan](https://github.com/sipcapture/hepsub-apiban) interactions through a dedicated [HEPSub agent](https://github.com/sipcapture/hepsub-apiban) interactively retrieving and caching APIBan API information in memory, and providing total flexibility, extensibility and customization for HEP users and integrators. + +Read more: ## Integration with SIP3 ## @@ -109,6 +118,10 @@ event_route[htable:mod-init] { Read more: +## Integration with IPTABLES ## + +APIBAN provides two open source [clients](https://github.com/palner/apiban/tree/master/clients) for integrated into IPTABLES. + ## Getting Help ## Help is provided by LOD () and an APIBAN room ([#apiban:matrix.lod.com](https://matrix.to/#/#apiban:matrix.lod.com)) is available on the LOD Matrix homeserver. The software is provided under the GPLv2 license.