XML Handler dialplan set dialplan to 1 hour cache timeout

This commit is contained in:
Mark Crane 2014-08-22 07:40:34 +00:00
parent 3e421a3d34
commit 28eb38d0ad
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
--set defaults
expire = {}
expire["directory"] = "3600";
expire["dialplan"] = "300";
expire["dialplan"] = "3600";
expire["sofia.conf"] = "3600";
load_balancing = false;