<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18876">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Ok I undertand.</FONT></DIV>
<DIV><FONT size=2>buy Why to continue to use pipe and STDIN since to use
"filename" path works ?</FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B>
<A title=anthony.minessale@gmail.com
href="mailto:anthony.minessale@gmail.com">Anthony Minessale</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=freeswitch-users@lists.freeswitch.org
href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, March 20, 2010 12:12
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Freeswitch-users] voicemail
options [temporarly solved]</DIV>
<DIV><BR></DIV>
<P>I think the problem is that fs sets the stack size for the core and new
threads to 240k so when the child is born from system() the new process
inherits the small stack size and sendmail needs more than 240k</P>
<P>If you are root, it has the priveledge to raise the stack size to the
default size of 8m and sets it back down when the command completes.</P>
<P>If you are not root you lack these privs and the stack size remains
small.</P>
<P>This has been a long time problem how to make a solution that is cross
platform and will not break working configurations. </P>
<P></P>
<BLOCKQUOTE type="cite">On Mar 19, 2010 6:47 AM, "Madovsky" <<A
href="mailto:infos@madovsky.org" target=_blank>infos@madovsky.org</A>>
wrote:<BR><BR>
<DIV bgcolor="#ffffff">
<DIV><FONT size=2>I tried also with sudo and freeswitch user in sudoers with
the same result, segmentation fault.</FONT></DIV>
<DIV><FONT size=2>Anyway my patch works perfectly now, even with sendmail
(the only difference without patch is the "From" is taken from the
voicemail.tpl and not the user variable)</FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: rgb(0,0,0) 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<P><FONT color=#500050><BR>><BR>> ----- Original Message
-----<BR>> From: François Legal<BR>> To: <A
href="mailto:freeswitch-users@lists.freeswitch.org"
target=_blank>freeswitch-users@lists.freeswitch.org</A></FONT></P>
<P><FONT color=#500050><BR>> Sent: Friday, March 19, 2010 6:51
AM<BR>> Subject: Re: [Freeswitch-users] voicemail options
[tempora...</FONT></P></BLOCKQUOTE></DIV><BR>_______________________________________________<BR>FreeSWITCH-users
mailing list<BR><A href="mailto:FreeSWITCH-users@lists.freeswitch.org"
target=_blank>FreeSWITCH-users@lists.freeswitch.org</A><BR><A
href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>UNSUBSCRIBE:<A
href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><A
href="http://www.freeswitch.org"
target=_blank>http://www.freeswitch.org</A><BR><BR>...</BLOCKQUOTE>
<P></P>
<P>
<HR>
<P></P>_______________________________________________<BR>FreeSWITCH-users
mailing
list<BR>FreeSWITCH-users@lists.freeswitch.org<BR>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>http://www.freeswitch.org<BR></BLOCKQUOTE></BODY></HTML>