Re: [Freeswitch-users] FS Crashes After Second Call To Python Application

2009-09-10 Thread Rob Forman
Hi Nikolai, Thanks for the response. Unfortunately I am already running without - hp. Just plain ol' ./bin/freeswitch. Also, I didn't mention it but I'm current and running off the build (14805). Rob On Sep 10, 2009, at 11:58 AM, Nikolai Geordzhev wrote: FYI, I got the same/similar iss

Re: [Freeswitch-users] FS Crashes After Second Call To Python Application

2009-09-10 Thread Diego Viola
Well, that shouldn't happen, get a trace and open a jira or contact the developers to resolve the issue. Best regards, Diego On Thu, Sep 10, 2009 at 4:58 PM, Nikolai Geordzhev wrote: > FYI, I got the same/similar issue with a 10-line perl script, starting FS > without -hp option worked for me.

Re: [Freeswitch-users] FS Crashes After Second Call To Python Application

2009-09-10 Thread Nikolai Geordzhev
FYI, I got the same/similar issue with a 10-line perl script, starting FS without -hp option worked for me. On Thu, Sep 10, 2009 at 7:28 PM, Rob Forman wrote: > Hi all, > > I wrote a small 10-line python script wrapping "txfax" ( > http://pastebin.freeswitch.org/10274 > ). Basically it originat

[Freeswitch-users] FS Crashes After Second Call To Python Application

2009-09-10 Thread Rob Forman
Hi all, I wrote a small 10-line python script wrapping "txfax" (http://pastebin.freeswitch.org/10274 ). Basically it originates a call with Session(), calls mod_fax txfax application, then hangs up. The weird thing is that this works fine the first I run it from fs_cli. When I run a secon