[SR-Users] No docker hub automated builds

2021-08-13 Thread Sergey Safarov
I found that not more automated builds available on docker hub https://www.docker.com/blog/changes-to-docker-hub-autobuilds/ Looks like we need to make some changes for the alpine docker image. Maybe use github actions for this task? https://docs.docker.com/ci-cd/github-actions/ Sergey

Re: [SR-Users] record_route() from websocket UA to tls UA

2021-08-13 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > this should be fixed indeed, can you try and see if setting next > modparam helps for the moment? > > modparam("rr", "enable_double_rr", 2) That caused two r-r headers to be inserted: INVITE sip:foo-0x793ee87a90@10.158.141.103:38378;transport=tls SIP/2.0

[SR-Users] record_route() from websocket UA to tls UA

2021-08-13 Thread Juha Heinanen
I noticed that when jsSIP UA that has registered over wss calls another SIP UA that has registered over tls, record_route() adds only one Route URI to outgoing INVITE (example below). This causes BYE to fail. This issue may be caused by the fact that both UAs register over the same Kamailio tls

Re: [SR-Users] record_route() from websocket UA to tls UA

2021-08-13 Thread Daniel-Constantin Mierla
Hello, this should be fixed indeed, can you try and see if setting next modparam helps for the moment? modparam("rr", "enable_double_rr", 2) Cheers, Daniel On 13.08.21 08:46, Juha Heinanen wrote: > I noticed that when jsSIP UA that has registered over wss calls another > SIP UA that has