个人工具

“UbuntuHelp:Tapioca”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(New page: {{From|https://help.ubuntu.com/community/Tapioca}} {{Languages|php5}} === What is Tapioca === Tapioca is a framework for Voice over IP (VoIP) and Instant Messaging (IM). Its main goal...)
 
第19行: 第19行:
 
<pre><nowiki>
 
<pre><nowiki>
 
wget http://extindt01.indt.org/VoIP/tapioca0.3-dapper.tar.gz
 
wget http://extindt01.indt.org/VoIP/tapioca0.3-dapper.tar.gz
</nowiki></code>
+
</nowiki></pre>
 
Untar and put all packages in your HOME directory.
 
Untar and put all packages in your HOME directory.
 
Hit Alt+F2 and type "Konsole" (on Kubuntu) or "Terminal" (on Ubuntu)
 
Hit Alt+F2 and type "Konsole" (on Kubuntu) or "Terminal" (on Ubuntu)
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo dpkg -i *.deb
 
sudo dpkg -i *.deb
</nowiki></code>
+
</nowiki></pre>
 
If this configuration doesn't work and if your system has this folder /usr/local/share/dbus-1/services you may follow the next steps.
 
If this configuration doesn't work and if your system has this folder /usr/local/share/dbus-1/services you may follow the next steps.
 
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):
 
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):
 
<pre><nowiki>
 
<pre><nowiki>
 
gksudo gedit /etc/dbus-1/session.conf
 
gksudo gedit /etc/dbus-1/session.conf
</nowiki></code>
+
</nowiki></pre>
 
and find this line:
 
and find this line:
 
<pre><nowiki>
 
<pre><nowiki>
 
<servicedir>/usr/share/dbus-1/services</servicedir>
 
<servicedir>/usr/share/dbus-1/services</servicedir>
</nowiki></code>
+
</nowiki></pre>
 
Then add this line right below it:
 
Then add this line right below it:
 
<pre><nowiki>
 
<pre><nowiki>
 
<servicedir>/usr/local/share/dbus-1/services</servicedir>
 
<servicedir>/usr/local/share/dbus-1/services</servicedir>
</nowiki></code>
+
</nowiki></pre>
 
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.
 
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.
  
第46行: 第46行:
 
   <pre><nowiki>
 
   <pre><nowiki>
 
   deb http://extindt01.indt.org/tapioca/apt breezy main
 
   deb http://extindt01.indt.org/tapioca/apt breezy main
   </nowiki></code>
+
   </nowiki></pre>
  
 
   And then run the following commands to install:
 
   And then run the following commands to install:
第53行: 第53行:
 
   sudo apt-get update
 
   sudo apt-get update
 
   sudo apt-get install tapiocaui0.3
 
   sudo apt-get install tapiocaui0.3
   </nowiki></code>
+
   </nowiki></pre>
  
 
=== Running Tapioca ===
 
=== Running Tapioca ===

2007年5月13日 (日) 12:31的版本


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

If this configuration doesn't work and if your system has this folder /usr/local/share/dbus-1/services you may follow the next steps. 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):

gksudo 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


CategoryDocumentation