Hello, I am trying to set up my Kamailio config file with geoip but I keep getting the following error:
ERROR: <core> [modparam.c:163]: set_mod_param_regex(): set_mod_param_regex: No module matching <geoip> found
I have set my modparam as follows:
modparam("geoip", "path", "/usr/share/GeoIP/GeoLiteCity.dat")
I am using Ubuntu 12.04 and have loaded the geoip libraries and the database. Is there something I am missing?
Thank you,
Arun