[voicemail] allow setting greeting_number_id to defualt
This commit is contained in:
parent
138e3baa31
commit
09e5280f3e
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue