-
Kiax 2.1 Beta 1 Released
Happy New Year!
It is time for a new Kiax release. This time we'll release two betas before the actual release, because there are some significant changes in the call routite and we'd like to have it tested before calling it stable. A new feature is the .tel support for contacts and direct calls. For those who are interested in branding and business use Kiax has now a richer HTTP API and an alternative layout, which can be selected in compile time.
Changes for 2.1 Beta 1 since 2.0
* fixed incoming calls bugs
* fixed crash on exit
* added basic .tel support
* stay on top feature for call windows
* added alternative layout (compile time)
* added call http api (disabled in Kiax binary)
2009-01-02 13:15:34 UTC by emosto
-
Binary support libraries available
Hi everyone,
Some kiax users and developers were asking to publish pre-compiled binaries for windows and linux, which would help in compiling the whole Kiax package. From today they are available on sourceforge. Please, follow the link below:
https://sourceforge.net/project/showfiles.php?group_id=131960&package_id=296056
Cheers,
Emil
2008-10-21 12:53:20 UTC by emosto
-
Kiax ver 2.0 Released
Happy Greetings!
Finally, Kiax ver. 2.0 has been released. We hope this release will be useful for most of you for everyday usage. We haven't yet reached the complete feature set of the old 0.8.x series but we think it is more important to ship what we have stable and continue development by adding the missing functionality (i18n, multiple accounts, call transfer and finer settings). During the beta period we had cleaned up some annoying bugs for which we'd like to thank everybody who participated.
We have built Kiax for the three most popular platforms and ready-to-use packages can be downloaded from the links below. Linux packages are built with static linking which means we have now only one binary ready to be deployed in the directory of your choice. Dynamically linked binaries will be available as distro packages in a later stage. Mac OS X binaries are available in two options: 1 - A stand-alone binary which has Qt 4.4 built in (10MB compressed image file), 2 - a binary which expects Qt 4.4 to be present as installed framework (only 1.3 MB of download).
Here are the links:
Linux Download:
http://downloads.sourceforge.net/kiax/kiax-2.0-static.tar.gz?use_mirror=osdn
Windows Download:
http://downloads.sourceforge.net/kiax/Kiax-2.0-win32-install.exe?use_mirror=osdn
Mac OS X (x86) Downloads:
http://downloads.sourceforge.net/kiax/Kiax-2.0-Mac-x86-full.dmg.zip?use_mirror=osdn
http://downloads.sourceforge.net/kiax/Kiax-2.0-Mac-x86-NoQt.dmg.zip?use_mirror=osdn
Have fun! And remember, feedback is always welcome!
Kiax Development Team
2008-09-24 12:03:03 UTC by emosto
-
Kiax2-Beta2 available on Mac x86
A Mac x86 version of Kiax2-beta2 is available for download. It has been developed on Leopard and currently only tested with 10.5.3 x86. Once we have some feedback most possibly a universal binary will be available as well. Please test on older releases of Mac OS. Any comments/suggestions are happily accepted ;)
Greetings,
Emil
2008-06-26 11:24:17 UTC by emosto
-
Kiax ver 2. Beta 2
Hi,
Kiax 2 Beta 2 is available for download. Currently Linux and Windows binaries are available. Within next few days Mac OS X binaries will be available too.
Now you can make Kiax dial a number from the command line. Example
./kiaxgui.sh dial --extension 613 --exitOnEnd
where --exitOnEnd tells kiax to shut down after call goes into inactive state.
You can also enable console debug log:
./kiaxgui.sh --debug 4
where after --debug you specify level of severity - 4 is DEBUG, which will give you a more verbous output.
There are changes which make Kiax compile and run on MacOS, however we'll need to test better before we publish them on sf. Also branding features had their change in this Beta.
Here is a more detailed changelog:
* Server returns now html result
* Fixed exit on incoming calls when minimized * Login Screen if no valid account
* Changed show policy (show always when start, but no run on windows boot yet)
* Fixed bug on saving settings (auto option didnt work)
* Added default size and position on first start somewhere in the center of screen
* Main window now remembers its position after start
* Added command dial (kiaxgui [dial --extension 23423423 [--exitOnEnd]]
* Added debug log (console) kiaxgui --debug 4
* Removed borders of panels (better appearance)
* Adjusted dialpad buttons to look better on all OS
Best regards,
Emil Stoyanov
2008-06-19 19:17:31 UTC by emosto