version.xml:14: namespace error : Namespace prefix db on para is not defined db:para ^
Hi Juha,
Should be fixed now in git master.
Cheers,
Henning
Hi Henning,
thanks for looking into it and fixing it, I noticed it for a while but didn't get the time to dig in.
Since we are here, there was another warning related to including extra.xml when generating the db schema:
make dbschema ... warning: failed to load external entity "extra.xml" ...
which was because of src/lib/srdb1/schema/kamailio-extensions.xml trying to include an inexistent extra.xml. There was nothing else in the kamailio-extensions.xml, being processed automatically as part of kamailio-*.xml filter.
I removed the file, but if anyone is aware of some cases where it is used or useful to have, then it can be reverted.
Cheers, Daniel
On 29.03.20 11:28, Henning Westerholt wrote:
Hi Juha,
Should be fixed now in git master.
Cheers,
Henning
-- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.com
-----Original Message----- From: sr-dev sr-dev-bounces@lists.kamailio.org On Behalf Of Juha Heinanen Sent: Sunday, March 29, 2020 9:05 AM To: sr-dev@lists.kamailio.org Subject: [sr-dev] master xml warnings
version.xml:14: namespace error : Namespace prefix db on para is not defined db:para ^
Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev _______________________________________________ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
Hi Daniel,
thanks as well. If I remember correctly the extra.xml file was meant as being a point for local extensions. But in the end it was not needed/used, so I think its fine to delete it.
Cheers,
Henning