Hello I obtained the source from https://www.kamailio.org/pub/kamailio/4.3.4/src/kamailio-4.3.4_src.tar.gz I found a SPEC file there and I prepared a RPM with this spec file.
When I start a Kamailio (from this rpm) - it starts but the LOG file gives only 1 line:
INFO: <core> [tcp_main.c:4657]: init_tcp(): using epoll_lt as the io watch method (auto detected)
I want to test this rpm and if successfull i willl add patches and rebuild the rpm.
How to get correct RPM?
Hello; it is clear that kamailio crashs. Could you start with "kamailio -E -ddd" and then see logs. it gives hit. Probably libraries has some conflicts.
-- View this message in context: http://sip-router.1086192.n5.nabble.com/help-with-kamailio-rpm-made-from-sou... Sent from the Users mailing list archive at Nabble.com.
I see :
ERROR: <core> [tcp_main.c:2790]: tcp_init(): bind(9, 0x7fd50bd8ee34, 16) on 127.0.0.1:5060 : Address already in use But I commented out all TCP (listen TCP) so why is this error happen?
On Friday, September 9, 2016 10:52 AM, ycaner yasin.caner@netgsm.com.tr wrote:
Hello; it is clear that kamailio crashs. Could you start with "kamailio -E -ddd" and then see logs. it gives hit. Probably libraries has some conflicts.
-- View this message in context: http://sip-router.1086192.n5.nabble.com/help-with-kamailio-rpm-made-from-sou... Sent from the Users mailing list archive at Nabble.com.
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hello, All When I take a SPEC file from kamailio....tar.gz - during rpmbuild I encounter: Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/kamailio-4.3.4-0.0.el6.x86_64error: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops
RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops[root@kazootest2 rpmbuild]# mcedit SPECS/kamailio.spec
Before I simply added all these modules to the %files sectiion - but kamailio does not start with it. How can I exclude these modules from bulding? I mean in SPEC file. When I compile by hand i use exclude_modules in modules.list.
On Friday, September 9, 2016 4:48 PM, Dmitry mbike2000ru@yahoo.com wrote:
I see :
ERROR: <core> [tcp_main.c:2790]: tcp_init(): bind(9, 0x7fd50bd8ee34, 16) on 127.0.0.1:5060 : Address already in use But I commented out all TCP (listen TCP) so why is this error happen?
On Friday, September 9, 2016 10:52 AM, ycaner yasin.caner@netgsm.com.tr wrote:
Hello; it is clear that kamailio crashs. Could you start with "kamailio -E -ddd" and then see logs. it gives hit. Probably libraries has some conflicts.
-- View this message in context: http://sip-router.1086192.n5.nabble.com/help-with-kamailio-rpm-made-from-sou... Sent from the Users mailing list archive at Nabble.com.
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hello,
which rpm spec did you use? There are several of them in the source tree, some not really maintained.
Cheers, Daniel
On 13/09/16 14:33, Dmitry wrote:
Hello, All
When I take a SPEC file from kamailio....tar.gz - during rpmbuild I encounter:
Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/kamailio-4.3.4-0.0.el6.x86_64 error: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops
RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops [root@kazootest2 rpmbuild]# mcedit SPECS/kamailio.spec
Before I simply added all these modules to the %files sectiion - but kamailio does not start with it.
How can I exclude these modules from bulding? I mean in SPEC file.
When I compile by hand i use exclude_modules in modules.list.
On Friday, September 9, 2016 4:48 PM, Dmitry mbike2000ru@yahoo.com wrote:
I see :
ERROR: <core> [tcp_main.c:2790]: tcp_init(): bind(9, 0x7fd50bd8ee34, 16) on 127.0.0.1:5060 : Address already in use
But I commented out all TCP (listen TCP) so why is this error happen?
On Friday, September 9, 2016 10:52 AM, ycaner yasin.caner@netgsm.com.tr wrote:
Hello;
it is clear that kamailio crashs. Could you start with "kamailio -E -ddd" and then see logs. it gives hit. Probably libraries has some conflicts.
-- View this message in context: http://sip-router.1086192.n5.nabble.com/help-with-kamailio-rpm-made-from-sou... Sent from the Users mailing list archive at Nabble.com.
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org mailto:sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hello I used: kamailio-4.3.4_src.tar.gz
/kamailio-4.3.4/pkg/kamailio/centos/6/
I found several spec files:[root@kazootest2 kamailio-4.3.4]# find . -name *.spec./pkg/ser/suse/ser.spec./pkg/ser/opensuse/ser.spec./pkg/kamailio/centos/6/kamailio.spec./pkg/kamailio/fedora/17/kamailio.spec./pkg/kamailio/fedora/18/kamailio.spec Which one is maintained?
On Tuesday, September 13, 2016 5:56 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello, which rpm spec did you use? There are several of them in the source tree, some not really maintained. Cheers, Daniel
On 13/09/16 14:33, Dmitry wrote:
Hello, All When I take a SPEC file from kamailio....tar.gz - during rpmbuild I encounter: Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/kamailio-4.3.4-0.0.el6.x86_64 error: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops
RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops [root@kazootest2 rpmbuild]# mcedit SPECS/kamailio.spec
Before I simply added all these modules to the %files sectiion - but kamailio does not start with it. How can I exclude these modules from bulding? I mean in SPEC file. When I compile by hand i use exclude_modules in modules.list.
On Friday, September 9, 2016 4:48 PM, Dmitry mbike2000ru@yahoo.com wrote:
I see :
ERROR: <core> [tcp_main.c:2790]: tcp_init(): bind(9, 0x7fd50bd8ee34, 16) on 127.0.0.1:5060 : Address already in use But I commented out all TCP (listen TCP) so why is this error happen?
On Friday, September 9, 2016 10:52 AM, ycaner yasin.caner@netgsm.com.tr wrote:
Hello; it is clear that kamailio crashs. Could you start with "kamailio -E -ddd" and then see logs. it gives hit. Probably libraries has some conflicts.
-- View this message in context: http://sip-router.1086192.n5.nabble.com/help-with-kamailio-rpm-made-from-sou... Sent from the Users mailing list archive at Nabble.com.
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
I use Centos 6.7
On Tuesday, September 13, 2016 7:51 PM, Dmitry mbike2000ru@yahoo.com wrote:
Hello I used: kamailio-4.3.4_src.tar.gz
/kamailio-4.3.4/pkg/kamailio/centos/6/
I found several spec files:[root@kazootest2 kamailio-4.3.4]# find . -name *.spec./pkg/ser/suse/ser.spec./pkg/ser/opensuse/ser.spec./pkg/kamailio/centos/6/kamailio.spec./pkg/kamailio/fedora/17/kamailio.spec./pkg/kamailio/fedora/18/kamailio.spec Which one is maintained?
On Tuesday, September 13, 2016 5:56 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello, which rpm spec did you use? There are several of them in the source tree, some not really maintained. Cheers, Daniel
On 13/09/16 14:33, Dmitry wrote:
Hello, All When I take a SPEC file from kamailio....tar.gz - during rpmbuild I encounter: Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/kamailio-4.3.4-0.0.el6.x86_64 error: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops
RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops [root@kazootest2 rpmbuild]# mcedit SPECS/kamailio.spec
Before I simply added all these modules to the %files sectiion - but kamailio does not start with it. How can I exclude these modules from bulding? I mean in SPEC file. When I compile by hand i use exclude_modules in modules.list.
On Friday, September 9, 2016 4:48 PM, Dmitry mbike2000ru@yahoo.com wrote:
I see :
ERROR: <core> [tcp_main.c:2790]: tcp_init(): bind(9, 0x7fd50bd8ee34, 16) on 127.0.0.1:5060 : Address already in use But I commented out all TCP (listen TCP) so why is this error happen?
On Friday, September 9, 2016 10:52 AM, ycaner yasin.caner@netgsm.com.tr wrote:
Hello; it is clear that kamailio crashs. Could you start with "kamailio -E -ddd" and then see logs. it gives hit. Probably libraries has some conflicts.
-- View this message in context: http://sip-router.1086192.n5.nabble.com/help-with-kamailio-rpm-made-from-sou... Sent from the Users mailing list archive at Nabble.com.
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Hellowhich SPEC file is used by the Kamailio group to build rpm?
On Tuesday, September 13, 2016 7:56 PM, Dmitry mbike2000ru@yahoo.com wrote:
I use Centos 6.7
On Tuesday, September 13, 2016 7:51 PM, Dmitry mbike2000ru@yahoo.com wrote:
Hello I used: kamailio-4.3.4_src.tar.gz
/kamailio-4.3.4/pkg/kamailio/centos/6/
I found several spec files:[root@kazootest2 kamailio-4.3.4]# find . -name *.spec./pkg/ser/suse/ser.spec./pkg/ser/opensuse/ser.spec./pkg/kamailio/centos/6/kamailio.spec./pkg/kamailio/fedora/17/kamailio.spec./pkg/kamailio/fedora/18/kamailio.spec Which one is maintained?
On Tuesday, September 13, 2016 5:56 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello, which rpm spec did you use? There are several of them in the source tree, some not really maintained. Cheers, Daniel
On 13/09/16 14:33, Dmitry wrote:
Hello, All When I take a SPEC file from kamailio....tar.gz - during rpmbuild I encounter: Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/kamailio-4.3.4-0.0.el6.x86_64 error: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops
RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops [root@kazootest2 rpmbuild]# mcedit SPECS/kamailio.spec
Before I simply added all these modules to the %files sectiion - but kamailio does not start with it. How can I exclude these modules from bulding? I mean in SPEC file. When I compile by hand i use exclude_modules in modules.list.
On Friday, September 9, 2016 4:48 PM, Dmitry mbike2000ru@yahoo.com wrote:
I see :
ERROR: <core> [tcp_main.c:2790]: tcp_init(): bind(9, 0x7fd50bd8ee34, 16) on 127.0.0.1:5060 : Address already in use But I commented out all TCP (listen TCP) so why is this error happen?
On Friday, September 9, 2016 10:52 AM, ycaner yasin.caner@netgsm.com.tr wrote:
Hello; it is clear that kamailio crashs. Could you start with "kamailio -E -ddd" and then see logs. it gives hit. Probably libraries has some conflicts.
-- View this message in context: http://sip-router.1086192.n5.nabble.com/help-with-kamailio-rpm-made-from-sou... Sent from the Users mailing list archive at Nabble.com.
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Hello,
any reason not to use series 4.4.x? Iirc, the latest spec that got update on 4.4 are those for oracle enterprise linux, perhaps is something that you can reuse a lot for upgrading to the centos flavour.
On the other hand, you can use opensuse build service if you want to build yourself, the spec from the kamailio project there is up to date and the ones for 4.3 should still be there. Anyhow, as I said, I would recommend to go with 4.4.x version.
Cheers, Daniel
On 13/09/16 16:51, Dmitry wrote:
Hello
I used:
kamailio-4.3.4_src.tar.gz
/kamailio-4.3.4/pkg/kamailio/centos/6/
I found several spec files: [root@kazootest2 kamailio-4.3.4]# find . -name *.spec ./pkg/ser/suse/ser.spec ./pkg/ser/opensuse/ser.spec ./pkg/kamailio/centos/6/kamailio.spec ./pkg/kamailio/fedora/17/kamailio.spec ./pkg/kamailio/fedora/18/kamailio.spec
Which one is maintained?
On Tuesday, September 13, 2016 5:56 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello, which rpm spec did you use? There are several of them in the source tree, some not really maintained. Cheers, Daniel
On 13/09/16 14:33, Dmitry wrote:
Hello, All
When I take a SPEC file from kamailio....tar.gz - during rpmbuild I encounter:
Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/kamailio-4.3.4-0.0.el6.x86_64 error: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops
RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops [root@kazootest2 rpmbuild]# mcedit SPECS/kamailio.spec
Before I simply added all these modules to the %files sectiion - but kamailio does not start with it.
How can I exclude these modules from bulding? I mean in SPEC file.
When I compile by hand i use exclude_modules in modules.list.
On Friday, September 9, 2016 4:48 PM, Dmitry mbike2000ru@yahoo.com mailto:mbike2000ru@yahoo.com wrote:
I see :
ERROR: <core> [tcp_main.c:2790]: tcp_init(): bind(9, 0x7fd50bd8ee34, 16) on 127.0.0.1:5060 : Address already in use
But I commented out all TCP (listen TCP) so why is this error happen?
On Friday, September 9, 2016 10:52 AM, ycaner yasin.caner@netgsm.com.tr mailto:yasin.caner@netgsm.com.tr wrote:
Hello;
it is clear that kamailio crashs. Could you start with "kamailio -E -ddd" and then see logs. it gives hit. Probably libraries has some conflicts.
-- View this message in context: http://sip-router.1086192.n5.nabble.com/help-with-kamailio-rpm-made-from-sou... Sent from the Users mailing list archive at Nabble.com.
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org mailto:sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org mailto:sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla http://www.asipto.com http://www.asipto.com/ - http://www.kamailio.org http://www.kamailio.org/ http://twitter.com/#!/miconda http://twitter.com/#%21/miconda - http://www.linkedin.com/in/miconda
4.3.4 version is for KazooIt is on production server currently. I need to rebuild the current RPM so as to apply patches. But first I want to get a working Kamailio and only after it I will apply the patches. I think I may take a list of modules from the production Kazoo-kamailio and rearchive the tar.gz because now the Fedora 18 rpmbuild gives a lot of files: RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/ims_charging.so /usr/lib64/kamailio/modules/jsonrpc-s.so /usr/lib64/kamailio/modules/mohqueue.so /usr/lib64/kamailio/modules/nosip.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/rtpengine.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/lib64/kamailio/modules/tsilo.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_charging /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.jsonrpc-s /usr/share/doc/kamailio/modules/README.mohqueue /usr/share/doc/kamailio/modules/README.nosip /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.rtpengine /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops /usr/share/doc/kamailio/modules/README.tsilo /usr/share/snmp/mibs/KAMAILIO-MIB /usr/share/snmp/mibs/KAMAILIO-REG-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-COMMON-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-SERVER-MIB /usr/share/snmp/mibs/KAMAILIO-TC
On Wednesday, September 14, 2016 5:05 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello, any reason not to use series 4.4.x? Iirc, the latest spec that got update on 4.4 are those for oracle enterprise linux, perhaps is something that you can reuse a lot for upgrading to the centos flavour. On the other hand, you can use opensuse build service if you want to build yourself, the spec from the kamailio project there is up to date and the ones for 4.3 should still be there. Anyhow, as I said, I would recommend to go with 4.4.x version. Cheers, Daniel
On 13/09/16 16:51, Dmitry wrote:
Hello I used: kamailio-4.3.4_src.tar.gz
/kamailio-4.3.4/pkg/kamailio/centos/6/
I found several spec files: [root@kazootest2 kamailio-4.3.4]# find . -name *.spec ./pkg/ser/suse/ser.spec ./pkg/ser/opensuse/ser.spec ./pkg/kamailio/centos/6/kamailio.spec ./pkg/kamailio/fedora/17/kamailio.spec ./pkg/kamailio/fedora/18/kamailio.spec Which one is maintained?
On Tuesday, September 13, 2016 5:56 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello, which rpm spec did you use? There are several of them in the source tree, some not really maintained. Cheers, Daniel
On 13/09/16 14:33, Dmitry wrote:
Hello, All When I take a SPEC file from kamailio....tar.gz - during rpmbuild I encounter: Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/kamailio-4.3.4-0.0.el6.x86_64 error: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops
RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops [root@kazootest2 rpmbuild]# mcedit SPECS/kamailio.spec
Before I simply added all these modules to the %files sectiion - but kamailio does not start with it. How can I exclude these modules from bulding? I mean in SPEC file. When I compile by hand i use exclude_modules in modules.list.
On Friday, September 9, 2016 4:48 PM, Dmitry mbike2000ru@yahoo.com wrote:
I see :
ERROR: <core> [tcp_main.c:2790]: tcp_init(): bind(9, 0x7fd50bd8ee34, 16) on 127.0.0.1:5060 : Address already in use But I commented out all TCP (listen TCP) so why is this error happen?
On Friday, September 9, 2016 10:52 AM, ycaner yasin.caner@netgsm.com.tr wrote:
Hello; it is clear that kamailio crashs. Could you start with "kamailio -E -ddd" and then see logs. it gives hit. Probably libraries has some conflicts.
-- View this message in context: http://sip-router.1086192.n5.nabble.com/help-with-kamailio-rpm-made-from-sou... Sent from the Users mailing list archive at Nabble.com.
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Then you just need add those files in various packages inside the spec file, so they are not detected to be orphaned.
Maybe you can inspire from:
- https://build.opensuse.org/package/view_file/home:kamailio:v4.3.x-rpms/kamai...
Cheers, Daniel
On 14/09/16 16:35, Dmitry wrote:
4.3.4 version is for Kazoo It is on production server currently.
I need to rebuild the current RPM so as to apply patches.
But first I want to get a working Kamailio and only after it I will apply the patches.
I think I may take a list of modules from the production Kazoo-kamailio and rearchive the tar.gz because now the Fedora 18 rpmbuild gives a lot of files:
RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/ims_charging.so /usr/lib64/kamailio/modules/jsonrpc-s.so /usr/lib64/kamailio/modules/mohqueue.so /usr/lib64/kamailio/modules/nosip.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/rtpengine.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/lib64/kamailio/modules/tsilo.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_charging /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.jsonrpc-s /usr/share/doc/kamailio/modules/README.mohqueue /usr/share/doc/kamailio/modules/README.nosip /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.rtpengine /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops /usr/share/doc/kamailio/modules/README.tsilo /usr/share/snmp/mibs/KAMAILIO-MIB /usr/share/snmp/mibs/KAMAILIO-REG-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-COMMON-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-SERVER-MIB /usr/share/snmp/mibs/KAMAILIO-TC
On Wednesday, September 14, 2016 5:05 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello, any reason not to use series 4.4.x? Iirc, the latest spec that got update on 4.4 are those for oracle enterprise linux, perhaps is something that you can reuse a lot for upgrading to the centos flavour. On the other hand, you can use opensuse build service if you want to build yourself, the spec from the kamailio project there is up to date and the ones for 4.3 should still be there. Anyhow, as I said, I would recommend to go with 4.4.x version. Cheers, Daniel
On 13/09/16 16:51, Dmitry wrote:
Hello
I used:
kamailio-4.3.4_src.tar.gz
/kamailio-4.3.4/pkg/kamailio/centos/6/
I found several spec files: [root@kazootest2 kamailio-4.3.4]# find . -name *.spec ./pkg/ser/suse/ser.spec ./pkg/ser/opensuse/ser.spec ./pkg/kamailio/centos/6/kamailio.spec ./pkg/kamailio/fedora/17/kamailio.spec ./pkg/kamailio/fedora/18/kamailio.spec
Which one is maintained?
On Tuesday, September 13, 2016 5:56 PM, Daniel-Constantin Mierla miconda@gmail.com mailto:miconda@gmail.com wrote:
Hello, which rpm spec did you use? There are several of them in the source tree, some not really maintained. Cheers, Daniel
On 13/09/16 14:33, Dmitry wrote:
Hello, All
When I take a SPEC file from kamailio....tar.gz - during rpmbuild I encounter:
Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/kamailio-4.3.4-0.0.el6.x86_64 error: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops
RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops [root@kazootest2 rpmbuild]# mcedit SPECS/kamailio.spec
Before I simply added all these modules to the %files sectiion - but kamailio does not start with it.
How can I exclude these modules from bulding? I mean in SPEC file.
When I compile by hand i use exclude_modules in modules.list.
On Friday, September 9, 2016 4:48 PM, Dmitry mbike2000ru@yahoo.com mailto:mbike2000ru@yahoo.com wrote:
I see :
ERROR: <core> [tcp_main.c:2790]: tcp_init(): bind(9, 0x7fd50bd8ee34, 16) on 127.0.0.1:5060 : Address already in use
But I commented out all TCP (listen TCP) so why is this error happen?
On Friday, September 9, 2016 10:52 AM, ycaner yasin.caner@netgsm.com.tr mailto:yasin.caner@netgsm.com.tr wrote:
Hello;
it is clear that kamailio crashs. Could you start with "kamailio -E -ddd" and then see logs. it gives hit. Probably libraries has some conflicts.
-- View this message in context: http://sip-router.1086192.n5.nabble.com/help-with-kamailio-rpm-made-from-sou... Sent from the Users mailing list archive at Nabble.com.
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org mailto:sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org mailto:sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla http://www.asipto.com http://www.asipto.com/ - http://www.kamailio.org http://www.kamailio.org/ http://twitter.com/#!/miconda http://twitter.com/#%21/miconda - http://www.linkedin.com/in/miconda
-- Daniel-Constantin Mierla http://www.asipto.com http://www.asipto.com/ - http://www.kamailio.org http://www.kamailio.org/ http://twitter.com/#!/miconda http://twitter.com/#%21/miconda - http://www.linkedin.com/in/miconda
Hello I took this spec from suse. It generates no errors. When I installed from the RPM I had made - the phone register, but The phone sends a REGISTER and the KAmailio sends 200ok back to the phone (so no NONCE authorization) and no logs during it. In default.cfg I set L_DBG but no logs are generated during registering a phone. And I see no AMQP messages (I set to 1 Kazoo_enable in the SPEC file). Why there are no logs during register (I saw register in tcpdump)?
On Wednesday, September 14, 2016 7:42 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Then you just need add those files in various packages inside the spec file, so they are not detected to be orphaned. Maybe you can inspire from: -https://build.opensuse.org/package/view_file/home:kamailio:v4.3.x-rpms/kamai... Cheers, Daniel
On 14/09/16 16:35, Dmitry wrote:
4.3.4 version is for Kazoo It is on production server currently. I need to rebuild the current RPM so as to apply patches. But first I want to get a working Kamailio and only after it I will apply the patches. I think I may take a list of modules from the production Kazoo-kamailio and rearchive the tar.gz because now the Fedora 18 rpmbuild gives a lot of files: RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/ims_charging.so /usr/lib64/kamailio/modules/jsonrpc-s.so /usr/lib64/kamailio/modules/mohqueue.so /usr/lib64/kamailio/modules/nosip.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/rtpengine.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/lib64/kamailio/modules/tsilo.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_charging /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.jsonrpc-s /usr/share/doc/kamailio/modules/README.mohqueue /usr/share/doc/kamailio/modules/README.nosip /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.rtpengine /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops /usr/share/doc/kamailio/modules/README.tsilo /usr/share/snmp/mibs/KAMAILIO-MIB /usr/share/snmp/mibs/KAMAILIO-REG-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-COMMON-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-SERVER-MIB /usr/share/snmp/mibs/KAMAILIO-TC
On Wednesday, September 14, 2016 5:05 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello, any reason not to use series 4.4.x? Iirc, the latest spec that got update on 4.4 are those for oracle enterprise linux, perhaps is something that you can reuse a lot for upgrading to the centos flavour. On the other hand, you can use opensuse build service if you want to build yourself, the spec from the kamailio project there is up to date and the ones for 4.3 should still be there. Anyhow, as I said, I would recommend to go with 4.4.x version. Cheers, Daniel
On 13/09/16 16:51, Dmitry wrote:
Hello I used: kamailio-4.3.4_src.tar.gz
/kamailio-4.3.4/pkg/kamailio/centos/6/
I found several spec files: [root@kazootest2 kamailio-4.3.4]# find . -name *.spec ./pkg/ser/suse/ser.spec ./pkg/ser/opensuse/ser.spec ./pkg/kamailio/centos/6/kamailio.spec ./pkg/kamailio/fedora/17/kamailio.spec ./pkg/kamailio/fedora/18/kamailio.spec Which one is maintained?
On Tuesday, September 13, 2016 5:56 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello, which rpm spec did you use? There are several of them in the source tree, some not really maintained. Cheers, Daniel
On 13/09/16 14:33, Dmitry wrote:
Hello, All When I take a SPEC file from kamailio....tar.gz - during rpmbuild I encounter: Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/kamailio-4.3.4-0.0.el6.x86_64 error: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops
RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops [root@kazootest2 rpmbuild]# mcedit SPECS/kamailio.spec
Before I simply added all these modules to the %files sectiion - but kamailio does not start with it. How can I exclude these modules from bulding? I mean in SPEC file. When I compile by hand i use exclude_modules in modules.list.
On Friday, September 9, 2016 4:48 PM, Dmitry mbike2000ru@yahoo.com wrote:
I see :
ERROR: <core> [tcp_main.c:2790]: tcp_init(): bind(9, 0x7fd50bd8ee34, 16) on 127.0.0.1:5060 : Address already in use But I commented out all TCP (listen TCP) so why is this error happen?
On Friday, September 9, 2016 10:52 AM, ycaner yasin.caner@netgsm.com.tr wrote:
Hello; it is clear that kamailio crashs. Could you start with "kamailio -E -ddd" and then see logs. it gives hit. Probably libraries has some conflicts.
-- View this message in context: http://sip-router.1086192.n5.nabble.com/help-with-kamailio-rpm-made-from-sou... Sent from the Users mailing list archive at Nabble.com.
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Are you using default kamailio.cfg or another one?
Cheers, Daniel
On 15/09/16 12:39, Dmitry wrote:
Hello
I took this spec from suse.
It generates no errors.
When I installed from the RPM I had made - the phone register, but
The phone sends a REGISTER and the KAmailio sends 200ok back to the phone (so no NONCE authorization) and no logs during it.
In default.cfg I set L_DBG but no logs are generated during registering a phone.
And I see no AMQP messages (I set to 1 Kazoo_enable in the SPEC file).
Why there are no logs during register (I saw register in tcpdump)?
On Wednesday, September 14, 2016 7:42 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Then you just need add those files in various packages inside the spec file, so they are not detected to be orphaned. Maybe you can inspire from:
https://build.opensuse.org/package/view_file/home:kamailio:v4.3.x-rpms/kamai... Cheers, Daniel
On 14/09/16 16:35, Dmitry wrote:
4.3.4 version is for Kazoo It is on production server currently.
I need to rebuild the current RPM so as to apply patches.
But first I want to get a working Kamailio and only after it I will apply the patches.
I think I may take a list of modules from the production Kazoo-kamailio and rearchive the tar.gz because now the Fedora 18 rpmbuild gives a lot of files:
RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/ims_charging.so /usr/lib64/kamailio/modules/jsonrpc-s.so /usr/lib64/kamailio/modules/mohqueue.so /usr/lib64/kamailio/modules/nosip.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/rtpengine.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/lib64/kamailio/modules/tsilo.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_charging /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.jsonrpc-s /usr/share/doc/kamailio/modules/README.mohqueue /usr/share/doc/kamailio/modules/README.nosip /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.rtpengine /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops /usr/share/doc/kamailio/modules/README.tsilo /usr/share/snmp/mibs/KAMAILIO-MIB /usr/share/snmp/mibs/KAMAILIO-REG-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-COMMON-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-SERVER-MIB /usr/share/snmp/mibs/KAMAILIO-TC
On Wednesday, September 14, 2016 5:05 PM, Daniel-Constantin Mierla miconda@gmail.com mailto:miconda@gmail.com wrote:
Hello, any reason not to use series 4.4.x? Iirc, the latest spec that got update on 4.4 are those for oracle enterprise linux, perhaps is something that you can reuse a lot for upgrading to the centos flavour. On the other hand, you can use opensuse build service if you want to build yourself, the spec from the kamailio project there is up to date and the ones for 4.3 should still be there. Anyhow, as I said, I would recommend to go with 4.4.x version. Cheers, Daniel
/etc/kazoo/kamailio/default.cfg - which containes all routes.2600hz/kazoo-configs
| | | | | |
|
| | | | 2600hz/kazoo-configs kazoo-configs - Kazoo Configuration Files for Software We Use | |
|
|
I test on a working server (testing one) and a working config
On Thursday, September 15, 2016 3:56 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Are you using default kamailio.cfg or another one? Cheers, Daniel
On 15/09/16 12:39, Dmitry wrote:
Hello I took this spec from suse. It generates no errors. When I installed from the RPM I had made - the phone register, but The phone sends a REGISTER and the KAmailio sends 200ok back to the phone (so no NONCE authorization) and no logs during it. In default.cfg I set L_DBG but no logs are generated during registering a phone. And I see no AMQP messages (I set to 1 Kazoo_enable in the SPEC file). Why there are no logs during register (I saw register in tcpdump)?
On Wednesday, September 14, 2016 7:42 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Then you just need add those files in various packages inside the spec file, so they are not detected to be orphaned. Maybe you can inspire from: - https://build.opensuse.org/package/view_file/home:kamailio:v4.3.x-rpms/kamai... Cheers, Daniel
On 14/09/16 16:35, Dmitry wrote:
4.3.4 version is for Kazoo It is on production server currently. I need to rebuild the current RPM so as to apply patches. But first I want to get a working Kamailio and only after it I will apply the patches. I think I may take a list of modules from the production Kazoo-kamailio and rearchive the tar.gz because now the Fedora 18 rpmbuild gives a lot of files: RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/ims_charging.so /usr/lib64/kamailio/modules/jsonrpc-s.so /usr/lib64/kamailio/modules/mohqueue.so /usr/lib64/kamailio/modules/nosip.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/rtpengine.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/lib64/kamailio/modules/tsilo.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_charging /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.jsonrpc-s /usr/share/doc/kamailio/modules/README.mohqueue /usr/share/doc/kamailio/modules/README.nosip /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.rtpengine /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops /usr/share/doc/kamailio/modules/README.tsilo /usr/share/snmp/mibs/KAMAILIO-MIB /usr/share/snmp/mibs/KAMAILIO-REG-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-COMMON-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-SERVER-MIB /usr/share/snmp/mibs/KAMAILIO-TC
On Wednesday, September 14, 2016 5:05 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello, any reason not to use series 4.4.x? Iirc, the latest spec that got update on 4.4 are those for oracle enterprise linux, perhaps is something that you can reuse a lot for upgrading to the centos flavour. On the other hand, you can use opensuse build service if you want to build yourself, the spec from the kamailio project there is up to date and the ones for 4.3 should still be there. Anyhow, as I said, I would recommend to go with 4.4.x version. Cheers, Daniel
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
here are my "define_with flags" from SPEC file (opensuse one) # list of flags to enable extra packages%define _with_bdb 0%define _with_carrierroute 0%define _with_cnxcc 0%define _with_dnssec 0%define _with_erlang 0%define _with_ev 0%define _with_geoip 0%define _with_java 0%define _with_json 0%define _with_jansson 0%define _with_ldap 0%define _with_lua 0%define _with_kazoo 1%define _with_memcached 0%define _with_mi_xmlrpc 0%define _with_mongodb 0%define _with_mono 0%define _with_perl 0%define _with_purple 0%define _with_radius 0%define _with_redis 0%define _with_sctp 0%define _with_snmp 0%define _with_sqlite 0%define _with_websocket 1%define _with_uuid 0 # define flags to enable extra packages%define _with_bdb 1%define _with_carrierroute 1%define _with_ev 1%define _with_ldap 1%define _with_sctp 0%define _with_snmp 1%define _with_uuid 1
On Thursday, September 15, 2016 5:09 PM, Dmitry mbike2000ru@yahoo.com wrote:
/etc/kazoo/kamailio/default.cfg - which containes all routes.2600hz/kazoo-configs
| | | | | |
|
| | | | 2600hz/kazoo-configs kazoo-configs - Kazoo Configuration Files for Software We Use | |
|
|
I test on a working server (testing one) and a working config
On Thursday, September 15, 2016 3:56 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Are you using default kamailio.cfg or another one? Cheers, Daniel
On 15/09/16 12:39, Dmitry wrote:
Hello I took this spec from suse. It generates no errors. When I installed from the RPM I had made - the phone register, but The phone sends a REGISTER and the KAmailio sends 200ok back to the phone (so no NONCE authorization) and no logs during it. In default.cfg I set L_DBG but no logs are generated during registering a phone. And I see no AMQP messages (I set to 1 Kazoo_enable in the SPEC file). Why there are no logs during register (I saw register in tcpdump)?
On Wednesday, September 14, 2016 7:42 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Then you just need add those files in various packages inside the spec file, so they are not detected to be orphaned. Maybe you can inspire from: - https://build.opensuse.org/package/view_file/home:kamailio:v4.3.x-rpms/kamai... Cheers, Daniel
On 14/09/16 16:35, Dmitry wrote:
4.3.4 version is for Kazoo It is on production server currently. I need to rebuild the current RPM so as to apply patches. But first I want to get a working Kamailio and only after it I will apply the patches. I think I may take a list of modules from the production Kazoo-kamailio and rearchive the tar.gz because now the Fedora 18 rpmbuild gives a lot of files: RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/ims_charging.so /usr/lib64/kamailio/modules/jsonrpc-s.so /usr/lib64/kamailio/modules/mohqueue.so /usr/lib64/kamailio/modules/nosip.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/rtpengine.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/lib64/kamailio/modules/tsilo.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_charging /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.jsonrpc-s /usr/share/doc/kamailio/modules/README.mohqueue /usr/share/doc/kamailio/modules/README.nosip /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.rtpengine /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops /usr/share/doc/kamailio/modules/README.tsilo /usr/share/snmp/mibs/KAMAILIO-MIB /usr/share/snmp/mibs/KAMAILIO-REG-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-COMMON-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-SERVER-MIB /usr/share/snmp/mibs/KAMAILIO-TC
On Wednesday, September 14, 2016 5:05 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello, any reason not to use series 4.4.x? Iirc, the latest spec that got update on 4.4 are those for oracle enterprise linux, perhaps is something that you can reuse a lot for upgrading to the centos flavour. On the other hand, you can use opensuse build service if you want to build yourself, the spec from the kamailio project there is up to date and the ones for 4.3 should still be there. Anyhow, as I said, I would recommend to go with 4.4.x version. Cheers, Daniel
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
I am not familiar with kazoo configs, maybe asking on their mailing list can help you more.
From Kamailio point of view, you can load debugger module and set its
cfgtrace parameter to 1, then see what actions from config are executed and why is not getting to the authentication part.
Cheers, Daniel
On 15/09/16 14:09, Dmitry wrote:
/etc/kazoo/kamailio/default.cfg - which containes all routes. 2600hz/kazoo-configs https://github.com/2600hz/kazoo-configs/tree/3.22/kamailio
2600hz/kazoo-configs
kazoo-configs - Kazoo Configuration Files for Software We Use
https://github.com/2600hz/kazoo-configs/tree/3.22/kamailio
I test on a working server (testing one) and a working config
On Thursday, September 15, 2016 3:56 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Are you using default kamailio.cfg or another one? Cheers, Daniel
On 15/09/16 12:39, Dmitry wrote:
Hello
I took this spec from suse.
It generates no errors.
When I installed from the RPM I had made - the phone register, but
The phone sends a REGISTER and the KAmailio sends 200ok back to the phone (so no NONCE authorization) and no logs during it.
In default.cfg I set L_DBG but no logs are generated during registering a phone.
And I see no AMQP messages (I set to 1 Kazoo_enable in the SPEC file).
Why there are no logs during register (I saw register in tcpdump)?
On Wednesday, September 14, 2016 7:42 PM, Daniel-Constantin Mierla miconda@gmail.com mailto:miconda@gmail.com wrote:
Then you just need add those files in various packages inside the spec file, so they are not detected to be orphaned. Maybe you can inspire from:
https://build.opensuse.org/package/view_file/home:kamailio:v4.3.x-rpms/kamai... Cheers, Daniel
On 14/09/16 16:35, Dmitry wrote:
4.3.4 version is for Kazoo It is on production server currently.
I need to rebuild the current RPM so as to apply patches.
But first I want to get a working Kamailio and only after it I will apply the patches.
I think I may take a list of modules from the production Kazoo-kamailio and rearchive the tar.gz because now the Fedora 18 rpmbuild gives a lot of files:
RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/ims_charging.so /usr/lib64/kamailio/modules/jsonrpc-s.so /usr/lib64/kamailio/modules/mohqueue.so /usr/lib64/kamailio/modules/nosip.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/rtpengine.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/lib64/kamailio/modules/tsilo.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_charging /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.jsonrpc-s /usr/share/doc/kamailio/modules/README.mohqueue /usr/share/doc/kamailio/modules/README.nosip /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.rtpengine /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops /usr/share/doc/kamailio/modules/README.tsilo /usr/share/snmp/mibs/KAMAILIO-MIB /usr/share/snmp/mibs/KAMAILIO-REG-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-COMMON-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-SERVER-MIB /usr/share/snmp/mibs/KAMAILIO-TC
On Wednesday, September 14, 2016 5:05 PM, Daniel-Constantin Mierla miconda@gmail.com mailto:miconda@gmail.com wrote:
Hello, any reason not to use series 4.4.x? Iirc, the latest spec that got update on 4.4 are those for oracle enterprise linux, perhaps is something that you can reuse a lot for upgrading to the centos flavour. On the other hand, you can use opensuse build service if you want to build yourself, the spec from the kamailio project there is up to date and the ones for 4.3 should still be there. Anyhow, as I said, I would recommend to go with 4.4.x version. Cheers, Daniel
-- Daniel-Constantin Mierla http://www.asipto.com http://www.asipto.com/ - http://www.kamailio.org http://www.kamailio.org/ http://twitter.com/#!/miconda http://twitter.com/#%21/miconda - http://www.linkedin.com/in/miconda
I made loadmodule and modparam("debugger", "cfgtrace", 1) but anyway - no logs when I register. As I understand - it's like no config file.
On Thursday, September 15, 2016 6:01 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
I am not familiar with kazoo configs, maybe asking on their mailing list can help you more. From Kamailio point of view, you can load debugger module and set its cfgtrace parameter to 1, then see what actions from config are executed and why is not getting to the authentication part. Cheers, Daniel
On 15/09/16 14:09, Dmitry wrote:
/etc/kazoo/kamailio/default.cfg - which containes all routes. 2600hz/kazoo-configs
| | | | | |
|
| | | | 2600hz/kazoo-configs kazoo-configs - Kazoo Configuration Files for Software We Use | |
|
|
I test on a working server (testing one) and a working config
On Thursday, September 15, 2016 3:56 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Are you using default kamailio.cfg or another one? Cheers, Daniel
On 15/09/16 12:39, Dmitry wrote:
Hello I took this spec from suse. It generates no errors. When I installed from the RPM I had made - the phone register, but The phone sends a REGISTER and the KAmailio sends 200ok back to the phone (so no NONCE authorization) and no logs during it. In default.cfg I set L_DBG but no logs are generated during registering a phone. And I see no AMQP messages (I set to 1 Kazoo_enable in the SPEC file). Why there are no logs during register (I saw register in tcpdump)?
On Wednesday, September 14, 2016 7:42 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Then you just need add those files in various packages inside the spec file, so they are not detected to be orphaned. Maybe you can inspire from: - https://build.opensuse.org/package/view_file/home:kamailio:v4.3.x-rpms/kamai... Cheers, Daniel
On 14/09/16 16:35, Dmitry wrote:
4.3.4 version is for Kazoo It is on production server currently. I need to rebuild the current RPM so as to apply patches. But first I want to get a working Kamailio and only after it I will apply the patches. I think I may take a list of modules from the production Kazoo-kamailio and rearchive the tar.gz because now the Fedora 18 rpmbuild gives a lot of files: RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/ims_charging.so /usr/lib64/kamailio/modules/jsonrpc-s.so /usr/lib64/kamailio/modules/mohqueue.so /usr/lib64/kamailio/modules/nosip.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/rtpengine.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/lib64/kamailio/modules/tsilo.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_charging /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.jsonrpc-s /usr/share/doc/kamailio/modules/README.mohqueue /usr/share/doc/kamailio/modules/README.nosip /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.rtpengine /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops /usr/share/doc/kamailio/modules/README.tsilo /usr/share/snmp/mibs/KAMAILIO-MIB /usr/share/snmp/mibs/KAMAILIO-REG-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-COMMON-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-SERVER-MIB /usr/share/snmp/mibs/KAMAILIO-TC
On Wednesday, September 14, 2016 5:05 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello, any reason not to use series 4.4.x? Iirc, the latest spec that got update on 4.4 are those for oracle enterprise linux, perhaps is something that you can reuse a lot for upgrading to the centos flavour. On the other hand, you can use opensuse build service if you want to build yourself, the spec from the kamailio project there is up to date and the ones for 4.3 should still be there. Anyhow, as I said, I would recommend to go with 4.4.x version. Cheers, Daniel
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
RPMBUILD produces several kamailio rpms Now I install the following rpms: [root@kazootest3 ~]# rpm -qa | grep kamakamailio-presence-4.3.4-0.x86_64kamailio-4.3.4-0.x86_64kamailio-utils-4.3.4-0.x86_64kamailio-outbound-4.3.4-0.x86_64kamailio-tls-4.3.4-0.x86_64kamailio-kazoo-4.3.4-0.x86_64
still no logs during registering a phone.
On Thursday, September 15, 2016 9:34 PM, Dmitry mbike2000ru@yahoo.com wrote:
I made loadmodule and modparam("debugger", "cfgtrace", 1) but anyway - no logs when I register. As I understand - it's like no config file.
On Thursday, September 15, 2016 6:01 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
I am not familiar with kazoo configs, maybe asking on their mailing list can help you more. From Kamailio point of view, you can load debugger module and set its cfgtrace parameter to 1, then see what actions from config are executed and why is not getting to the authentication part. Cheers, Daniel
On 15/09/16 14:09, Dmitry wrote:
/etc/kazoo/kamailio/default.cfg - which containes all routes. 2600hz/kazoo-configs
| | | | | |
|
| | | | 2600hz/kazoo-configs kazoo-configs - Kazoo Configuration Files for Software We Use | |
|
|
I test on a working server (testing one) and a working config
On Thursday, September 15, 2016 3:56 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Are you using default kamailio.cfg or another one? Cheers, Daniel
On 15/09/16 12:39, Dmitry wrote:
Hello I took this spec from suse. It generates no errors. When I installed from the RPM I had made - the phone register, but The phone sends a REGISTER and the KAmailio sends 200ok back to the phone (so no NONCE authorization) and no logs during it. In default.cfg I set L_DBG but no logs are generated during registering a phone. And I see no AMQP messages (I set to 1 Kazoo_enable in the SPEC file). Why there are no logs during register (I saw register in tcpdump)?
On Wednesday, September 14, 2016 7:42 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Then you just need add those files in various packages inside the spec file, so they are not detected to be orphaned. Maybe you can inspire from: - https://build.opensuse.org/package/view_file/home:kamailio:v4.3.x-rpms/kamai... Cheers, Daniel
On 14/09/16 16:35, Dmitry wrote:
4.3.4 version is for Kazoo It is on production server currently. I need to rebuild the current RPM so as to apply patches. But first I want to get a working Kamailio and only after it I will apply the patches. I think I may take a list of modules from the production Kazoo-kamailio and rearchive the tar.gz because now the Fedora 18 rpmbuild gives a lot of files: RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/kamailio/modules/auth_xkeys.so /usr/lib64/kamailio/modules/dmq_usrloc.so /usr/lib64/kamailio/modules/ims_charging.so /usr/lib64/kamailio/modules/jsonrpc-s.so /usr/lib64/kamailio/modules/mohqueue.so /usr/lib64/kamailio/modules/nosip.so /usr/lib64/kamailio/modules/rtjson.so /usr/lib64/kamailio/modules/rtpengine.so /usr/lib64/kamailio/modules/statsd.so /usr/lib64/kamailio/modules/tcpops.so /usr/lib64/kamailio/modules/tsilo.so /usr/share/doc/kamailio/modules/README.auth_xkeys /usr/share/doc/kamailio/modules/README.dmq_usrloc /usr/share/doc/kamailio/modules/README.ims_charging /usr/share/doc/kamailio/modules/README.ims_registrar_scscf /usr/share/doc/kamailio/modules/README.jsonrpc-s /usr/share/doc/kamailio/modules/README.mohqueue /usr/share/doc/kamailio/modules/README.nosip /usr/share/doc/kamailio/modules/README.rtjson /usr/share/doc/kamailio/modules/README.rtpengine /usr/share/doc/kamailio/modules/README.statsd /usr/share/doc/kamailio/modules/README.tcpops /usr/share/doc/kamailio/modules/README.tsilo /usr/share/snmp/mibs/KAMAILIO-MIB /usr/share/snmp/mibs/KAMAILIO-REG-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-COMMON-MIB /usr/share/snmp/mibs/KAMAILIO-SIP-SERVER-MIB /usr/share/snmp/mibs/KAMAILIO-TC
On Wednesday, September 14, 2016 5:05 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello, any reason not to use series 4.4.x? Iirc, the latest spec that got update on 4.4 are those for oracle enterprise linux, perhaps is something that you can reuse a lot for upgrading to the centos flavour. On the other hand, you can use opensuse build service if you want to build yourself, the spec from the kamailio project there is up to date and the ones for 4.3 should still be there. Anyhow, as I said, I would recommend to go with 4.4.x version. Cheers, Daniel
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda