mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Merge pull request #5924 from greenbea/patch-34
[voicemail] allow setting greeting_number_id to default
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
--play the greeting
|
||||
dtmf_digits = '';
|
||||
if (string.len(greeting_id) > 0) then
|
||||
if (string.len(greeting_id) > 0 and greeting_id ~= "default") then
|
||||
|
||||
--sleep
|
||||
session:execute("playback","silence_stream://200");
|
||||
|
||||
Reference in New Issue
Block a user