Hello,
I'm trying LCR module and dont_strip_or_tag_flag parameter.
If I use this line in the module configuration:
modparam("lcr", "dont_strip_or_tag_flag", 10)
and then restart kamailio, i receive this error:
ERROR: <core> [modparam.c:141]: set_mod_param_regex(): parameter <dont_strip_or_tag_flag> of type <2> not found in module <lcr>
I'm using 4.4.4 version
Any hint?
Thank you
Regards
Annus Fictus annusfictus@gmail.com:
modparam("lcr", "dont_strip_or_tag_flag", 10)
and then restart kamailio, i receive this error:
ERROR: <core> [modparam.c:141]: set_mod_param_regex(): parameter <dont_strip_or_tag_flag> of type <2> not found in module <lcr>
Hi
Looks like that parameter is now¹ called dont_strip_or_prefix_flag but module documentation was just not updated.
[1] Change was committed in 2010 https://github.com/kamailio/kamailio/commit/8c0501bfaa27acab9721953e8c155168...
Thnak you...
With dont_strip_or_prefix_flag working.
Regards
El 16/01/2017 a las 15:31, Mikko Lehto escribió:
Annus Fictus annusfictus@gmail.com:
modparam("lcr", "dont_strip_or_tag_flag", 10)
and then restart kamailio, i receive this error:
ERROR: <core> [modparam.c:141]: set_mod_param_regex(): parameter <dont_strip_or_tag_flag> of type <2> not found in module <lcr>
Hi
Looks like that parameter is now¹ called dont_strip_or_prefix_flag but module documentation was just not updated.
[1] Change was committed in 2010 https://github.com/kamailio/kamailio/commit/8c0501bfaa27acab9721953e8c155168...
2017-01-16 21:31 GMT+01:00 Mikko Lehto mslehto@iki.fi:
Looks like that parameter is now¹ called dont_strip_or_prefix_flag but module documentation was just not updated.
[1] Change was committed in 2010 https://github.com/kamailio/kamailio/commit/8c0501bfaa27acab9721953e8c155168...
Pushed the fix for lcr documentation to master, 4.4, 4.3 and 4.2 thanks for the report