mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Add voicemail with multi-lingual voicemail to email templates. Voicemail.lua has been broken down to individual files and a few additional directories to make it easier to manage in the long run.
This commit is contained in:
5
includes/install/scripts/resources/functions/trim.lua
Normal file
5
includes/install/scripts/resources/functions/trim.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
--add the trim function
|
||||
function trim(s)
|
||||
return s:gsub("^%s+", ""):gsub("%s+$", "")
|
||||
end
|
||||
Reference in New Issue
Block a user