Voicemail IVR is now completed and ready to go.

This commit is contained in:
Mark Crane
2015-02-22 23:58:37 +00:00
parent bf8247d332
commit 93d22dce39
2 changed files with 78 additions and 7 deletions
@@ -33,7 +33,7 @@
--direct dial
direct_dial = {}
direct_dial["enabled"] = "true";
direct_dial["enabled"] = "false";
direct_dial["max_digits"] = 4;
--debug
@@ -43,7 +43,7 @@
--get the argv values
script_name = argv[1];
voicemail_action = argv[2];
--starting values
dtmf_digits = '';
timeouts = 0;