< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] [resiprocate] Fails to send BYE to WS, WSS clients [DNS failure for the address <random>.invalid]


On 13/11/18 18:39, Scott Godin wrote:
> The point is, to get this to work, you need to use the same TCP
> connection that the Websocket client formed for all SIP messaging
> to/from that client, you shouldn't be using the contact header for any
> routing.  RFC5626 is an implementation of this logic for
> registrars/proxies.  This is what repro implements to get that
> behaviour.  
>

When developing and testing the WebSocket code, I have always been using
repro as an edge proxy

I put various things behind repro, including Asterisk but the browsers
always connect to repro

There was a repro.config.ws example but I merged it into repro.config,
along with some hints:

https://github.com/resiprocate/resiprocate/commit/26f46fcc7fc13b0a836222b31affab79d5b0568e#diff-3474a220e13be229af11cd1108e0ba57

Regards,

Daniel