SYSTEM VERSION:V4.4.3 Debian 9.9
This is a beginner's question. We have currently configured Voicemail and are receiving the voicemails as an email attachment. Is there a way to also publicly access the voicemail audio files ? i.e. would we need to reconfigure nginx to publicly access/download the files located at /var/lib/freeswitch/storage/voicemail/default/<domain>/<extension>/msg_xxxx.wav
The reason for doing this is so we can paste these links on the contact record in our CRM.
I understand that we could very well change the voicemail_id setting in the app
/app/voicemails/voicemail_edit.php?id=xxxx to send the link via email (in lieu of the attachment) but is there a way to do both (i.e. get the attachment and still access the file via a public link?)
In summary I'm wondering if it possible to get a public link to the file such as:
/app/voicemails/voicemail_messages.php?action=download&voicemail_uuid=xxxx&uuid=xxxxx
This is a beginner's question. We have currently configured Voicemail and are receiving the voicemails as an email attachment. Is there a way to also publicly access the voicemail audio files ? i.e. would we need to reconfigure nginx to publicly access/download the files located at /var/lib/freeswitch/storage/voicemail/default/<domain>/<extension>/msg_xxxx.wav
The reason for doing this is so we can paste these links on the contact record in our CRM.
I understand that we could very well change the voicemail_id setting in the app
/app/voicemails/voicemail_edit.php?id=xxxx to send the link via email (in lieu of the attachment) but is there a way to do both (i.e. get the attachment and still access the file via a public link?)
In summary I'm wondering if it possible to get a public link to the file such as:
/app/voicemails/voicemail_messages.php?action=download&voicemail_uuid=xxxx&uuid=xxxxx