Re: [OpenSIPS-Devel] [opensips] Incoming TLS request gets outbound proto set to TLS (#452)

2015-04-09 Thread Eric Tamme
This issue is only occuring when there is a route header, an example route header from on of the UA experiencing the issue is: Route: --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/452#issuecomment-91322883

Re: [OpenSIPS-Devel] [opensips] Incoming TLS request gets outbound proto set to TLS (#452)

2015-04-09 Thread Bogdan Andrei IANCU
Following some investigation, the difference in behaviour comes from the presence (or lack) of a pre-loaded Route header. This header points to a TLS interface, making opensips (while handling the preload route) to force a TLS send socket . According to #420, if no proto is dictated by RURI, the

[OpenSIPS-Devel] [OpenSIPS/opensips] baa342: added dbschema scripts and tables

2015-04-09 Thread ionutrazvanionita
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: baa342d0ce1ed80195058da4262aa370418bc03b https://github.com/OpenSIPS/opensips/commit/baa342d0ce1ed80195058da4262aa370418bc03b Author: ionutrazvanionita Date: 2015-04-09 (Thu, 09 Apr 2015) Changed p

Re: [OpenSIPS-Devel] [opensips] Allow TCP without transport=tcp header (#420)

2015-04-09 Thread Bogdan Andrei IANCU
@olivermt , that is good news - I suggest closing this as bug and opening a feature request with the ability to specify multiple protos (for fallback). Is that ok ? --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/420#issuecomment-91283835___

Re: [OpenSIPS-Devel] [opensips] Registrar: Add contact-based aliasing when the remote UA supports it. (#446)

2015-04-09 Thread Bogdan Andrei IANCU
@dsandras , please open a bug report on this matter, so we have it on the radar for fixing. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/446#issuecomment-91279243___ Devel mailing list Devel@lists.open

Re: [OpenSIPS-Devel] [opensips] Registrar: Add contact-based aliasing when the remote UA supports it. (#446)

2015-04-09 Thread Bogdan Andrei IANCU
We had some long discussions about TCP and the aliasing ...here are some conclusions: 1) You have 2 types of entities involved: network level (ip:port) and SIP level (SIP uris). 2) in SIP, the next hop (upstream or downstream) can be different on network and SIP level: even if I received the I

Re: [OpenSIPS-Devel] [opensips] Registrar: Add contact-based aliasing when the remote UA supports it. (#446)

2015-04-09 Thread Bogdan Andrei IANCU
Closed #446. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/446#event-277328795___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] d50630: Added pike mi command for unblocking IP addresses

2015-04-09 Thread Bogdan Andrei IANCU
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d506309346b8beb402cc5a5bd64b84977a4e336f https://github.com/OpenSIPS/opensips/commit/d506309346b8beb402cc5a5bd64b84977a4e336f Author: Jarrod Baumann Date: 2015-04-08 (Wed, 08 Apr 2015) Changed path

Re: [OpenSIPS-Devel] [opensips] Added pike mi command for unblocking IP addresses (#456)

2015-04-09 Thread Bogdan Andrei IANCU
Thank you !!! --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/456#issuecomment-91271029___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] Added pike mi command for unblocking IP addresses (#456)

2015-04-09 Thread Bogdan Andrei IANCU
Merged #456. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/456#event-277306575___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 5863cd: tcp: drop CRLF TCP messages

2015-04-09 Thread Razvan Crainea
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 5863cda406dff23134dfb4e45a49a409145851ee https://github.com/OpenSIPS/opensips/commit/5863cda406dff23134dfb4e45a49a409145851ee Author: Razvan Crainea Date: 2015-04-09 (Thu, 09 Apr 2015) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] 7e1bde: tcp: drop CRLF TCP messages

2015-04-09 Thread Razvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7e1bded0fab67eb5a3174befc19710807d0b4a46 https://github.com/OpenSIPS/opensips/commit/7e1bded0fab67eb5a3174befc19710807d0b4a46 Author: Razvan Crainea Date: 2015-04-09 (Thu, 09 Apr 2015) Changed path

[OpenSIPS-Devel] [OpenSIPS/opensips] 7beddd: fixed buffer overflow check when query too big; fi...

2015-04-09 Thread ionutrazvanionita
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7bea2adbe700a1b7d896a0bcbf7cfd754821 https://github.com/OpenSIPS/opensips/commit/7bea2adbe700a1b7d896a0bcbf7cfd754821 Author: ionutrazvanionita Date: 2015-04-09 (Thu, 09 Apr 2015) Changed p

Re: [OpenSIPS-Devel] [opensips] Added pike mi command for unblocking IP addresses (#456)

2015-04-09 Thread Eric Tamme
This came up when I was doing some rollout to production with pike module. Some actual customers were getting pike blocked, and I wanted to unblock them. Jarrod decided to code it up after we talked about it. We ended up having to put an iptables rule in to drop the customer entirely, then re

Re: [OpenSIPS-Devel] [opensips] Added pike mi command for unblocking IP addresses (#456)

2015-04-09 Thread Bogdan Andrei IANCU
Shouldn't be a better approach to reset the red flag and the counters instead of actually removing the tree node? Thanks, bogdan --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/456#issuecomment-91239388_

Re: [OpenSIPS-Devel] [opensips] Added pike mi command for unblocking IP addresses (#456)

2015-04-09 Thread Eric Tamme
Awesome! --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/456#issuecomment-91231595___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 9dd26b: proto_ws: update doc to reflect WS client implemen...

2015-04-09 Thread Răzvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9dd26b84622e25ff285b336f974ad92bc51471ed https://github.com/OpenSIPS/opensips/commit/9dd26b84622e25ff285b336f974ad92bc51471ed Author: Răzvan Crainea Date: 2015-04-09 (Thu, 09 Apr 2015) Changed path

Re: [OpenSIPS-Devel] [opensips] Allow TCP without transport=tcp header (#420)

2015-04-09 Thread Oliver Severin Mulelid-Tynes
force_send_socket() seems to work as it should! --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/420#issuecomment-91189643___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/