After call forward has been set with feature code *72 or *74 play back the number that call forward is set to.

This commit is contained in:
markjcrane 2015-07-20 12:59:45 -06:00
parent 4fc2bbaa9f
commit 6f9eb6ab29
1 changed files with 2 additions and 0 deletions

View File

@ -209,6 +209,8 @@
if (session:ready() and enabled == "true") then
--set forward_all_enabled
forward_all_enabled = "true";
--say the destination number
session:say(forward_all_destination, default_language, "number", "iterated");
--notify the caller
session:streamFile(sounds_dir.."/"..default_language.."/"..default_dialect.."/"..default_voice.."/ivr/ivr-call_forwarding_has_been_set.wav");
end