Re: [sr-dev] TLS CRL configuration

2018-07-02 Thread Amarnath Kanchivanam
Hi, Any help would be appreciated!! Regards, Amarnath On Thu, Jun 28, 2018 at 11:56 AM Amarnath Kanchivanam < ykamarnath@gmail.com> wrote: > Hi All, > > I'm trying to configured kamailio as TLS server with below configuration > (tls.cfg) and TLS server is started successfully. > >

Re: [sr-dev] [kamailio/kamailio] Issues with PUA_REGINFO module (#1579)

2018-07-02 Thread Lars Olsson
Issue seen from beginning when using module together with Kamailio IMS. SIPp scenario tries to simulate register/unregister as seen in IMS network. launched with: sipp -sf notify.xml -inf register.csv 192.168.55.20 -r 1 -m 1 -default_behaviors none

Re: [sr-dev] [kamailio/kamailio] Issues with PUA_REGINFO module (#1579)

2018-07-02 Thread Lars Olsson
[notify.patch.txt](https://github.com/kamailio/kamailio/files/2155657/notify.patch.txt) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Issues with PUA_REGINFO module (#1579)

2018-07-02 Thread ng-voice GmbH
Quote: "Attaching SIPp scenario." Can you attach it? -- 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/1579#issuecomment-401827243___

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-02 Thread Surendra Tiwari
yeah sure i will run that one. i am using both ways 1. using lua modules 2. without using lua modules both ways i can figure out that system memory getting increases. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-02 Thread Daniel-Constantin Mierla
Are you loading and using any Lua modules/libraries? Or it is just using the KSR module exported by Kamailio? Are you issuing often reloads of lua script? The way to troubleshoot leak of system memory is to run kamailio via valgrind (http://valgrind.org/). Do not forget you have to track

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-02 Thread Surendra Tiwari
we are seeing the memory related system increasing to 97% so its might the case that system memory getting increase. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-02 Thread Daniel-Constantin Mierla
It is not clear what type of memory leaks? Is it the on managed by kamailio in pkg or shm? Or is the system memory? Because in the shell script you use system's `free`. To watch kamailio's shm memory do: ``` kamctl stats shmem ``` For pkg: ``` kamctl rpc pkg.stats ``` If it is system

Re: [sr-dev] [kamailio/kamailio] Issues with PUA_REGINFO module (#1579)

2018-07-02 Thread Daniel-Constantin Mierla
If you get a crash, get the output of `bt full` in gdb taken from the core file and paste it here, it should give details where the crash happens. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-02 Thread Surendra Tiwari
more log for pkg_memory ``` 1 ip-172-31-11-179 kamailio[11425]: ALERT: qm_status: alloc'd from app_lua: app_lua_api.c: sr_lua_load_script(136) 1 ip-172-31-11-179 kamailio[11425]: ALERT: qm_status: alloc'd from app_lua: app_lua_api.c: sr_lua_reload_script(451)

Re: [sr-dev] [kamailio/kamailio] Additional dispatcher RPC calls (#1578)

2018-07-02 Thread Daniel-Constantin Mierla
The way it works now is to change values in the database (or text file) and issue reload at once for all the records. The reload doesn't affect ongoing traffic, the module loads first all records in a new structure and then it swaps with the old one very quick. This is the reason that other

Re: [sr-dev] [kamailio/kamailio] Additional dispatcher RPC calls (#1578)

2018-07-02 Thread Daniel-Constantin Mierla
Closed #1578. -- 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/1578#event-1711359859___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:961c2b3d: tm: more explicit debug message when not matching reply to transaction

2018-07-02 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 961c2b3df008bb6df78c2e62dc943ebacd4db9b2 URL: https://github.com/kamailio/kamailio/commit/961c2b3df008bb6df78c2e62dc943ebacd4db9b2 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-07-02T12:53:04+02:00 tm: more explicit

[sr-dev] git:master:30745c2b: blst: exported several functions to kemi framework

2018-07-02 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 30745c2b92e526d7f352a56bc4e292fe2d36ee92 URL: https://github.com/kamailio/kamailio/commit/30745c2b92e526d7f352a56bc4e292fe2d36ee92 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-07-02T10:02:50+02:00 blst: exported