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

2018-07-01 Thread Lars Olsson
### Description While testing to implement an IMS AS, I used the PUA_REGINFO module to receive details about the SIP registration. PUA_REGINFO module uses PUA and USRLOC modules. However, a couple of issues was found including a crash: 1) Crash when processing SIP Notify with registration

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

2018-07-01 Thread Surendra Tiwari
script to memory count for kamailio process ``` #!/bin/bash free echo "" for line in $(pgrep -f '/usr/local/sbin/kamailio -f /etc/kamailio/kamailio.cfg -P /var/run/kamailio.pid -m 16 -M 8 -u root -g root') do pms=$(pmap -x $line|grep total) echo "$pms

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

2018-07-01 Thread alexsosic
Hi, we were wondering if it's possible to have additional RPC calls for the dispatcher module in order to be able to: - add a new dispatcher - delete an existing dispatcher - modify an existing dispatcher (optional) Kind regards, Alex -- You are receiving this because you are subscribed to

Re: [sr-dev] [kamailio/kamailio] Refactoring internal dialog id (#1500)

2018-07-01 Thread alexsosic
Hi @miconda, just to ping you about this enhancement request. Could you give us an estimation on when could this be implemented? Kind regards, Alex -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: