On Tuesday 27 November 2007, Helmut Kuper wrote:
Hi,
the example in OpenSER 1.3 and devel module doc for module group is
wrong. It gives this line as example:
modparam("group", "reg_exp_column", "re")
but it should be:
modparam("group", "reg_exp_column", "reg_exp")
Hi Helmut,
well, most module documentations shows the default parameter a second time in
the example, like in the case you mentioned above. But some module uses
another parameter in its example. I don't think this is a problem.
If you want the default parameter, simply ommit the 'modparam' statement
completely.
Cheers,
Henning