Re: [Freeswitch-users] Error sending mail

2009-05-30 Thread Jason White
Luis M. Zuccolo wrote: > I've upgrade to 13523 and I get the same result. My only suggestion at this point is to debug it with gdb to find out why a null argument is being passed to the function. There must be something in your configuration or environment that differs from mine, and which is res

Re: [Freeswitch-users] Error sending mail

2009-05-30 Thread Peter P GMX
JIRA opened: *FSCORE-375 * Brian West schrieb: > Please Open a JIRA ASAP. We are working to get 1.0.4 out and these > are the types of issues that should have been reported weeks ago if > they were happening. > > /b > > On May 30, 2009, at 6:27 AM, Pe

Re: [Freeswitch-users] Error sending mail

2009-05-30 Thread Luis M. Zuccolo
I've upgrade to 13523 and I get the same result. sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `/bin/cat /tmp/mail.1243708954adb2 | sendmail -t (null)' Thanks in advance. Luis Zuccolo On Sat, 2009-05-30 at 17:49 +1000, Jason White wrote: > Luis M. Zuccolo wrote: > > 1.0

Re: [Freeswitch-users] Error sending mail

2009-05-30 Thread Brian West
Please Open a JIRA ASAP. We are working to get 1.0.4 out and these are the types of issues that should have been reported weeks ago if they were happening. /b On May 30, 2009, at 6:27 AM, Peter P GMX wrote: I have a problem where FS gives a core file when an voicemail email shall be sent

Re: [Freeswitch-users] Error sending mail

2009-05-30 Thread Peter P GMX
I have a problem where FS gives a core file when an voicemail email shall be sent via exim. I am on 13438. No entry in debug log in FS. No entry in exim log. Best regards Peter Jason White schrieb: > Luis M. Zuccolo wrote: > >> 1.0.4pre8 >> > > It works for me with revision 13501. Mine i

Re: [Freeswitch-users] Error sending mail

2009-05-30 Thread Jason White
Luis M. Zuccolo wrote: > 1.0.4pre8 It works for me with revision 13501. Mine is later than yours. Try upgrading. ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSU

Re: [Freeswitch-users] Error sending mail

2009-05-30 Thread Luis M. Zuccolo
1.0.4pre8 On Sat, 2009-05-30 at 16:44 +1000, Jason White wrote: > Luis M. Zuccolo wrote: > > > The problem is the "null" section > > Yes, switch_simple_email is probably being called with a null first argument. > This shouldn't happen. > > Which svn revision are you on? Does it still happen

Re: [Freeswitch-users] Error sending mail

2009-05-29 Thread Jason White
Luis M. Zuccolo wrote: > The problem is the "null" section Yes, switch_simple_email is probably being called with a null first argument. This shouldn't happen. Which svn revision are you on? Does it still happen with the latest svn revision? ___ Fr

Re: [Freeswitch-users] Error sending mail

2009-05-29 Thread Luis M. Zuccolo
Yes, in console works well (without null). This variables are sets in switch.conf.xml: Previously I've omitted the error: sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `/bin/cat /tmp/mail.124363022502bd | sendmail -t (null)' The problem is the "null" section

Re: [Freeswitch-users] Error sending mail

2009-05-29 Thread Jason White
Jason White wrote: > See the mailer-ap and mailer-app-args variables in > autoload_configs/switch.conf.xml and be sure they are set correctly for your > installation. Try running the Postfix sendmail program manually to be sure > that it is working correctly. sendmail -t is the default, thus I

Re: [Freeswitch-users] Error sending mail

2009-05-29 Thread Jason White
Luis M. Zuccolo wrote: > I'm using postfix, that has a compatiblilty interface to sendmail. I've used this with Sendmail successfully; it should work with Postfix too. See the mailer-ap and mailer-app-args variables in autoload_configs/switch.conf.xml and be sure they are set correctly for your

Re: [Freeswitch-users] Error sending mail

2009-05-29 Thread Luis M. Zuccolo
I'm using postfix, that has a compatiblilty interface to sendmail. On Fri, 2009-05-29 at 21:36 -0500, Brian West wrote: > Are you really using sendmail or are you using something like exim? > > > /b > > On May 29, 2009, at 8:58 PM, Luis M. Zuccolo wrote: > > > Why the vm_mailto variable isnt't

Re: [Freeswitch-users] Error sending mail

2009-05-29 Thread Brian West
Are you really using sendmail or are you using something like exim? /b On May 29, 2009, at 8:58 PM, Luis M. Zuccolo wrote: Why the vm_mailto variable isnt't passed to the script? What's wrong? Someone can assist me? Thanks in advance Luis Zuccolo Brian West br...@freeswitch.org -- Meet us

[Freeswitch-users] Error sending mail

2009-05-29 Thread Luis M. Zuccolo
Hi: I get this error when voicemail try to send an email: '/bin/cat /tmp/mail.12436473394319 | sendmail -t (null)' This is the called extension: Why the vm_mailto variable