Re: [Flightgear-devel] 7 easy steps to get fgcom running

2007-11-22 Thread Jon Stockill
Holger Wirtz wrote: The PTT emulation is currently only a mic mute - very bad hack. I will try to fix this inside iaxclient (so that the audio stream is blocked inside the VoIP client) but I have to discuss this on the iaxclient-dev list. I think you'll run into problems if you do this -

Re: [Flightgear-devel] 7 easy steps to get fgcom running

2007-11-22 Thread Holger Wirtz
Hi Csaba, On Thu, Nov 22, 2007 at 04:50:57AM +0100, Csaba Halász wrote: Requirements: alsa headers plus standard development tools (gcc, make, etc) Nothing fancy :) 1.) fetch a known good revision of iaxclient: svn co https://iaxclient.svn.sourceforge.net/svnroot/iaxclient/branches/1.0 -r

Re: [Flightgear-devel] 7 easy steps to get fgcom running

2007-11-22 Thread Holger Wirtz
[...] Please review and apply. [...] Ok, patches are added. Thanks again! My own version runs fine with my dynamic iaxclient-2.x library... I have to check why I get errors with static linking against the SVN checkout of the iaxclient. Regards, Holger -- # ## ## Holger Wirtz

Re: [Flightgear-devel] 7 easy steps to get fgcom running

2007-11-22 Thread Holger Wirtz
Jon, On Thu, Nov 22, 2007 at 11:49:59AM +, Jon Stockill wrote: Holger Wirtz wrote: The PTT emulation is currently only a mic mute - very bad hack. I will try to fix this inside iaxclient (so that the audio stream is blocked inside the VoIP client) but I have to discuss this on the

Re: [Flightgear-devel] 7 easy steps to get fgcom running

2007-11-22 Thread Holger Wirtz
[...] But: --- cut here --- $ ./fgcom -f910.000 ./fgcom - a communication radio based on VoIP with IAX/Asterisk (c)2007 by H. Wirtz [EMAIL PROTECTED] Version 1.0.1 build 36:37M Using iaxclient library Version SVN 1075M IAXCLIENT: Fatal error: can't allocate memory Segmentation fault

Re: [Flightgear-devel] 7 easy steps to get fgcom running

2007-11-22 Thread Jon Stockill
Holger Wirtz wrote: Ok, I see the problem. And if the mic input is not used as a signal source but a silent stream? That may simulate a PTT function without hardware muting the mic. Yes, that would maintain the outbound stream for use as a clock source. If I want to place two calls - one

[Flightgear-devel] 7 easy steps to get fgcom running

2007-11-21 Thread Csaba Halász
Requirements: alsa headers plus standard development tools (gcc, make, etc) Nothing fancy :) 1.) fetch a known good revision of iaxclient: svn co https://iaxclient.svn.sourceforge.net/svnroot/iaxclient/branches/1.0 -r '{2007-07-21}' iaxclient 2.) fetch fgcom into the same directory svn checkout

Re: [Flightgear-devel] 7 easy steps to get fgcom running

2007-11-21 Thread Holger Wirtz
Csaba, thanks for heavy debugging! On Thu, Nov 22, 2007 at 04:50:57AM +0100, Csaba Halász wrote: Requirements: alsa headers plus standard development tools (gcc, make, etc) Nothing fancy :) 1.) fetch a known good revision of iaxclient: svn co