Module: kamailio
Branch: master
Commit: 0a67119d1de31050772bac020e61dbbf4fc19f54
URL:
https://github.com/kamailio/kamailio/commit/0a67119d1de31050772bac020e61dbbf4fc19f54
Author: Farzaneh Soltanzadeh
Committer: Richard Fuchs
Date: 2025-01-11T14:35:47-04:00
check corner-case and add comments
-
Merged #4097 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4097#event-15893395705
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio - Development Ma
OK LGTM
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4097#issuecomment-2585369780
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio - Development Mailing List -
I have rebuild RPM packages using master and cmake.
Now I can see error messages.
```
RPM build errors:
File not found:
/root/rpmbuild/BUILD/kamailio-6.0.0-build/BUILDROOT/etc/kamailio/pi_framework.xml
File not found:
/root/rpmbuild/BUILD/kamailio-6.0.0-build/BUILDROOT/etc/kamailio/tls.cf
Maybe it will be useful, for RPM packaging I use
```
%{cmake} \
-DBUILD_DOC=ON \
-DUSE_TLS=ON \
-DINCLUDE_MODULES="pvtpl pua_rpc siprepo systemdops log_systemd db_text
acc_json auth_ephemeral jansson db_berkeley"
%{cmake_install}
%{cmake_install} --component tls-cfg
%{cmake_install} --compo