Re: [SR-Users] please help to configure tls in kamailio for webrtc client like simpl5

2021-07-14 Thread ThanhTruong
Hello Fred and all, I tried some changes, and result bellow. with : [server:default] method = SSLv23 verify_certificate = no require_certificate = no private_key = /etc/certs/webrtc.killermobile.mobi/key.pem certificate = /etc/certs/webrtc.killermobile.mobi/cert.pem ca_list =

Re: [SR-Users] get defined names in kemi script

2021-07-14 Thread Riccardo Villa
Thanks guys for your inputs, indeed get_def works fine for a define with a value, but for a define like: #!define WITH_PRESENCE these python kemi calls: KSR.kx.get_def(“ WITH_PRESENCE”) KSR.kx.get_def(“NOT_DEFINED”) return the same output (empty string), so I can’t distinguish if a define is

Re: [SR-Users] DMQ node list

2021-07-14 Thread Bastian Triller
There were some thoughts about it already: https://lists.kamailio.org/pipermail/sr-dev/2021-April/062255.html I think these resulted in https://github.com/kamailio/kamailio/commit/17e757c91e6e96f6711d9251979d81a792aaef08#diff-bbfcd9caa32baefd8fd963f1c59058e82a89a1868d6ffe8b4e58699f0fd3806a and

[SR-Users] please help to configure tls in kamailio for webrtc client like simpl5

2021-07-14 Thread ThanhTruong
Dear, I am trying to make a test to see how can webrtc work in kamailio and tls. I was try some link : 1 . https://github.com/havfo/WEBRTC-to-SIP 2. 

[SR-Users] please help to configure tls in kamailio for webrtc client like simpl5

2021-07-14 Thread ThanhTruong
Dear, I am trying to make a test to see how can webrtc work in kamailio and tls. I was try some link : 1 . https://github.com/havfo/WEBRTC-to-SIP 2. 

[SR-Users] DMQ node list

2021-07-14 Thread Aidar Kamalov
Hello, I have a kamailio cluster with two nodes kamailio-1.local: 10.101.2.119 kamailio-2.local: 10.101.2.247 with dmq configs: kamailio-1: modparam("dmq", "server_address", "sip:MY_IP4_ADDR:5060") modparam("dmq", "notification_address", "kamailio-2.local:5060") kamailio-2: modparam("dmq",

Re: [SR-Users] Subscriber Management using JSONRPC over HTTP

2021-07-14 Thread Surabhi Garg
Hi Daniel, Thanks for the response. In my opinion, I thought RPC commands makes changes in DB as well. So, in that case I was thinking of adding RPC command for subscriber tables. But as you clear out things that RPC makes changes in memory only then there is no point to add to RPC command