Explorar el Código

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 hace 12 años
padre
commit
d676cbd8d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;