Re: [OpenSIPS-Devel] Unable to start opensips 2.1.1dev in UDP only mode

2015-03-02 Thread Liviu Chircu
Hi Ovidiu, Just do a loadmodule proto_udp.so after setting the mpath. This is a temporary workaround and will be taken care of before the release. Best regards, Liviu Chircu OpenSIPS Developer http://www.opensips-solutions.com On 02.03.2015 20:10, Ovidiu Sas wrote: Opensips cannot start in

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

2015-03-02 Thread Oliver Severin Mulelid-Tynes
A follow up on this issue: If you set up the tcp and sips srv records but **not** the udp one, opensips will reply `SIP/2.0 476 Unresolvable destination (476/TM).` and give up. It does not cascade down to tcp and sips at all. Tested with a simple INVITE and t_relay(). For what its worth:

Re: [OpenSIPS-Devel] [opensips] OpenSIPS leaks version (#417)

2015-03-02 Thread Liviu Chircu
That is simply due to the *Server:* header from the OPTIONS reply. You can control the degree of information that is returned by your OpenSIPS in the scan replies on two levels: * No information at all (just turn off the

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

2015-03-02 Thread Oliver Severin Mulelid-Tynes
Hi. I am pondering if Opensips might be enforcing some stuff that makes RFC compliancy a bit inconsistent. The problem is that the major video platform Cisco VCS does not by default consider an URI with and without transport=tcp the same. At first I figured that had to be RFC breaking, but

Re: [OpenSIPS-Devel] [opensips] OpenSIPS leaks version (#417)

2015-03-02 Thread gremaudc
@bogdan-iancu For example when a scan is made by a tool like nmap, the openSIPS version is displayed. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/417#issuecomment-76681345___ Devel mailing list

Re: [OpenSIPS-Devel] [opensips] opensipsctl: cannot generate TLS certificates from sources (#369)

2015-03-02 Thread Liviu Chircu
Closed #369 via 7fefe50be5696dc740405a67edf868fd3546744a. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/369#event-244457662___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [OpenSIPS/opensips] 31c472: opensipsdbctl: Fix DB creation in dev mode

2015-03-02 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 31c472c88067dd67b10304dbbc050c7f2272d3b4 https://github.com/OpenSIPS/opensips/commit/31c472c88067dd67b10304dbbc050c7f2272d3b4 Author: Liviu Chircu li...@opensips.org Date: 2015-03-02 (Mon, 02 Mar

[OpenSIPS-Devel] [OpenSIPS/opensips] 7fefe5: opensipsctl: Fix TLS certificate generation in dev...

2015-03-02 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7fefe50be5696dc740405a67edf868fd3546744a https://github.com/OpenSIPS/opensips/commit/7fefe50be5696dc740405a67edf868fd3546744a Author: Liviu Chircu li...@opensips.org Date: 2015-03-02 (Mon, 02 Mar

[OpenSIPS-Devel] Unable to start opensips 2.1.1dev in UDP only mode

2015-03-02 Thread Ovidiu Sas
Opensips cannot start in UDP only mode. Tested with the sample config, with disable_tcp=yes and disable_tls=yes commented out. ERROR:core:fix_all_socket_lists: listeners found for protocol udp, but no module can handle it ERROR:core:main: failed to initialize list addresses If I use only TCP,