miconda left a comment (kamailio/kamailio#4492)
Usually it was about exporting existing kamailio.cfg functions to the KEMI
framework that can be backported. Here seems to be about adding a function that
offers equivalent of some cfg variables, which can be already used in KEMI via
`KSR.pv.get(...)`. If other developers feel ok about backporting, I am neutral.
Regarding the PR itself, I think it would be better to have a single KEMI
function with the operator as parameter having same options like in the cfg
variables. I see the function is with a integer parameter which is then
converted inside the code to the strings. Something like:
```
ki_sht_cn(sip_msg_t *msg, str *table, str *op, str *pattern)
```
Then have something like `KSR.htable.sht_cn("x", "re", "^a.+")`
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4492#issuecomment-3540991498
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4492/[email protected]>_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the
sender!