<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
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 <b>"switch_utils.c:761
Emailed file [/tmp/mail.13461330724a96] to [<a class="moz-txt-link-abbreviated" href="mailto:me@mydomain.com">me@mydomain.com</a>]" </b>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?<br>
<br>
<u><b>in switch.conf.xml I have:</b></u><br>
<tt> <param name="mailer-app" value="sendmail"/><br>
<param name="mailer-app-args" value="-t"/><br>
</tt><br>
<u><b>in voicemail.conf.xml I have:</b></u><br>
<tt> <email><br>
<param name="template-file" value="voicemail.tpl"/><br>
<param name="notify-template-file"
value="notify-voicemail.tpl"/><br>
<!-- this is the format voicemail_time will have --><br>
<param name="date-fmt" value="%A, %B %d %Y, %I %M
%p"/><br>
<!--<param name="email-from"
value="${voicemail_account}@${voicemail_domain}"/>--><br>
</email></tt><br>
<br>
<u><b>in the directory (xml_curl) I have:</b></u><br>
<tt><document type="freeswitch/xml"><br>
<section name="directory"><br>
<domain name="mydomain.com"><br>
<user id="200"><br>
<params><br>
<param name="password" value="cj987r5y95"/><br>
<param name="vm-password" value="1234"/><br>
<param name="vm-enabled" value="true"/><br>
<param name="vm-email-all-messages" value="true"/><br>
<param name="vm-mailto" value=<a class="moz-txt-link-rfc2396E" href="mailto:me@mydomain.com">"me@mydomain.com"</a>/><br>
<param name="vm-mailfrom" value="Voicemail Server
<a class="moz-txt-link-rfc2396E" href="mailto:voicemail@mydomain.com"><voicemail@mydomain.com></a>"/><br>
<param name="vm-attach-file" value="true" /><br>
<param name="dial-string"
value=<a class="moz-txt-link-rfc2396E" href="mailto:${sofia_contact(200@mydomain.com)}">"${sofia_contact(200@mydomain.com)}"</a>/><br>
</params><br>
<variables><br>
<variable name="toll_allow"
value="domestic,international,local"/><br>
<variable name="user_context" value="routing"/><br>
<variable name="effective_caller_id_name" value="test
user"/><br>
<variable name="effective_caller_id_number"
value="2125551212"/><br>
<variable name="outbound_caller_id_number"
value="2125551212"/><br>
</variables><br>
</user><br>
</domain><br>
</section><br>
</document></tt><br>
<br>
</body>
</html>