[OpenSIPS-Devel] [opensips] -C is not checking inter-module dependencies (#616)

sobomax notifications at github.com
Mon Aug 24 22:58:57 CEST 2015


Hi, looks like -C option (check config) has lost some of its basic functionality. It's not checking that inter-module dependencies are properly satisfied, which is one of the basic things that can go wrong when upgrading from one release to another.

[sobomax at van01 ~/projects/voiptests]$ ./dist/opensips/opensips -f opensips.cfg -C
Listening on
             udp: 127.0.0.1 [127.0.0.1]:5060
Aliases:
             udp: localhost.my.domain:5060
             udp: localhost:5060

Aug 24 13:51:54 [31495] NOTICE:core:main: config file ok, exiting...
[sobomax at van01 ~/projects/voiptests]$ ./dist/opensips/opensips -f opensips.cfg -D -E
Listening on
             udp: 127.0.0.1 [127.0.0.1]:5060
Aliases:
             udp: localhost.my.domain:5060
             udp: localhost:5060

Aug 24 13:52:02 [31820] WARNING:core:main: no fork mode
Aug 24 13:52:02 [31820] NOTICE:core:main: version: opensips 2.1.1 (x86_64/freebsd)
Aug 24 13:52:02 [31820] WARNING:core:solve_module_dependencies: module rtpproxy depends on module dialog, but it was not loaded!
Aug 24 13:52:02 [31820] ERROR:core:init_modules: failed to solve module dependencies
Aug 24 13:52:02 [31820] ERROR:core:main: error while initializing modules
[sobomax at van01 ~/projects/voiptests]$

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/616
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20150824/7b981301/attachment.htm>


More information about the Devel mailing list