[OpenSIPS-Devel] [OpenSIPS/opensips] 444459: Moving TLS related files into modules/proto_tls

2015-02-16 Thread Bogdan-Andrei Iancu
Branch: refs/heads/transport-interface Home: https://github.com/OpenSIPS/opensips Commit: 595e8f333d566d06b7aa2d6b2e476d7e18e7 https://github.com/OpenSIPS/opensips/commit/595e8f333d566d06b7aa2d6b2e476d7e18e7 Author: Bogdan-Andrei Iancu bog...@opensips.org Date:

[OpenSIPS-Devel] [OpenSIPS/opensips] 8527f3: Separate common TCP functions to be reused by TLS.

2015-02-16 Thread Bogdan-Andrei Iancu
Branch: refs/heads/transport-interface Home: https://github.com/OpenSIPS/opensips Commit: 8527f3663eecb84765466cad614af98d57015373 https://github.com/OpenSIPS/opensips/commit/8527f3663eecb84765466cad614af98d57015373 Author: Bogdan-Andrei Iancu bog...@opensips.org Date:

[OpenSIPS-Devel] [OpenSIPS/opensips] 076e5d: Reading part made functional.

2015-02-16 Thread Bogdan-Andrei Iancu
Branch: refs/heads/transport-interface Home: https://github.com/OpenSIPS/opensips Commit: 076e5dd64c6ff95f1a3bd6d34e572dbcd3efe528 https://github.com/OpenSIPS/opensips/commit/076e5dd64c6ff95f1a3bd6d34e572dbcd3efe528 Author: Bogdan-Andrei Iancu bog...@opensips.org Date:

[OpenSIPS-Devel] [OpenSIPS/opensips] 31ff8e: One more split in defs and funcs hdr files.

2015-02-16 Thread Bogdan-Andrei Iancu
Branch: refs/heads/transport-interface Home: https://github.com/OpenSIPS/opensips Commit: 31ff8e5fa4ba6111aed6a97eca57c0a4e3b9d828 https://github.com/OpenSIPS/opensips/commit/31ff8e5fa4ba6111aed6a97eca57c0a4e3b9d828 Author: Bogdan-Andrei Iancu bog...@opensips.org Date:

[OpenSIPS-Devel] [opensips] Crash with nested $param variables (#412)

2015-02-16 Thread Liviu Chircu
Present in OpenSIPS 1.9+. route [route_b] { # Evaluating $param(1) leads to infinite recursion! xlog(This should not crash: $param(1)\n); } route [route_a] { route(route_b, $param(1)); } route { route(route_a, test); ... } --- Reply to this email directly or view it on GitHub: