Module: kamailio Branch: master Commit: 7e88c988a4843ee35172809c6955eac870229ff1 URL: https://github.com/kamailio/kamailio/commit/7e88c988a4843ee35172809c6955eac8...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2022-05-09T18:46:15+02:00
modules: readme files regenerated - geoip2 ... [skip ci]
---
Modified: src/modules/geoip2/README
---
Diff: https://github.com/kamailio/kamailio/commit/7e88c988a4843ee35172809c6955eac8... Patch: https://github.com/kamailio/kamailio/commit/7e88c988a4843ee35172809c6955eac8...
---
diff --git a/src/modules/geoip2/README b/src/modules/geoip2/README index 80691c5516..3f09eb637a 100644 --- a/src/modules/geoip2/README +++ b/src/modules/geoip2/README @@ -135,6 +135,8 @@ modparam("geoip2", "path", "/usr/local/share/GeoIP/GeoLite2-City.mmdb")
Match ipaddr against the GeoIP database and set the pvc container. The function has to be called before accessing a key via: $gip2(pvc=>key). + At least one function needs to be present that access the pvc + container, otherwise this function will not work.
Example 1.2. geoip2_match usage ...