Thank you, Stefan
________________________________ From: Daniel-Constantin Mierla miconda@gmail.com Sent: Tuesday, December 5, 2023 4:06:08 PM To: Kamailio (SER) - Users Mailing List Cc: Stefan-Cristian Mititelu Subject: Re: [SR-Users] Kemi questions
Hello,
On 05.12.23 14:50, Stefan-Cristian Mititelu via sr-users wrote:
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)") ?
the global python native variables are per process, so you can't replace $shv(...) with them. The python ones are more like $var(...) from kamailio.
However, instead of the generic KSR.pv.get/set(), you can use the alternative KEMI functions -- see them starting at:
- https://www.kamailio.org/docs/tutorials/devel/kamailio-kemi-framework/module...
Cheers, Daniel
-- Daniel-Constantin Mierla (@ asipto.com) twitter.com/miconda -- linkedin.com/in/miconda Kamailio Consultancy and Development Services Kamailio Advanced Training -- asipto.com