Module: kamailio Branch: master Commit: 85c4ad1025cc3aa882ddfb42cb35257500f4528b URL: https://github.com/kamailio/kamailio/commit/85c4ad1025cc3aa882ddfb42cb352575...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2022-04-13T08:46:12+02:00
modules: readme files regenerated - geoip2 ... [skip ci]
---
Modified: src/modules/geoip2/README
---
Diff: https://github.com/kamailio/kamailio/commit/85c4ad1025cc3aa882ddfb42cb352575... Patch: https://github.com/kamailio/kamailio/commit/85c4ad1025cc3aa882ddfb42cb352575...
---
diff --git a/src/modules/geoip2/README b/src/modules/geoip2/README index 697ccf0889..0362750258 100644 --- a/src/modules/geoip2/README +++ b/src/modules/geoip2/README @@ -10,6 +10,10 @@ Daniel-Constantin Mierla
+Henning Westerholt + + gilawa.com + Copyright © 2010 Daniel-Constantin Mierla (asipto.com) __________________________________________________________________
@@ -31,12 +35,17 @@ Daniel-Constantin Mierla
4.1. geoip2_match(ipaddr, pvc)
- 5. Exported pseudo-variables + 5. RPC Commands + + 5.1. userblocklist.reload_blocklist + + 6. Exported pseudo-variables
List of Examples
1.1. Set path parameter 1.2. geoip2_match usage + 1.3. geoip2.reload usage
Chapter 1. Admin Guide
@@ -56,7 +65,11 @@ Chapter 1. Admin Guide
4.1. geoip2_match(ipaddr, pvc)
- 5. Exported pseudo-variables + 5. RPC Commands + + 5.1. userblocklist.reload_blocklist + + 6. Exported pseudo-variables
1. Overview
@@ -126,7 +139,21 @@ if(geoip2_match("$si", "src")) xlog("SIP message from: $gip2(src=>cc)\n"); ...
-5. Exported pseudo-variables +5. RPC Commands + + 5.1. userblocklist.reload_blocklist + +5.1. userblocklist.reload_blocklist + + Reload the internal GeoIP database. This is necessary after the + database file has been changed on the disk. + + Example 1.3. geoip2.reload usage +... +kamcmd geoip2.reload +... + +6. Exported pseudo-variables
* $gip2(pvc=>key) - pvc is an identifier for this query result; it is designated by the second parameter of geoip2_match(). The key can