[Freeswitch-users] freeswitch never seems to call sendmail when trying to email voicemails
Jason Lewis
jason at dickson.st
Fri Feb 20 07:35:45 MSK 2015
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: OpenPGP digital signature
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/b07a1ada/attachment.bin
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list