yes, I installed the kamailio-geoip-modules for debian, but I am not sure if the geoip module needs to be loaded. I tried what you said and I got this error:
ERROR: <core> [sr_module.c:560]: load_module(): ERROR: load_module: could not find module <geoip> in
</usr/local/lib/kamailio/modules_k/:/usr/local/lib64/kamailio/modules/>
Mar 21 00:44:09 ip-172-10-30-15 kamailio: : <core> [cfg.y:3567]: yyerror_at(): parse error in config file /usr/local/etc/kamailio//kamailio.cfg, line 259, column 12-21: failed to load module
Regards,
Arun
From: jay binks <jaybinks@gmail.com>
To: arun Jayaprakash <jayaprakasharun@yahoo.com>
Cc: Kamailio (SER) - Users Mailing List <sr-users@lists.sip-router.org>
Sent: Friday, March 21, 2014 12:38 AM
Subject: Re: [SR-Users] problem with geoip.
yea man your going to need to have
loadmodule "geoip.so"
in your config file..
and depending on how you installed kamailio, you may need to install the kamailio-geoip package for your OS.
( eg kamailio-geoip-modules for debian )
Jay