Voice Calling
From PsiWiki
As of 0.13, voice calling is a standard feature of Psi on all major platforms. Unlike the earlier "Jingle branch" of Psi which used libjingle, current Psi versions use GStreamer.
If you are building from source (e.g. on Linux) and want voice calls, you will need to obtain the PsiMedia plugin separately. On Linux, the plugin file is called libgstprovider.so, and must be put in Psi's $LIBDIR/psi/plugins directory. You'll know it worked if "About GStreamer" appears in the Help menu.
For configuring Psi so that it can obtain p2p voice call connections, see Voice call howto (from psi-devel)
Contents |
[edit] PsiMedia for GNU/Linux
Nightly builds of development version contain psimedia plugin. They are static builds and should work on most modern Linux distributions. Most users should stick with stable version in their repositories, though.
[edit] Arch Linux
- Package name: psimedia
pacman -S psimedia
[edit] Debian
- Package name: psimedia (Note that the binary package is called psi-plus-plugin-media and depends on the psi-plus fork.)
- Available in: sid (unstable)
[edit] Fedora
- Package name: psimedia
- Available in: Fedora 11, devel
yum install psimedia
[edit] Gentoo
- Package name: net-im/psimedia
- Available in: ~amd64 ~hppa ~x86
emerge psimedia
[edit] openSUSE
No official package yet. Try buildservice.
[edit] Ubuntu
No official package yet. Try Alexander Saltykov's repository.