[sr-dev] Re: [kamailio/kamailio] 5.8.2++: TCP/TLS connection for WebSocket could not be found (Issue #3969)

2024-09-05 Thread schoberw via sr-dev
Yes, working now! ``` root@p01t-1:~/build-dir/kamailio.webrtc# grep "^tcp_" /var/local/src/kamailio.webrtc/kamailio.cfg tcp_children=CHILDREN # def = children tcp_send_timeout=3 tcp_connect_timeout=10 # def = 10 tcp_connection_lifetime=3605 tcp_rd_buf_size=32768 tcp_max_connections=2048 tcp_co

[sr-dev] Re: [kamailio/kamailio] 5.8.2++: TCP/TLS connection for WebSocket could not be found (Issue #3969)

2024-09-05 Thread schoberw via sr-dev
FTR: I followed https://www.kamailio.org/wiki/tutorials/troubleshooting/coredumpfile Took a while until I read the line **First check if the “disable_core_dump” variable is set in your configuration.** :-( ``` sysctl kernel.core_pattern=/tmp/core.%e.%p.%h.%t root@p01t-1:/var/local/src/kamailio.

[sr-dev] Re: [kamailio/kamailio] 5.8.2++: TCP/TLS connection for WebSocket could not be found (Issue #3969)

2024-09-05 Thread schoberw via sr-dev
> I pushed a commit for it, can you test and see if works fine now? built from master, your patch is in the git log. ``` Sep 5 10:26:04 p01t-1 kamailio.webrtc[482512]: INFO: webrtc:

[sr-dev] Re: [kamailio/kamailio] 5.8.2++: TCP/TLS connection for WebSocket could not be found (Issue #3969)

2024-09-04 Thread schoberw via sr-dev
Commenting the line ``` tcp_connection_match=1 # match also local port ``` "solves" the issue in the fist place. tcp_reuse_port = 1 makes no difference: the outgoing INVITE is sent from the local port 443 within the existing TCP sesssion (which is necessary for NAT/FW traversal). Shouldn't "

[sr-dev] Re: [kamailio/kamailio] 5.8.2++: TCP/TLS connection for WebSocket could not be found (Issue #3969)

2024-09-04 Thread schoberw via sr-dev
> I suspected that its related to the commit referenced above. Just to check, > you have "tcp_connection_match" set to 1 in your cfg, right? Yes. These are my tcp settings: ``` # Lower this value for faster detection of broken TCP connections. tcp_send_timeout=3 tcp_connect_timeout=10 # def =

[sr-dev] Re: [kamailio/kamailio] 5.8.2++: TCP/TLS connection for WebSocket could not be found (Issue #3969)

2024-09-04 Thread schoberw via sr-dev
https://github.com/kamailio/kamailio/commit/7d103cf3887401fca32d95f7ea7ee10f28e9e127 dst->proto should be right. ``` kamailio.webrtc[338351]: INFO: webrtc:

[sr-dev] Re: [kamailio/kamailio] 5.8.2++: TCP/TLS connection for WebSocket could not be found (Issue #3969)

2024-09-04 Thread schoberw via sr-dev
I found some changes in the change notes for HOMER socket assignment. But same happens with sipcapture module not inlcuded and HOMER sections commented out, too. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3969#issuecomment-2329416074 You ar

[sr-dev] [kamailio/kamailio] 5.8.2++: TCP/TLS connection for WebSocket could not be found (Issue #3969)

2024-09-04 Thread schoberw via sr-dev
### Description Kamailio is setup as a WebRTC to SIP(UDP) gateway. It forwards WSS to UDP and UDP to WSS connections. This was doing fine until 5.8.2 (so 5.8.1 is running perfectly). Since 5.8.2 (and 5.8.3) the following message is printed on sending towards a connected WSS connection: ``` Sep

[sr-dev] Re: [kamailio/kamailio] core: Add TCP_USER_TIMEOUT socket option on listening socket. (PR #3528)

2023-11-13 Thread schoberw via sr-dev
Anything I need to do? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3528#issuecomment-1808224517 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] tcp_send_timeout not used on reused socket (Issue #3443)

2023-11-13 Thread schoberw via sr-dev
The patch is a really small change. So it should be easy to add. I would aprreciate to find it in the stable branch to avoic private builds all the time. I understand, that my task is done so far. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issue

[sr-dev] Re: [kamailio/kamailio] tcp_send_timeout not used on reused socket (Issue #3443)

2023-11-13 Thread schoberw via sr-dev
Closed #3443 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3443#event-10941705624 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] core: Add TCP_USER_TIMEOUT socket option on listening socket. (PR #3528)

2023-11-08 Thread schoberw via sr-dev
Is there a reason why it didn't make it into 5.7.2? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3528#issuecomment-1801322464 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] Re: [kamailio/kamailio] tcp_send_timeout not used on reused socket (Issue #3443)

2023-11-08 Thread schoberw via sr-dev
What is missing and why it doesnt go into upstream? Why it was not added to 5.7.2? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3443#issuecomment-1801319989 You are receiving this because you are subscribed to this thread. Message ID: ___