old-www/LDP/intro-linux/html/sect_11_02_05.html

305 lines
7.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Internet Telephony</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Introduction to Linux"
HREF="index.html"><LINK
REL="UP"
TITLE="Sound and Video"
HREF="chap_11.html"><LINK
REL="PREVIOUS"
TITLE="Video playing, streams and television watching"
HREF="sect_11_02_04.html"><LINK
REL="NEXT"
TITLE="Summary"
HREF="sect_11_03.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Introduction to Linux: </TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="sect_11_02_04.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 11. Sound and Video</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="sect_11_03.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="sect_11_02_05"
></A
>11.4. Internet Telephony</H1
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="sect_11_02_05_01"
></A
>11.4.1. What is it?</H2
><P
>Internet telephony, or more common, Voice over IP (VoIP) or digital telephony allows parties to exchange voice data flows over the network. The big difference is that the data flows over a general purpose network, the Internet, contrary to conventional telephony, that uses a dedicated network of voice transmission lines. The two networks can be connected, however, under special circumstances, but for now this is certainly not a standard. In other words: it is very likely that you will not be able to call people who are using a conventional telephone. If it is possible at all, it is likely that you will need to pay for a subscription.</P
><P
>While there are currently various applications available for free download, both free and proprietary, there are some major drawbacks to telephony over the Internet. Most noticably, the system is unreliable, it can be slow or there can be a lot of noise on the connection, and it can thus certainly not be used to replace conventional telephony - think about emergency calls. While some providers take their precautions, there is no guarantee that you can reach the party that you want to call.</P
><P
>Most applications currently do not use encryption, so be aware that it is potentially easy for someone to eavesdrop on your conversations. If security is a concern for you, read the documentation that comes with your VoIP client. Additionally, if you are using a firewall, it should be configured to allow incoming connections from anywhere, so using VoIP also includes taking risks on the level of site security.</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="sect_11_05_02"
></A
>11.4.2. What do you need?</H2
><DIV
CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="sect_11_05_02_01"
></A
>11.4.2.1. Server Side</H3
><P
>First of all, you need a provider offering the service. This service might integrate traditional telephony and it might or might not be free. Among others are <A
HREF="http://www.sipphone.com/"
TARGET="_top"
>SIPphone</A
>, <A
HREF="http://www.vonage.com/"
TARGET="_top"
>Vonage</A
>, <A
HREF="http://www.lingo.com/"
TARGET="_top"
>Lingo</A
>, <A
HREF="http://www.totaltalk.com/"
TARGET="_top"
>AOL TotalTalk</A
> and many locally accessible providers offering the so-called <SPAN
CLASS="QUOTE"
>"full phone service"</SPAN
>. Internet phone service only is offered by <A
HREF="http://www.skype.com/"
TARGET="_top"
>Skype</A
>, <A
HREF="http://www.sipbroker.com/"
TARGET="_top"
>SIP Broker</A
>, <A
HREF="http://www.google.com/talk/"
TARGET="_top"
>Google</A
> and many others.</P
><P
>If you want to set up a server of your own, you might want to look into <A
HREF="http://www.asterisk.org"
TARGET="_top"
>Asterisk</A
>.</P
></DIV
><DIV
CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="sect_11_05_02_02"
></A
>11.4.2.2. Client Side</H3
><P
>On the client side, the applications that you can use depend on your network configuration. If you have a direct Internet connection, there won't be any problems, provided that you know on what server you can connect, and usually that you also have a username and password to authenticate to the service.</P
><P
>If you are behind a firewall that does Network Address Translation (NAT), however, some services might not work, as they will only see the IP address of the firewall and not the address of your computer, which might well be unroutable over the Internet, for instance when you are in a company network and your IP address starts with 10., 192.168. or another non-routable subnet prefix. This depends on the protocol that is used by the application.</P
><P
>Also, available bandwidth might be a blocking factor: some applications are optimized for low bandwidth consumption, while others might require high bandwidth connections. This depends on the codec that is used by the application.</P
><P
>Among the most common applications are the Skype client, which has an interface that reminds of instant messaging, and <A
HREF="http://www.counterpath.com/"
TARGET="_top"
>X-Lite</A
>, the free version of the <SPAN
CLASS="application"
>XTen softphone</SPAN
>, which looks like a mobile telephone. However, while these programs are available for free download and very popular, they are not free as in free speech: they use proprietary protocols and/or are only available in binary packages, not in source format.</P
><P
>Free <EM
>and open</EM
> VoIP clients are for instance <A
HREF="http://www.gizmoproject.com/"
TARGET="_top"
>Gizmo</A
>, <A
HREF="http://www.linphone.org"
TARGET="_top"
>Linphone</A
>, <A
HREF="http://www.gnomemeeting.org/"
TARGET="_top"
>GnomeMeeting</A
> and <A
HREF="http://www.wirlab.net/kphone/"
TARGET="_top"
>KPhone</A
>.</P
><DIV
CLASS="tip"
><P
></P
><TABLE
CLASS="tip"
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/tip.gif"
HSPACE="5"
ALT="Tip"></TD
><TH
ALIGN="LEFT"
VALIGN="CENTER"
><B
>Client hardware</B
></TH
></TR
><TR
><TD
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>While your computer, especially if it is a laptop PC, might have a built-in microphone, the result will be far better if you connect a headset. If you have the choice, opt for a USB headset, as it functions independently from existing audio hardware. Use <B
CLASS="command"
>alsamixer</B
> to configure input and output sound levels to your taste.</P
></TD
></TR
></TABLE
></DIV
><P
>VoIP applications are definitely a booming market. Volunteers try to document the current status at <A
HREF="http://www.voip-info.org/"
TARGET="_top"
>http://www.voip-info.org/</A
>.</P
></DIV
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="sect_11_02_04.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="sect_11_03.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Video playing, streams and television watching</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="chap_11.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Summary</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>