[Freeswitch-users] Voice Mail 2 Email Configuration

Aloysius Lloyd lloyd.aloysius at gmail.com
Sun Mar 7 12:36:07 PST 2010


Hi All,

I am answering my question. I fixed the problem it is a sendemail problem.

Thanks
Lloyd


On Sun, Mar 7, 2010 at 3:03 PM, Aloysius Lloyd <lloyd.aloysius at gmail.com>wrote:

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


More information about the FreeSWITCH-users mailing list