Re: [SR-Users] Releasing Kamailio v5.3.7

2020-11-01 Thread Daniel-Constantin Mierla
Hello,

the usual notification for a release day -- any commit to the branch 5.3
has to be announced to sr-dev mailing list of matrix/irc channels and
wait for the ack before pushing it, to avoid conflicts with release
building process. Once the announcement is out, commits can go to branch
5.3 as usual.

Cheers,
Daniel

On 28.10.20 13:45, Daniel-Constantin Mierla wrote:
> Hello,
>
> I am planning to release Kamailio v5.3.7 sometime next week, likely on
> Monday or Tuesday, this being the usual prior notice for heads up to
> identify issues not reported yet on bug tracker as well as the commits
> you are aware of that were not backported yet.
>
> Cheers,
> Daniel
>
> -- 
> Daniel-Constantin Mierla -- www.asipto.com
> www.twitter.com/miconda -- www.linkedin.com/in/miconda
>
-- 
Daniel-Constantin Mierla -- www.asipto.com
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Funding: https://www.paypal.me/dcmierla


___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] Kamailio in VMware with Fault Tolerance on

2020-11-01 Thread Patrick Wakano
Hello list,
Hope you are all good!

Recently, the issue https://github.com/kamailio/kamailio/issues/2535 has
been investigated and the utilization of the feature vsphere Fault
Tolerance is linked as a source of network latency and probably CPU
allocation latency. This increases the chances of the mentioned issue to
happen.
So I would just like to ask if anyone out there is using Kamilio in a
VMware environment with Fault Tolerance on? How is the experience?

Kind regards,
Patrick Wakano
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] Missing refresher parameter in the Session-Expires header and Min-SE header

2020-11-01 Thread Jose Figueroa
Hello everybody,

I am trying an INVITE with a SBCs but fails, finding out it seems the
Session-Expires doesn't include the param refresher= and according to
this closed issue is already included
https://github.com/kamailio/kamailio/issues/288 but I cannot achive this, I
read the sst module documentation but I don't see anything related this
parameter.

So, in summary the SBC expects the following:
Session-Expires: 1800; refresher=uac;
Min-SE: 600

I set only:
modparam("sst", "enable_stats", 1);
modparam("dialog", "dlg_flag", 5)
modparam("sst", "sst_flag", 6);
modparam("sst", "min_se". 1800);

Now on the invite I the setflag(); 5 and 6 so I see now the header
Session-Expires: 1800 but not the refresher=uac; and also I don't see how to set
the Min-SE:600

Could you please point me to the right direction? Any hint would be very
helpful.

-- 
Jose Figueroa
Software Engineer

___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] outgoing TCP connection ID

2020-11-01 Thread Sergiu Pojoga
Hi there,

Is there a PV that exposes the outgoing TCP connection ID? $conid seems to
be for received only.

*$conid - The TCP connection ID of the connection the current message
arrived on for TCP, TLS, WS, and WSS. Set to $null for SCTP and UDP.*

The objective is to check the status of the egress TCP connection like for
e.g.:
if(!tcp_conid_state(conid)) {

Thanks.
--Sergiu
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users