From 96291d6fd76169d9726da598a0a4bce663a51c16 Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@opensides.be> Date: Thu, 19 Apr 2012 11:25:36 +0200 Subject: [PATCH] Fixes: #808 all the templates should be read from /var/cache/fusiondirectory/asterisk --- include/variables.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/variables.inc b/include/variables.inc index b3f8ec4c8..1d4dacc4b 100644 --- a/include/variables.inc +++ b/include/variables.inc @@ -39,7 +39,10 @@ /* Directory containing the vacation files */ define ("SUPANN_DIR", "/var/cache/fusiondirectory/supann/"); /* FusionDirectory supann template directory */ - + + /* Directory containing the asterisk files */ + define ("ASTERISK_DIR", "/var/cache/fusiondirectory/asterisk/"); /* FusionDirectory asterisk template directory */ + /* name of the class.cache file */ define("CLASS_CACHE", "class.cache"); /* name of the class cache */ ?> -- GitLab