[Freeswitch-users] voicemail options [temporarly solved]

Madovsky infos at madovsky.org
Sat Mar 20 09:47:37 PDT 2010


Ok I undertand.
buy Why to continue to use pipe and STDIN since to use "filename" path works ?
  ----- Original Message ----- 
  From: Anthony Minessale 
  To: freeswitch-users at lists.freeswitch.org 
  Sent: Saturday, March 20, 2010 12:12 PM
  Subject: Re: [Freeswitch-users] voicemail options [temporarly solved]


  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

  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.

  If you are not root you lack these privs and the stack size remains small.

  This has been a long time problem how to make a solution that is cross platform and will not break working configurations. 


    On Mar 19, 2010 6:47 AM, "Madovsky" <infos at madovsky.org> wrote:


    I tried also with sudo and freeswitch user in sudoers with the same result, segmentation fault.
    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)

      >
      > ----- Original Message -----
      > From: François Legal
      > To: freeswitch-users at lists.freeswitch.org


      > Sent: Friday, March 19, 2010 6:51 AM
      > Subject: Re: [Freeswitch-users] voicemail options [tempora...


    _______________________________________________
    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

    ...



------------------------------------------------------------------------------


  _______________________________________________
  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/20100320/63118ee6/attachment-0002.html 


More information about the FreeSWITCH-users mailing list