<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=DE link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal>Hello,<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal><span lang=EN-US>we are running freeswitch 1.0.trunk and are
currently trying to get the mod_voicemail to send the received messages to the
user by using exim4 on a debian machine.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>So far we followed &nbsp;the instructions
in the wiki article ( <a href="http://wiki.freeswitch.org/wiki/Mod_voicemail">http://wiki.freeswitch.org/wiki/Mod_voicemail</a>
).<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>I added some lines to the bash script to
enable some kind of logging:<br>
#! /bin/bash<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>typeset LOG=&quot;/tmp/${0##*/}.out&quot;<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>mv $LOG ${LOG}.old &gt;/dev/null
2&gt;&amp;1<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>[[ -t 1 ]] &amp;&amp; echo &quot;Writing to
logfile '$LOG'.&quot;<o:p></o:p></span></p>

<p class=MsoNormal>exec &gt; $LOG 2&gt;&amp;1<o:p></o:p></p>

<p class=MsoNormal>exim4 -t -v &gt;&gt; $LOG<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal><span lang=EN-US>If I run the script from the command line
everything is working as expected. If the script gets called by freeswitch I
get the following result in my logfile:<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>/usr/local/freeswitch/scripts/exec_exim.sh:
line 6:&nbsp; 4920 Segmentation fault&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;(core
dumped) exim4 -t -v &gt;&gt; $LOG<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Has anybody seen similar effects before?<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Any advice whats going wrong is heavily
appreciated.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Thanks<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>&nbsp;&nbsp; Oliver<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

</body>

</html>