mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
add support for cache directory
make configs use specific directory variables instead of just base_dir so that one configuration can be used for fhs and legacy installations
This commit is contained in:
@@ -510,6 +510,7 @@ struct switch_directories {
|
||||
char *htdocs_dir;
|
||||
char *grammar_dir;
|
||||
char *storage_dir;
|
||||
char *cache_dir;
|
||||
char *recordings_dir;
|
||||
char *sounds_dir;
|
||||
char *lib_dir;
|
||||
|
||||
Reference in New Issue
Block a user