[voicemail] remove not existing phrase (#6075)
This commit is contained in:
parent
113ade4fc5
commit
cab67fbb9e
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
--request whether to add the intro
|
||||
--To add an introduction to this message press 1
|
||||
add_intro_id = session:playAndGetDigits(1, 1, 3, 5000, "#*", "phrase:voicemail_forward_prepend:1:2", "phrase:invalid_entry", "\\d+");
|
||||
add_intro_id = session:playAndGetDigits(1, 1, 3, 5000, "#*", "phrase:voicemail_forward_prepend:1:2", "", "\\d+");
|
||||
freeswitch.consoleLog("notice", "[voicemail][forward add intro] "..add_intro_id.."\n");
|
||||
if (add_intro_id == '1') then
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue