Hi,
i tried make install-initd-debian.
For your information, after starting kamailio the output is still saying
"grep: /etc/kamailio/kamailio.cgf file not found"
even if the service is starting fine.
Can I left the init.d script unchanged or do I need to update manually the
cfg path?
Is there a
Hello,
probably CFGFILE variable was removed on the latest updates done to the
init.d script. You can add it and replace the occurrences of the
kamailio.cfg path.
On the other hand, you can just do:
make install-initd-debian
and the paths should be updated and the init.d scripts deployed.
Hi,
following the documentation, the following lines need to be updated on the
init.d script.
DAEMON=/usr/local/sbin/kamailio
CFGFILE=/usr/local/etc/kamailio/kamailio.cfg
Anyway, there is no CFGFILE already setted.
Is it correct to add CFGFILE along with DAEMON?
On top of this, in the check_fo