Hi All,<div><br></div><div>I am running FreeSWITCH on CentOS5.4 . Sendmail already installed in the system and running . I can send email the following way</div><div><br></div><div><div>echo "test" | mail -s testsubject <a href="mailto:lloyd.aloysius@gmail.com">lloyd.aloysius@gmail.com</a></div>
<div><br></div><div>Here is the FreeSWITCH configuration</div><div><br></div></div><div><b>1. Extension setup</b></div><div><br></div><div><div><include></div><div> <user id="201"></div><div> <params></div>
<div> <param name="password" value="201"/></div><div> <param name="vm-password" value="201"/></div><div> <param name="vm-email-all-messages" value="true"/></div>
<div> <param name="vm-attach-file" value="true" /></div><div> <param name="vm-mailto" value="<a href="mailto:lloyd.aloysius@gmail.com">lloyd.aloysius@gmail.com</a>"/></div>
<div><br></div><div> </params></div><div> <variables></div><div> <variable name="toll_allow" value="domestic,international,local"/></div><div> <variable name="accountcode" value="201"/></div>
<div> <variable name="user_context" value="default"/></div><div> <variable name="effective_caller_id_name" value="Extension 201"/></div><div> <variable name="effective_caller_id_number" value="201"/></div>
<div> <variable name="outbound_caller_id_name" value="$${outbound_caller_name}"/></div><div> <variable name="outbound_caller_id_number" value="$${outbound_caller_id}"/></div>
<div> <variable name="callgroup" value="techsupport"/></div><div> </variables></div><div> </user></div><div></include></div><div><br></div><div><br></div></div><div><b>2. /usr/local/freeswitch/conf/autoload_configs/switch.conf.xml</b></div>
<div><br></div><div><br></div><div><div> <param name="mailer-app" value="sendmail"/></div><div> <param name="mailer-app-args" value="-t"/></div><div> <param name="dump-cores" value="yes"/></div>
<div><br></div><div>But not a single voicemail deliver to email. How to troubleshoot this problem. Am I missing any configuration?</div><div><br></div><div><br></div>Thanks,<br>Lloyd
</div>