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

Jason Lewis jason at dickson.st
Sun Feb 22 03:24:18 MSK 2015


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"/>
      <param name="vm-mailfrom" value="vmfreeswitch at xyz.com"/>
      <param name="email-from" value="vmfreeswitch at xyz.com"/>


but in the logs I see this:

Net::SMTP=GLOB(0x23f7748)>>> MAIL FROM:<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
> <mailto: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
>     <mailto:jason at xyz.com.au>"/>
>           <param name="vm-mailfrom" value="vm at freeswitch.xyz.com.au
>     <mailto: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 <mailto: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
>     <mailto: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.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


-- 
Jason Lewis
http://emacstragic.net

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150222/f58f2ae1/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150222/f58f2ae1/attachment-0001.bin 


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