modparam("lcr", "fr_inv_timer_avp", "$avp(s:fr_inv_timer_avp)")
try to add in lcr
I have kamailio 1.5.0 and had same problem during initial startup
From: users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] On Behalf Of Masoom Alam Sent: Friday, November 06, 2009 3:16 PM To: users@lists.kamailio.org Subject: [Kamailio-Users] Problem in configuring LCR module
Hi there,
I am a first time user of Kamilio 1.5. We are trying to configure the LCR, we get an error in the syslog.
The error in the syslog is:
Nov 6 15:12:09 kam /sbin/kamailio[5396]: ERROR:lcr:mod_init: AVP fr_inv_timer_avp has not been defined
Nov 6 15:12:09 kam /sbin/kamailio[5396]: ERROR:core:init_mod: failed to initialize module lcr
Nov 6 15:12:09 kam /sbin/kamailio[5396]: ERROR:core:main: error while initializing modules
We have already configured FR_inv_timer_avp parameter like this in the Kamilio.cfg: modparam("tm", "fr_inv_timer_avp", "$avp(i:70")
The "tm" module is already loaded in the Kamilio.cfg.
Please guide, where we are making problems?