In order to get rid of any occurrence of ```/tmp``` in modules, introduce a ```RUN_DIR``` make option and every module should honor it
default could be ```/var/run/$(NAME)```
Related to #48
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/80
I added few patch for Makefile to define RUN_DIR at compile time. The folder is also created during install. If no PREFIX is provided, then the path is /var/run/kamailio/, otherwise is $(PREFIX)/var/run/kamailio/
Now need to be propagated in the modules using /tmp hardcoded.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/80#issuecomment-74065305
Closed #80.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/80#event-321835995
This seems to be done for 4.3
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/80#issuecomment-108618156