You can specify those as runtime argument.<br><br>$ ./freeswitch -h<br>these are the optional arguments you can pass to freeswitch<br> -nf -- no forking<br> -u [user] -- specify user to switch to<br>
-g [group] -- specify group to switch to<br> -help -- this message<br> -core -- dump cores<br> -hp -- enable high priority settings<br> -vg -- run under valgrind<br>
-nosql -- disable internal sql scoreboard<br> -stop -- stop freeswitch<br> -nc -- do not output to a console and background<br> -c -- output to a console and stay in the foreground<br>
-conf [confdir] -- specify an alternate config dir<br> -log [logdir] -- specify an alternate log dir<br> -db [dbdir] -- specify an alternate db dir<br> -mod [moddir] -- specify an alternate mod dir<br>
-htdocs [htdocsdir] -- specify an alternate htdocs dir<br> -scripts [scriptsdir] -- specify an alternate scripts dir<br><br>But in my opinion, you should keep all files at the same place and make a symbolic link if you really want stuf to be accessible from /var/log<br>
<br><br>Mathieu<br>