mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 02:46:30 +00:00
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:
@@ -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=#");
|
||||
|
||||
Reference in New Issue
Block a user