mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 19:06:37 +00:00
Update forward_to_extension.lua
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user