[Freeswitch-users] freeswitch never seems to call sendmail when trying to email voicemails

Sergey Safarov s.safarov at gmail.com
Mon Feb 23 09:52:08 MSK 2015


Required debugging of source code to find reason of ignoring params
vm-mailfrom and email-from

On Sun, Feb 22, 2015 at 3:24 AM, Jason Lewis <jason at dickson.st> wrote:

>  Hi Sergey, thanks for the tip.
>
> I dug around more and managed to get some actual output from the sendmail
> program (which in this case is a perl wrapper around postfix)
>
> it seems the from email address is invalid, but I'm not sure why. I have
> set it in the directory for this extension....
>
>       <param name="vm-mailto" value="jason at xyz.com" <jason at xyz.com>/>
>       <param name="vm-mailfrom" value="vmfreeswitch at xyz.com"
> <vmfreeswitch at xyz.com>/>
>       <param name="email-from" value="vmfreeswitch at xyz.com"
> <vmfreeswitch at xyz.com>/>
>
>
> but in the logs I see this:
>
> Net::SMTP=GLOB(0x23f7748)>>> MAIL FROM:<1002 at 192.168.1.3>
> <1002 at 192.168.1.3>
> Net::SMTP=GLOB(0x23f7748)<<< 501 5.1.7 Bad sender address syntax
>
>
> Thanks,
>
> Jason
>
>
> On 20/02/2015 7:10 pm, Sergey Safarov wrote:
>
>  You mailer is not understand "mailer-app-args" has been configured in
> "switch.conf.xml"
>
> Remove extra arg or add required
>
> пт, 20 февр. 2015, 7:49, Jason Lewis <jason at dickson.st>:
>
>> Hi,
>>
>> I've been trying to make freeswitch email voicemails but as far as I can
>> tell, it never even calls sendmail.
>>
>> I have setting mailer-app to "sendmail" and "/usr/sbin/sendmail" to no
>> avail. I can successfully send an email from the commandline using
>> sendmail. (sendmail in this case is provided by postfix)
>>
>> I see no emails in the postfix mail logs when I leave a voicemail message.
>>
>> I also tried creating a shell just to see if it even gets called from
>> fs, but it does not get called when a voicemail is deposited:
>> #!/bin/bash
>> echo $(date --rfc-3339=ns): $* >> /tmp/freeswitchsendmail.log
>>
>> After every change, I have run reloadxml and reload mod_voicemail. I
>> have also tried restarting freeswitch.
>>
>> I am running the debian packages of FreeSWITCH Version 1.4.15-1~64bit
>> (-1 64bit)
>>
>> my configuration is based on the vanilla configuration with only very
>> minor changes.
>>
>> I'm at a loss as to how to debug further, but I'm pretty sure the
>> mailer-app is never called. Is there some setting I'm missing or
>> something obvious I'm not doing?
>>
>>
>> My config:
>> 1001.xml:
>> <include>
>>   <user id="1001">
>>     <params>
>>       <param name="password" value="$${default_password}"/>
>>       <param name="vm-password" value="1001"/>
>>       <param name="vm-mailto" value="jason at xyz.com.au"/>
>>       <param name="vm-mailfrom" value="vm at freeswitch.xyz.com.au"/>
>>       <!-- <param name="vm-message-ext" value="wav"/> -->
>>     </params>
>>     <variables>
>>       <variable name="toll_allow" value="domestic,international,local"/>
>>       <variable name="accountcode" value="1001"/>
>>       <variable name="user_context" value="default"/>
>>       <variable name="effective_caller_id_name" value="Extension 1001"/>
>>       <variable name="effective_caller_id_number" value="1001"/>
>>       <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>
>>
>> and in switch.conf.xml I have the following set:
>>
>>     <param name="mailer-app" value="/usr/sbin/sendmail"/>
>>     <param name="mailer-app-args" value="-t"/>
>>
>>
>> I made a log at level 7 and put it on the pastebin:
>>
>> https://pastebin.freeswitch.org/23921
>>
>>
>> Jason Lewis
>> http://emacstragic.net
>>
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.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
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com
>
> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com
>
> FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org
>
>
>
> --
> Jason Lewishttp://emacstragic.net
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150223/deff581b/attachment.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list