[Freeswitch-users] voicemail to email not working

Kim Culhan w8hdkim at gmail.com
Tue Aug 28 22:36:23 MSD 2012


According to the docs sSMTP is usually used to send all messages to a
single address specified in the ssmtp.conf file
unless you set it up so 'address rewriting is disabled.'

http://linux.die.net/man/5/ssmtp.conf

Seems you might want to follow Michael's advice and use Tony's script
or use the original sendmail instead.

-kim

On Tue, August 28, 2012 11:22 am, Abaci wrote:
> using sSMTP
> <http://wiki.freeswitch.org/wiki/Mod_voicemail#sSMTP_settings>which also
> replaces sendmail
>
> On 8/28/2012 10:55 AM, Michael Collins wrote:
>> What MTA are you using? I know that I've had much more success using
>> Tony's sendmail replacement script. (src/scripts/perl/sendmail).
>>
>> -MC
>>
>> On Mon, Aug 27, 2012 at 3:27 PM, Abaci <abaci64 at gmail.com
>> <mailto:abaci64 at gmail.com>> wrote:
>>
>>     I'm trying to get FreeSWITCH to send my voicemail to my email and
>>     can't it to work. I have sSMTP installed and working (tested using
>>     voicemail.tpl) I see in the FreeSWITCH logs *"switch_utils.c:761
>>     Emailed file [/tmp/mail.13461330724a96] to [me at mydomain.com
>>     <mailto:me at mydomain.com>]" *however in /var/log/maillog I see
>>     nothing and I don't get the email. does someone have a clue on
>>     what might be wrong here, or is there any debug I can enable for this?
>>
>>     _*in switch.conf.xml I have:*_
>>         <param name="mailer-app" value="sendmail"/>
>>         <param name="mailer-app-args" value="-t"/>
>>
>>     _*in voicemail.conf.xml I have:*_
>>         <email>
>>             <param name="template-file" value="voicemail.tpl"/>
>>             <param name="notify-template-file"
>>     value="notify-voicemail.tpl"/>
>>             <!-- this is the format voicemail_time will have -->
>>             <param name="date-fmt" value="%A, %B %d %Y, %I %M %p"/>
>>             <!--<param name="email-from"
>>     value="${voicemail_account}@${voicemail_domain}"/>-->
>>         </email>
>>
>>     _*in the directory (xml_curl) I have:*_
>>     <document type="freeswitch/xml">
>>       <section name="directory">
>>         <domain name="mydomain.com <http://mydomain.com>">
>>           <user id="200">
>>             <params>
>>               <param name="password" value="cj987r5y95"/>
>>               <param name="vm-password" value="1234"/>
>>               <param name="vm-enabled" value="true"/>
>>               <param name="vm-email-all-messages" value="true"/>
>>               <param name="vm-mailto" value="me at mydomain.com"
>>     <mailto:me at mydomain.com>/>
>>               <param name="vm-mailfrom" value="Voicemail Server
>>     <voicemail at mydomain.com> <mailto:voicemail at mydomain.com>"/>
>>               <param name="vm-attach-file" value="true" />
>>               <param name="dial-string"
>>     value="${sofia_contact(200 at mydomain.com)}"
>>     <mailto:$%7Bsofia_contact%28200 at mydomain.com%29%7D>/>
>>             </params>
>>             <variables>
>>               <variable name="toll_allow"
>>     value="domestic,international,local"/>
>>               <variable name="user_context" value="routing"/>
>>               <variable name="effective_caller_id_name" value="test
>>     user"/>
>>               <variable name="effective_caller_id_number"
>>     value="2125551212 <tel:2125551212>"/>
>>               <variable name="outbound_caller_id_number"
>>     value="2125551212 <tel:2125551212>"/>
>>             </variables>
>>           </user>
>>         </domain>
>>       </section>
>>     </document>



Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list