[Freeswitch-users] vm to email
John
freeswitch at earthspike.net
Fri Feb 17 00:57:37 MSK 2012
Aakash,
Your config in switch.conf.xml duplicates the mailer parameters:
<param name="mailer-app"
value="/usr/local/freeswitch/scripts/sendemail.py"/>
<param name="mailer-app-args" value="-i -d -f freeswitch at mydomain.com -t"/>
<param name="mailer-app" value="/usr/sbin/sendmail"/>
<param name="mailer-app-args" value="-t"/>
The last value (as far as I know) will be chosen and, as you are
choosing sendemail.py, it's the wrong one. Delete lines 3 and 4.
If that doesn't work, then check that you can send an email on the
command line using the method shown on the wiki.
John
On 16/02/12 20:44, Aakash wrote:
> Hi All,
>
> I am trying to send voicemail to email by following
> http://wiki.freeswitch.org/wiki/Mod_voicemail#Using_Outside_Programs_to_Send_Voicemail_to_Email
> . But I am not able to receive the mail. I have also attached my
> configuration below through pastebin.
>
> • In /usr/local/freeswitch/scripts – ( I have uploaded the coding)
> http://pastebin.freeswitch.org/18414
> • In /usr/local/freeswitch/conf/directory/default --
> http://pastebin.freeswitch.org/18415
> • In switch.conf.xml -- http://pastebin.freeswitch.org/18417
> • After leaving voicemail – Logs shows http://pastebin.freeswitch.org/18418
>
> Please advice where I am wrong
>
>
> -----
> Regards,
> Aakash
> --
> View this message in context: http://freeswitch-users.2379917.n2.nabble.com/vm-to-email-tp7292324p7292324.html
> Sent from the freeswitch-users mailing list archive at Nabble.com.
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
>
>
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list