1.0.1 Now the shipped binary is static linked against libgsm, libiaxclient and libspeex. The rest (especially the audio libraries and the libxml package) is shared linked. Perhaps some problems while compiling ang getting the sources eleminated now. Now the libiaxclient-2.1 is used. ----------------------------------------------------------------------------- 1.0 Ok, now the code is rewritteen in C and the registration server speaks XML-RPC (which is not as complex as SOAP). Also the program is renamed to fgcom. It can run in two modes: FlightGear and standalone. Try it and look at the usage (option -h or --help) for features. ----------------------------------------------------------------------------- 0.9 After testing fg_sqawk.pl at LinuxTAG2007 I just recognized that perlcode in combination with a binary works not as fine as I thaught (in fact it doesn't work). There were some problems (not only by fg_sqawk) but I just noticed that a small binary would be the better way. So I coded fg_sqawk in C. Perhaps there might be a seperate static client shiped with the next build so there will be no external dependencies. Strating with the rewrite I change the name of the program from fg_sqawk to fgcom which is more self-explanatory. Also the SVN repository will change. * Name change from fg_sqawk to fgcom * Currently the SOAP-code is not implemented * one prog for FG and the ATC (the mode is switched by options) * hey - and the special price: ugly code ;-) ----------------------------------------------------------------------------- 0.5.1beta * Uhhhh, there was a really bad bug which is fixed now! ----------------------------------------------------------------------------- 0.5beta * Now sendig position information for radar * simple ATC client (fg_atc.pl) * Some bug fixes ----------------------------------------------------------------------------- 0.4beta * The VoIP-Server has beed changed! Please take a look at your configuration! * Mainly bug fixes. I wrote some debug-code and reorganized the main loop. Also the logout code revised (mainly in the fg_register-server). ----------------------------------------------------------------------------- 0.3beta * fg_sqawk now speaks soap to the server. Now the client has to authenticate against the server and the server creates a session, a voip acount and the desired conference room dynamicly * The options "--disable-atis" and "--disable-atc" inside the wrapper code won't work so they are taken away from fg_sqawk/bin/fgfs ----------------------------------------------------------------------------- 0.2.1beta * iaxcli static linked (for those who don't want to build it dynamicly) * Configuration seperated from the rest of the code. An example is found at fg_sqawl/fg_sqawk.conf and can be edited and put in ~/.fg_sqawk.conf. The search path for the configurations is ~:/usr/local/fg_sqawk/:. * Generated alias numbers for dialing with real VoIP phones. See fg_sqawk/phonebook.txt. * Added "--disable-atis" and "--disable-atc" to the fg_sqawk/bin/fgfs wrapper-code ----------------------------------------------------------------------------- 0.2beta * Complete rewrite due to usage of iaxcli as VoIP client in the background