Re: [OpenSIPS-Users] ERROR topology_hiding_match() and WSS

2017-05-18 Thread Dragomir Haralambiev
When add in SIP.UA (sip.js): hackIpInContact: true, contactTransport: "wss", rtcpMuxPolicy: 'negotiate', All working fine. Thanks Bogdan! 2017-05-18 16:28 GMT+03:00 Bogdan-Andrei Iancu : > maybe you should reply it again on the mailing list too, so people

Re: [OpenSIPS-Users] ERROR topology_hiding_match() and WSS

2017-05-18 Thread Bogdan-Andrei Iancu
Hi, Just to update the list with the outcome of this investigation. The problem is generated by an ambiguity in WS/WSS specs (RFC 7118) which state that a WSS client must advertise "transport=ws" - this is really confusing for a SIP proxy which has no clue on which transport (WS or WSS) to

Re: [OpenSIPS-Users] ERROR topology_hiding_match() and WSS

2017-04-26 Thread Bogdan-Andrei Iancu
Thank you Dragomir, So, there is an existing connection to your browser. Please redo the list_tcp_conns and send me the capture of the BYE request received by OpenSIPS. Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com OpenSIPS Summit

Re: [OpenSIPS-Users] ERROR topology_hiding_match() and WSS

2017-04-25 Thread Bogdan-Andrei Iancu
Hi Dragomir, So, the problem is about the BYE. Just before sending BYE from Zoiper, please run on your opensips: opensipsctl fifo list_tcp_conns Lets see if your SIP.JS still has a connection to OpenSIPS at that point. Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer

Re: [OpenSIPS-Users] ERROR topology_hiding_match() and WSS

2017-04-24 Thread Bogdan-Andrei Iancu
Hi, Same question, same answer - see http://lists.opensips.org/pipermail/users/2017-April/036925.html Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com OpenSIPS Summit May 2017 Amsterdam

[OpenSIPS-Users] ERROR topology_hiding_match() and WSS

2017-04-21 Thread Dragomir Haralambiev
Hello, I have problem with "topology_hiding_match()" and WSS. Zoiper ---(send BYE)--> Opensips --(can not relay to)---> SIP.JS Here part ot script: if (has_totag()) { if (topology_hiding_match()) { t_relay(); exit; } ... Opensips receive BYE. When execute "t_relay()" give follow ERRORS: