[Freeswitch-users] voicemail from domain
Sean Devoy
sdevoy at bizfocused.com
Mon Feb 21 03:28:04 UTC 2022
Hi,
I finally found that setting these values in the directory file, specifically the voicemail directory for the user works.
Here is an example:
<param name="vm-password" value="1234"/>
<param name="vm-message-ext" value="wav"/>
<param name="vm-delete-file" value="false"/>
<param name="vm-attach-file" value="true"/>
<param name="vm-mailto" value=beth at somedomain.com<mailto:beth at somedomain.com>/>
<param name="vm-mailfrom" value=voicemail at somedomain.com<mailto:voicemail at somedomain.com>/>
<param name="vm-email-all-messages" value="true"/>
I first made the mistake of adding these to the user’s extension, but it must be that user’s voicemail extension.
HTH,
Sean
From: FreeSWITCH-users <freeswitch-users-bounces at lists.freeswitch.org> On Behalf Of Kim Culhan
Sent: Saturday, February 19, 2022 10:41 AM
To: freeswitch-users at lists.freeswitch.org
Subject: [Freeswitch-users] voicemail from domain
Running FreeSWITCH Version 1.10.3-release~64bit (-release 64bit)
Emails sent with voicemail messages have a from line: extension at ip_address_of_external interface.
In voicemail.conf.xml have:
<param name="email-from" value="${voicemail_account}@mydomain.com<mailto:voicemail_account%7D at mydomain.com>"/>
This did not change it, still has @external_ip_address
Any help is greatly appreciated.
thanks
-kim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20220221/ead00eb9/attachment-0001.html>
More information about the FreeSWITCH-users
mailing list