
I have been using Skype for some time now, and the only grudge I have is that the Linux version of Skype is not keeping up with the latest release for Windows platform, lacking newer functions and quality enhancements. Plus as we all know, Skype is based on proprietory VoIP protocol. (if I am wrong, let me know)
So I decided to look elsewhere, and an application that complies with SIP. The answer for me lies with Gizmo Project, which has an excellent VoIP client, supporting Linux as well as Windows and Mac. The only major thing that lacks for the time being is the mobile platform support, which I would love to see in future being developed and released, as I am currently running Skype on my HP hw6510 communicator. The exception being the Nokia 770 Internet Tablet support.
Gizmo is based on common principles for VoIP clients, using your internet connection to make calls to other computers. And now with Gizmo the new All Calls Free plan makes calls FREE between registered, active Gizmo Project users in 60 countries around the world. I was really happy to see that Russia is supported for landlines as well as mobiles, but sad to not notice India in the list. I guess the reason lies with the rules in Indian telecommunication industry, regulated by DoT. Another feature missing is the Video support, which latest Skype has, but for me it’s not the main criterion.
When I tried installing Gizmo around six months ago on SUSE 10, I wasn’t able to run it for some strange reason. After noticing an info on Gizmo from Moosy’s blog, with little tip, I was able to install Gizmo flawlessly on SUSE 10.1 using the OSS library provided by Gizmo Project. Unfortunately, with ALSA I had problems. Here are simple steps that you need to follow for Gizmo to be up and running on SUSE 10.1
I am running SUSE 10.1 x86_64 platform, with Gizmo 1.0.0.18 being the latest available version.
1. Go to download section and download two files provided specifically for openSUSE distribution
- libsipphoneapi – the OSS version
- gizmo-project – the client itself
2. Install the following required dependencies from SUSE repositories or CD/DVD
- expat
- expat-32bit
- openssl-devel
- openssl-devel-32bit
- curl-devel
3. Now we need to create a soft link to libexpat.so.0 in /usr/lib/ folder
# cd /usr/lib/
# ln -s /usr/lib/libexpat.so.1 libexpat.so.0
4. Once the above mentioned dependencies are installed, install the downloaded files from Gizmo project
# rpm -ivh libsipphoneapi-oss-0.78.20060112-1.suse.i586.rpm
# rpm -ivh gizmo-project-1.0.0.18-1.suse.i586.rpm


That’s it. Now you will find a shortcut to your Gizmo application in your KDE -> Internet menu. Once launched, register a new user, or if you are already registered, log-in using your username and password. One small problem I noticed while registering was that I wasn’t able to register with username specified as EazyVG, which I usually use, and intead had to use longer EazyVGSip as username.


I know there are more SIP compliant clients available, such as openwengo, but for the time being I will settle with Gizmo and hope to see better support for Linux users from them.
Hope you will find this small review and Howto helpful. Be sure to check out our new All Calls Free calling plan, and if you want you can call me on my mobile @ +seven ninetwosix threefivenine doubleseven doublesix.
Enjoy and tnx to Moosy blog for the tip 