SSIP-GST is a SIP/SIMPLE plugin for Gaim and is compliant with the IETF RFC3261 specification. SSIP-GST aims to leverage features of the cool Gaim UI for Sofia-SIP library usage, and it can be used as a SIP client for uses such as VoIP, IM and presence. Audio support is integrated using GStreamer. SSIP-GST plugin is licensed under the GPL.
There are two ways to obtain SSIP-GST Gaim plugin:
$ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/sofia-sip login
$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/sofia-sip co -P ssip-gst
SSIP-GST uses GNU autotools. To build without GStreamer support:
$ ./autogen.shTo build with GStreamer support:
$ ./autogen.shThere are two alternative installation options:
$ make install-homeThe first option "make install-home" will install plugin to $HOME/.gaim/plugins. This is the normal action for non-root users.
The second option "make install-plugin" will install plugin to directory specified by configure flag --with-gaim-libdir and makes it possible to take plugin into use system wide. For example:
$ ./configure --enable-gst --with-gaim-libdir=/apps/lib/gaim
$ make
$ make install-plugin
To call a buddy, right-click the buddy and choose "Call buddy".
Accept the incoming call by clicking "Accept".
The outgoing call can be cancelled by right-clicking the buddy and choosing "Hangup call".