Voicemail: Fix confirmed and applied as suggested in Issue 905. Thanks.
This commit is contained in:
parent
7dcac4655c
commit
42769cb631
|
|
@ -131,6 +131,6 @@
|
|||
copy(voicemail_dir.."/"..voicemail_id.."/msg_"..uuid.."."..vm_message_ext, voicemail_dir.."/"..forward_voicemail_id.."/msg_"..voicemail_message_uuid.."."..vm_message_ext);
|
||||
|
||||
--send the email with the voicemail recording attached
|
||||
send_email(forward_voicemail_id, uuid);
|
||||
send_email(forward_voicemail_id, voicemail_message_uuid);
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue