2010/10/11 Andrei Pelinescu-Onciul andrei@iptel.org:
You cannot use fixup_pvar_pvar for more then 2 parameters. A lot of the fixup functions check the number of parameters and return error for more then 2. However in the case of fixup_pvar_pvar(), you can replace it with fixup_pvar_all() (and fixup_free_pvar_all).
Hi, just a suggestion: It would be great if there was a documentation about fixup functions. Always I need to use one of them I end inspecting other modules code.
Regards.