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 8bc176d8ec
commit 041c20b6e6
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;