Update forward_to_extension.lua

This commit is contained in:
FusionPBX 2017-02-19 04:14:18 -07:00 committed by GitHub
parent 28e441a7ca
commit a8764b964f
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@
end);
--get a new uuid
voicemail_message_uuid = session:get_uuid();
api = freeswitch.API();
voicemail_message_uuid = trim(api:execute("create_uuid", ""));
--save the message to the voicemail messages
local sql = {}