[SR-Users] Re: using kamailio to send invite to webrtc clients (with freeswitch)

2023-05-09 Thread Karsten Horsmann
Hi, as Dilyan mention start small and test and then grow if needed in your config. The loop over is for example not needed if you switch on parallel forking. Then you have new issues with correct branch settings to rtpengine. And a good idea for webrtc is havfos example https://github.com/havfo

[SR-Users] Re: using kamailio to send invite to webrtc clients (with freeswitch)

2023-05-09 Thread Дилян Палаузов
Hello, I suggest to call from WebRTC a non-WebRTC client, talk and then the non-WebRTC client hangs up. Check if the WebRTC client gets the BYE. Once this simple scenario works, you can try the more complicated scenario explained by you. In my experiments the BYE was not received with topoh.

[SR-Users] using kamailio to send invite to webrtc clients (with freeswitch)

2023-05-09 Thread shwetank singh
Hello experts I have a setup where webrtc client registrations (from behind a NAT / VPN) are on kamailio and the INVITE to begin a call is sent by freeswitch to kamailio which is then expected to relay it to the subscribed webrtc client. i understand, from documentation and general thinking, that

[SR-Users] Re: Performing async_http calls on stateless Loadbalancers

2023-05-09 Thread Federico Cabiddu
Hi Julius, it should be possible to use http_async in a stateless scenario setting $http_req(suspend) to 0 https://www.kamailio.org/docs/modules/5.6.x/modules/http_async_client.html#idm235 . Have you tried this? Cheers, Federico On Tue, Jan 10, 2023 at 7:25 PM Julius Flohr wrote: > Hi Henning

[SR-Users] ICMP Port Unreachable using loopback interface with ethernet IP

2023-05-09 Thread Calvin E.
The scenario is Kamailio on Debian 11 talking to an external application server that returns a 302 with a Contact that contains Kamailio's own IP and a different port. Kamailio is listening on the correct port via at the given IP address. However, when Kamailio creates the packet to talk to itself,