[sr-dev] [kamailio/kamailio] [Feature Request] Add reload capability for geoip2 module (#2029)

Joel Serrano notifications at github.com
Wed Aug 7 23:10:22 CEST 2019


### Description

Currently, the `geoip2` module loads the IP database at startup and keeps it in cache and there is no way to tell Kamailio to reload the database without a full restart.

### Possible Solutions

To keep this module inline with other modules that use external datasources, I would suggest to implement a new RPC command and a new geoip2 function to reload the database defined in the `path` geoip2 modparam without the need of a restart.

I'm not aware of the effort required for implementing either of them, but only having an RPC command would effectively solve this issue as you can call RPC commands from within Kamailio conf, thus, the reload function would not be something strictly required but more of a nice-to-have.

### Examples:

Function:
```
geoip2_reload()
```

RPC command:
```
kamctl rpc gip2.reload / kamctl rpc geoip2.reload
```

Kamcmd command:
```
kamcmd geoip2.reload
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2029
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190807/22ebc7ac/attachment.html>


More information about the sr-dev mailing list