Browse Source

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 years ago
parent
commit
d676cbd8d5
1 changed files with 1 additions and 1 deletions
  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;