[Kamailio-Devel] [LCR] ERROR:core:set_mod_param_regex: parameter <positive_codes> not found in module <lcr>

Iñaki Baz Castillo ibc at aliax.net
Fri Mar 20 19:07:25 CET 2009


El Viernes, 20 de Marzo de 2009, Iñaki Baz Castillo escribió:
> Using Kamailio 1.5 and get this error:
>
> ERROR:core:set_mod_param_regex: parameter <positive_codes> not found in
> module <lcr>
>
> The parameter appears in the doc. "negative_codes" parameter is accepted by
> Kamailio however.

Found the error in lcr_mod.c:

    {"positve_codes",            STR_PARAM, &positive_codes_str.s },
    {"negative_codes",           STR_PARAM, &negative_codes_str.s },

Note "positve" :)

I'll commit the fix now.

-- 
Iñaki Baz Castillo



More information about the Devel mailing list