Tapioca
|
Size: 1968
Comment:
|
Size: 3102
Comment: new download path
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| ||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents(3)]]|| |
|
| Line 2: | Line 4: |
| ||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents(3)]]|| ''This Guide is inspired by Tapioca Documentation. Links ahead.'' |
|
| Line 15: | Line 15: |
| == Installing Tapioca on Ubuntu 6.06 Dapper Drake == Download Packages: {{{ wget http://extindt01.indt.org/VoIP/tapioca0.3-dapper.tar.gz }}} Untar and put all packages in your HOME directory. Hit Alt+F2 and type "Konsole" (on Kubuntu) or "Terminal" (on Ubuntu) {{{ sudo dpkg -i *.deb }}} The only trick here is that you need to tell Dbus to also look in /usr/local when the session starts, so open up /etc/dbus-1/session.conf (replace: <editor> with "gedit" for Ubuntu or "Kate" for Kubuntu, obviously without quotes): {{{ sudo gedit /etc/dbus-1/session.conf }}} and find this line: {{{ <servicedir>/usr/share/dbus-1/services</servicedir> }}} Then add this line right below it: {{{ <servicedir>/usr/local/share/dbus-1/services</servicedir> }}} Restarting dbus doesn't seem to do the trick here so just restart your X session and startup Tapioca. You'll find it under Applications -> Internet. |
|
| Line 18: | Line 40: |
| Line 31: | Line 54: |
| Line 37: | Line 58: |
| == Microphone Issues == Open your favorite terminal (ALT+F2) and launch alsamixer: Go to "All" View Search for Mic and Mute it Search for Mic Boost and Mute it Search for Capture and increase the Volume That's it! PS.: Any doubt on how to use alsamixer, launch it and press the F1 key. |
|
| Line 41: | Line 73: |
| * Tapioca developer http://web.indt.org/ (Portugueses) | * Tapioca developer http://web.indt.org/ (Portuguese) |
| Line 43: | Line 75: |
CategoryDocumentation CategoryCleanup |
---- CategoryDocumentation |
ContentsBRTableOfContents(3) |
What is Tapioca
- Tapioca is a framework for Voice over IP (VoIP) and Instant Messaging (IM). Its main goal is to provide an easy way for developing and using VoIP and IM services in any kind of application. It was designed to be cross-platform, lightweight, thread-safe, having mobile devices and applications in mind.
Tapioca's main goals are:
- Create a solution that integrates all components used by VoIP and IM applications in a single, reliable and easy to use framework, which is able to work on different platforms.
- Spare resources, providing central services for multiple applications. Eg.: The control of all incoming and outgoing SIP requests are managed by the SIP service, avoiding the creation of one SIP stack and allocation of a network port for each SIP-based application.
- Reduce the overhead of control layers and library dependencies.
Tapioca has NAT Transversal, Python Bindings and full interoperability with GoogleTalk since version 0.3.0
Installing Tapioca on Ubuntu 6.06 Dapper Drake
Download Packages:
wget http://extindt01.indt.org/VoIP/tapioca0.3-dapper.tar.gz
Untar and put all packages in your HOME directory. Hit Alt+F2 and type "Konsole" (on Kubuntu) or "Terminal" (on Ubuntu)
sudo dpkg -i *.deb
The only trick here is that you need to tell Dbus to also look in /usr/local when the session starts, so open up /etc/dbus-1/session.conf (replace: <editor> with "gedit" for Ubuntu or "Kate" for Kubuntu, obviously without quotes):
sudo gedit /etc/dbus-1/session.conf
and find this line:
<servicedir>/usr/share/dbus-1/services</servicedir>
Then add this line right below it:
<servicedir>/usr/local/share/dbus-1/services</servicedir>
Restarting dbus doesn't seem to do the trick here so just restart your X session and startup Tapioca. You'll find it under Applications -> Internet.
Installing Tapioca on Ubuntu 5.10 Breezy Badger
Add the following lines to your /etc/apt/sources.list:
deb http://extindt01.indt.org/tapioca/apt breezy main
And then run the following commands to install:sudo apt-get update sudo apt-get install tapiocaui0.3
Running Tapioca
Launch Tapioca from Applications->Internet menu or run tapiocaui from command line.
Microphone Issues
Open your favorite terminal (ALT+F2) and launch alsamixer:
Go to "All" View Search for Mic and Mute it Search for Mic Boost and Mute it Search for Capture and increase the Volume That's it!
PS.: Any doubt on how to use alsamixer, launch it and press the F1 key.
Links
Tapioca Homepage http://tapioca-voip.sourceforge.net/wiki/index.php/Tapioca
Tapioca developer http://web.indt.org/ (Portuguese)
Screenshots http://tapioca-voip.sourceforge.net/wiki/index.php/ScreenShots
Tapioca (last edited 2008-08-06 16:15:00 by localhost)