[sr-dev] [kamailio/kamailio] Feature request: New event_route on topos (#1573)

2018-06-25 Thread Joonas Keskitalo
As discused on #1569, here is a new feature request. ### What this feature request is all about? Currently there is a feature on topos module, which allows Kamailio to disable topos on requests destined to specific IP address. This event_route however has a drawback since it is only usable if t

Re: [sr-dev] [kamailio/kamailio] Problem with re-invite and bye from uas when re-invite fail using topos module (#1571)

2018-06-25 Thread giupand
Thank's for your reply. I see that the a_contact field in topos_d table have the re-Invite contact value and it will be update only when will be receive 200 ok. I think that the problem is in db update management when requests within dialog receives failure/redirect final reply. I try to comment

[sr-dev] [kamailio/kamailio] tls: configuration override with multiple server roles on same socket (#1574)

2018-06-25 Thread VolodyaIvanets
Hello, I'm using Kamailio v. 5.1.0-21 on CentOs 6 machine, installed from repository. It is running behind the NAT. I'm using Htek and Zoiper phones for testing. Below is content from my tls.cfg configuration file: ``` [server:default] method = TLSv1.2 method = SSLv23 require_certificate = yes v

Re: [sr-dev] Planning next IRC devel meeting

2018-06-25 Thread Daniel-Constantin Mierla
Hello, short note to remind about the IRC devel meeting, based on the updates to the wiki page, it is going to happen tomorrow, Tuesday, June 27, at 14:00 UTC -- more details at:   - https://www.kamailio.org/wiki/devel/irc-meetings/2018a Do not forget about it if you want to discuss about the ne

[sr-dev] git:master:ef90af63: app_jsdt: support for more combinations of fuctions with 4 params

2018-06-25 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ef90af6335d0f3d54686f6e039ff3bab4e5c4729 URL: https://github.com/kamailio/kamailio/commit/ef90af6335d0f3d54686f6e039ff3bab4e5c4729 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-06-25T17:07:30+02:00 app_jsdt: support for

[sr-dev] git:master:48de203f: app_python: support for functions with more combinations of 4 params

2018-06-25 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 48de203fda213749ac1e6fdb081c22dd701f85c4 URL: https://github.com/kamailio/kamailio/commit/48de203fda213749ac1e6fdb081c22dd701f85c4 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-06-25T17:33:29+02:00 app_python: support fo

[sr-dev] git:master:08f942c9: app_sqlang: support functions with more combinations of 4 params

2018-06-25 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 08f942c9efc4e898de3985d25379b88a9ffe73a4 URL: https://github.com/kamailio/kamailio/commit/08f942c9efc4e898de3985d25379b88a9ffe73a4 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-06-25T17:24:09+02:00 app_sqlang: support fu

[sr-dev] git:master:734d0842: app_ruby: support for functions with more than 2 parameters

2018-06-25 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 734d0842072ce5e99813591833364ddef0bebc64 URL: https://github.com/kamailio/kamailio/commit/734d0842072ce5e99813591833364ddef0bebc64 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-06-25T17:18:37+02:00 app_ruby: support for

Re: [sr-dev] [kamailio/kamailio] tls: configuration override with multiple server roles on same socket (#1574)

2018-06-25 Thread Daniel-Constantin Mierla
The issue seems to be the client implementation not providing server name indication. The way it works is finding first a server profile by matching the ip and port (which is not actually used at that moment) and registering a callback for SNI, which is executed and searches for a profile match