i got all my modules loaded. first error while processing my config was this:
0(18354) DEBUG: <core> [sr_module.c:616]: find_param_export: parameter <onreply _avp_mode> not found in module <tm> 0(18354) ERROR: <core> [modparam.c:143]: set_mod_param_regex: parameter <onrepl y_avp_mode> not found in module <tm> 0(18354) : <core> [cfg.y:2921]: parse error in config file, line 407, column 37 : Can't set module parameter
migration tips doesn't tell yet, how to solve this.
-- juha
El Viernes, 29 de Mayo de 2009, Juha Heinanen escribió:
i got all my modules loaded. first error while processing my config was this:
0(18354) DEBUG: <core> [sr_module.c:616]: find_param_export: parameter <onreply _avp_mode> not found in module <tm> 0(18354) ERROR: <core> [modparam.c:143]: set_mod_param_regex: parameter <onrepl y_avp_mode> not found in module <tm> 0(18354) : <core> [cfg.y:2921]: parse error in config file, line 407, column 37
: Can't set module parameter
migration tips doesn't tell yet, how to solve this.
Sincerelly I hope this parameter/feature to dissapear (or at least to come enabled by default instead of dissabled as now). I fail to see an advantage in setting it to "off" (so AVP's are not accesible during reply processing).
Regards.
Juha Heinanen writes:
0(18354) DEBUG: <core> [sr_module.c:616]: find_param_export: parameter <onreply _avp_mode> not found in module <tm>
just to clarify, i'm trying to set onreply_avp_mode to 1, i.e., i need to see the avps that i set in request route, in branch and failure routes.
if this is default behavior in sr, then fine, but if not, how to achieve it?
-- juha
On May 29, 2009 at 21:05, Juha Heinanen jh@tutpro.com wrote:
Juha Heinanen writes:
0(18354) DEBUG: <core> [sr_module.c:616]: find_param_export: parameter <onreply _avp_mode> not found in module <tm>
just to clarify, i'm trying to set onreply_avp_mode to 1, i.e., i need to see the avps that i set in request route, in branch and failure routes.
if this is default behavior in sr, then fine, but if not, how to achieve it?
It's the default behaviour (you cannot turn it off).
Andrei
2009/6/1 Andrei Pelinescu-Onciul andrei@iptel.org:
On May 29, 2009 at 21:05, Juha Heinanen jh@tutpro.com wrote:
Juha Heinanen writes:
> 0(18354) DEBUG: <core> [sr_module.c:616]: find_param_export: parameter <onreply > _avp_mode> not found in module <tm>
just to clarify, i'm trying to set onreply_avp_mode to 1, i.e., i need to see the avps that i set in request route, in branch and failure routes.
if this is default behavior in sr, then fine, but if not, how to achieve it?
It's the default behaviour (you cannot turn it off).
I'm happy with such a decission :)