Bug Fix: No beep when bypassing the greeting

We found that callers were not hearing the tone_stream if they pressed "#" to bypass the voicemail greeting. Inserting a very brief silence_stream seems to fix the issue.
This commit is contained in:
konradSC
2021-01-15 08:31:21 -05:00
committed by GitHub
parent 2157f69e51
commit 5efca5afa7
@@ -520,6 +520,7 @@
--play the beep
dtmf_digits = '';
session:execute("playback","silence_stream://200");
session:streamFile("tone_stream://L=1;%(1000, 0, 640)");
--start epoch