Re: [sr-dev] Releasing Kamailio v5.3.4

2020-05-05 Thread Daniel-Constantin Mierla
Hello, quick note to remind that today I am going to release Kamailio 5.3.4 out of stable branch 5.3. As usual, until the announcement is out, do not push commits to branch 5.3, unless you notify via sr-dev, irc or matrix channel and get the ack. Cheers, Daniel On 30.04.20 08:33, Daniel-Constant

[sr-dev] [kamailio/kamailio] Play media when Kamailio+rtpengine are as an end point(not proxy) (#2315)

2020-05-05 Thread bshirazi
### Description With rtpengine module play_media function it is possible to play media to one of the endpoints(Kamailio is normal proxy) but I like to use Kamailio+rtpengine as an end point playing music for caller(simple media server). ### Expected behavior Possible to use Kamailio+rtpen

Re: [sr-dev] [kamailio/kamailio] Crashes on handling of BYE with 5.3.0 (#2121)

2020-05-05 Thread Nathan Whitehorn
I finally isolated the problem here. I was trying to deal with some NAT nonsense involving dropped Contact headers from my SIP trunk provider and had a block like this in the WITHINDLG route: ``` if (uri==myself && $ru=~";alias=10") { # Deal with BS on ACKs

Re: [sr-dev] [kamailio/kamailio] core: do not return connection if port does not match (#2307)

2020-05-05 Thread Donato Sciarra
among others, we have: > enable_tls=yes > tcp_accept_haproxy=yes > tcp_connection_match=1 > tcp_accept_unique=0 The issue only happens when forwarding requests. Running `kamctl` in AWS Fargate is not a straightforward task but I will give it a try. -- You are receiving this because you are subs

Re: [sr-dev] [kamailio/kamailio] core: do not return connection if port does not match (#2307)

2020-05-05 Thread Daniel-Constantin Mierla
What global parameters did you set for kamailio? If the issue is reproducible, can you list the tcp connections with: ``` kamctl rpc core.tcp_list ``` and see if what is listed there matches the connection expected to be used? Also, I understand this happens when forwarding requests, not for ro

Re: [sr-dev] [kamailio/kamailio] core: do not return connection if port does not match (#2307)

2020-05-05 Thread Donato Sciarra
When an INVITE comes in, we instruct Kamailio to query a http service to know which clients should receive the INVITE message. If multiple of these "receiver"-clients are running on the same machine (same IP address, but different source port), we see that Kamailio forwards multiple INVITE to on

[sr-dev] [kamailio/kamailio] ndb_redis: redis_cmd() check reply type to detect command errors (#2314)

2020-05-05 Thread Victor Seva
Pre-Submission Checklist