Make pin_number.lua use phrases. White space cleanup on recordings.lua and wakeup.lua. Dial string add ability to change the dial string for a specific extension and add a pin number as an option.

This commit is contained in:
Mark Crane
2012-07-10 16:23:08 +00:00
parent 1bcfb8e938
commit 613c7ae678
4 changed files with 72 additions and 30 deletions

View File

@@ -68,7 +68,7 @@ recording_prefix = "";
--set a default recording_name
recording_name = "temp_"..session:get_uuid()..".wav";
end
--prompt for the recording
session:streamFile(sounds_dir.."/"..default_language.."/"..default_dialect.."/"..default_voice.."/custom/begin_recording.wav");
session:execute("set", "playback_terminators=#");