[sr-dev] git:master:5afe1e59: pv: new transformations s.encode.base64t and s.decode.base64t

2020-01-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 5afe1e5942ba586ef3165e220a588a7176fc79e9 URL: https://github.com/kamailio/kamailio/commit/5afe1e5942ba586ef3165e220a588a7176fc79e9 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-01-14T09:38:54+01:00 pv: new transformation

Re: [sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: fixed warnings, added a new config param (#2148)

2020-01-14 Thread alexyosifov
This pull request can be closed. Dedicated pull requests already merged. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2148#issuecomment-574185292___

Re: [sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: fixed warnings, added a new config param (#2148)

2020-01-14 Thread Victor Seva
Closed #2148. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2148#event-2947307133___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] [kamailio/kamailio] KEMI: kx subclass not found (#2196)

2020-01-14 Thread Romain Untereiner
## Description Hello all, I'm migrating my Kamailio logics from legacy .cfg file to KEMI script. I began with Python but switched then to Lua, but there are some subclass / functions described in KEMI documentation that seem not to be present in Lua KSR object. In this case, I am having troub

Re: [sr-dev] [kamailio/kamailio] KEMI: kx subclass not found (#2196)

2020-01-14 Thread Daniel-Constantin Mierla
You have to load `kemix` module. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2196#issuecomment-574235106___ Kamailio (SER) - Developm

Re: [sr-dev] [kamailio/kamailio] KEMI: kx subclass not found (#2196)

2020-01-14 Thread Romain Untereiner
Thank you @miconda, super quick! Indeed I did not understand from where were being extracted all KSR.kx. functions. Fixed by adding `kemix` in `included_modules` before installing, and `loadmodule "kemix.so"` into the config. We might add clarification on [KEMI docs](https://kamailio.org/docs/

Re: [sr-dev] [kamailio/kamailio] KEMI: kx subclass not found (#2196)

2020-01-14 Thread Romain Untereiner
Closed #2196. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2196#event-2947689918___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] KEMI: kx subclass not found (#2196)

2020-01-14 Thread Daniel-Constantin Mierla
Feel free to make a pull request to the docs for clarifying. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2196#issuecomment-574282184_