[SR-Users] Re: TCP/TLS connection (id: 0) for WebSocket could not be found

2023-04-15 Thread Joey Golan
Anyone? > > On Apr 2, 2023 at 10:45 AM, mailto:joe...@gmail.com)> wrote: > > > > Hello, > > > I have 2 clients. 1 using websocket and 1 mobile using TLS. > > Both can call each other perfectly. After 24-48 hours calls from mobile to > websocket failed

[SR-Users] TCP/TLS connection (id: 0) for WebSocket could not be found

2023-04-02 Thread Joey Golan
Hello, I have 2 clients. 1 using websocket and 1 mobile using TLS. Both can call each other perfectly. After 24-48 hours calls from mobile to websocket failed with an error message: TCP/TLS connection (id: 0) for WebSocket could not be found. At the same time I can make calls from the websocket cl

Re: [SR-Users] imc sends all messages with Content-Type: text/plain

2022-12-02 Thread Joey Golan
t; Probably worth to check also what the RFCs say in this regard, but in all > cases if could be extended if its configurable for example by a module > parameter. > > > > Cheers, > > > > Henning > > > > -- > > Henning Westerholt – https://skalatan.de/

[SR-Users] imc sends all messages with Content-Type: text/plain

2022-11-27 Thread Joey Golan
Hello, I'm checking the imc module and it appears that imc sends all messages with hard-coded content type header so if client sends an application/im-iscomposing+xml message, other clients receives the message with content-type text/plain which is very confusing. I think the right behavior is to

[SR-Users] RLS is not sending Notify on resource list updated

2022-11-18 Thread Joey Golan
Hello, I'm using Kamailio v5.6.2 with presence, presence_xml, xcap_server, and rls modules. I pushed 2 documents to the xcap server: 1. urn:ietf:params:xml:ns:resource-lists 1001 1002 2. urn:ietf:params:xml:ns:rls-services http://www.w3.org/2001/XMLSchema-instance";>

Re: [SR-Users] Kamailio behind HAProxy

2020-11-13 Thread Joey Golan
scussion can be found at the list and > also at https://github.com/kamailio/kamailio/pull/1765 > > Cheers, > > Henning > > -- > Henning Westerholt – https://skalatan.de/blog/ > Kamailio services – https://gilawa.com > > From: sr-users On Behalf Of Joey Golan >

Re: [SR-Users] Kamailio behind HAProxy

2020-11-11 Thread Joey Golan
Thanks Sergey. Can anyone please explain how and why to use tcp_accept_haproxy? On 11 Nov 2020, 10:39 +0200, Sergey Safarov , wrote: > Now I not use pike. > > > On Wed, Nov 11, 2020 at 10:21 AM Joey Golan wrote: > > > So on your AWS deployment are you working w

Re: [SR-Users] Kamailio behind HAProxy

2020-11-10 Thread Joey Golan
not use a network load-balancer? NLB also offers HAproxy > > > > protocol support (TCP and UDP). > > > > > > > > In AWS installation you can use dedicated Kamailio groups for inbound > > > > connections and SIP clients with registration. > > >

Re: [SR-Users] Kamailio behind HAProxy

2020-11-09 Thread Joey Golan
Aproxy protocol  > support (TCP and UDP). > > In AWS installation you can use dedicated Kamailio groups for inbound > connections and SIP clients with registration. > And use other Kamailio group for outbound connections like carriers. > > Sergey > > > On Sun, Nov 8

Re: [SR-Users] Kamailio behind HAProxy

2020-11-08 Thread Joey Golan
s case inbound connections with be delivered via HAproxy. > Outbound connections will be NAT-ed on the same host, to the same IP. > > > On Sun, Nov 8, 2020 at 6:31 PM Joey Golan wrote: > > > Hello, > > > I have a kamailio server running behind HAProxy with proxy

[SR-Users] Kamailio behind HAProxy

2020-11-08 Thread Joey Golan
Hello, I have a kamailio server running behind HAProxy with proxy protocol v2 enabled. In Kamailio I have set the parameter tcp_accept_haproxy=yes and loaded tcpops module. UEs are registered using TLS and kamailio sees that the message has received from their real ip address + port and not HAPro

Re: [SR-Users] Calling a user registered on a different kamailio

2020-09-24 Thread Joey Golan
ranch with the address of the other Kamailio. Cheers, Daniel On 23.09.20 09:07, Joey Golan wrote: Hello, I’m trying to make a call between 2 users registered (TLS) on two different kamailio instances behind haproxy with NAT handling. UE1 is registered to kamailio1 UE2 is registered to kamailio2

[SR-Users] Calling a user registered on a different kamailio

2020-09-23 Thread Joey Golan
Hello, I’m trying to make a call between 2 users registered (TLS) on two different kamailio instances behind haproxy with NAT handling. UE1 is registered to kamailio1 UE2 is registered to kamailio2 DMQ and dmq_usrloc are enabled so each kamailio can see all registered users. What else do I nee