Hello all,
Have this issue with my ser config. I try to load a fwdbusy value from db using the $fu class, but it's complaining..
config: ... if (avp_db_load("$fu", "s:fwdbusy")) { ...
log: 0(20749) ERROR: <core> [pvapi.c:516]: error searching pvar "fu" 0(20749) ERROR: <core> [pvapi.c:720]: wrong char [u/117] in [$fu] at [2 (0)] 0(20749) ERROR: avpops [avpops.c:275]: bad param 1; expected : $pseudo-variable or int/str value
What's wrong with that? Should it not considered as a ser avp? Not K one. Or that avp_db_load is an exlusively K function?
Thank you, Claudio