浏览代码

Change the direct dial max digits to 4 on voicemail.lua it is recommended the park_slots dialplan be prefixed with a * on pre-existing installs.

Mark Crane 12 年之前
父节点
当前提交
d676cbd8d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      includes/install/scripts/voicemail.lua

+ 1 - 1
includes/install/scripts/voicemail.lua

@@ -34,7 +34,7 @@
 --direct dial
 	direct_dial = {}
 	direct_dial["enabled"] = "true";
-	direct_dial["max_digits"] = 3;
+	direct_dial["max_digits"] = 4;
 
 --debug
 	debug["info"] = true;