<div dir="ltr"><div>Hi,</div><div><br></div><div>I'm testing some features I want to implement, my usrloc and registrar configuration look like this:</div><div><br></div><div>loadmodule "usrloc.so"<br>modparam("usrloc", "db_url", "unixodbc://opensips:opensipsrw@localhost/opensips")<br>modparam("usrloc", "nat_bflag", "NAT")<br>modparam("usrloc", "working_mode_preset", "single-instance-sql-write-through")<br><br>loadmodule "registrar.so"<br>modparam("registrar", "attr_avp", "$avp(finloc)")<br>modparam("registrar", "max_contacts", 1)</div><div><br></div><div>How do I insert values in the kv_store column?</div><div>It's easy to use the attr_avp, but I need to store a couple more values upon registrations and the key-value storage would be the perfect solution.<br></div><div><br></div><div>Thanks<br></div></div>