Re: [OpenSIPS-Devel] [opensips] failing to loose route sequential requests that are proto wss (#742)

2016-01-06 Thread Bogdan Andrei IANCU
Closed #742. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/742#event-507000519___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] failing to loose route sequential requests that are proto wss (#742)

2016-01-06 Thread Bogdan Andrei IANCU
Thanks to @jarrodb , this is fixed via #744 --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/742#issuecomment-169312818___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [opensips] failing to loose route sequential requests that are proto wss (#742)

2016-01-05 Thread Eric Tamme
On master commit 968a4e004ebf85687f864b885a1ad5dc6632f41a If I place a call from a WSS client to a UDP client, then the UDP client hangs up, opensips will show the following log indicating that it cant identify the protocol. ``` Jan 5 12:35:23 voipphreaker

Re: [OpenSIPS-Devel] [opensips] failing to loose route sequential requests that are proto wss (#742)

2016-01-05 Thread Eric Tamme
This has been tracked down to parse_uri.c not parsing wss - looking into how to fix it now --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/742#issuecomment-169107047___ Devel mailing list

Re: [OpenSIPS-Devel] [opensips] failing to loose route sequential requests that are proto wss (#742)

2016-01-05 Thread Eric Tamme
im close on a patch that fixes this, but im having trouble because WS and WSS are the same letters up till the last S. Im not sure how to avoid the transport_fin call for WS as i basically need to look ahead. here is my current diff https://gist.github.com/etamme/953cb286cb73b6a62216 It you