I've installed Kamailio v4.0.x packages on my Ubuntu 12.04.1 LTS
I would like to configure LCR and CARRIERROUTE modules but I don't find sufficient guide to do it properly. Though i am looking to http://kamailio.org/docs/modules/4.0.x/modules/ for the said modules but it's a bit scattered for me.
Can anyone give me resources or guide where I can found : - required modparam for LCR and CARRIERROUTE - SQL examples datas for both modules - example of route logic using both modules
Thanks in Advance
Lucky Santiago writes:
Can anyone give me resources or guide where I can found : - required modparam for LCR and CARRIERROUTE
module params are described in README.
- SQL examples datas for both modules
see lcr-create.sql script usually stored in /usr/share/kamailio dir.
- example of route logic using both modules
again, there are some examples on how to call lcr functions in README.
i don't know about carrier route module. usually people don't use lcr and carrierroute modules in the same script. choose which suits best for you.
-- juha