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.
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
--direct dial
|
--direct dial
|
||||||
direct_dial = {}
|
direct_dial = {}
|
||||||
direct_dial["enabled"] = "true";
|
direct_dial["enabled"] = "true";
|
||||||
direct_dial["max_digits"] = 3;
|
direct_dial["max_digits"] = 4;
|
||||||
|
|
||||||
--debug
|
--debug
|
||||||
debug["info"] = true;
|
debug["info"] = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user