Hello,
When writing kemi cfg (python in my case), is there any way to get rid of standard cfg
shared variables and use kemi cfg variables instead?
E.g. Instead of $shv(blabla) (in standard config) can I use some global python var called
'blabla'? Is it seen and shared by all kamailio processes? Or I still need to use
KSR.pv.get/set("$shv(blabla)") ?
Thank you,
Stefan