diff --git a/app/scripts/resources/scripts/app/voicemail/resources/functions/play_greeting.lua b/app/scripts/resources/scripts/app/voicemail/resources/functions/play_greeting.lua index 43480ee639..a161d7b84e 100644 --- a/app/scripts/resources/scripts/app/voicemail/resources/functions/play_greeting.lua +++ b/app/scripts/resources/scripts/app/voicemail/resources/functions/play_greeting.lua @@ -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");