Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati
  • Differenze per "InternetRete/Telefonia/Ekiga"
Differenze tra le versioni 7 e 11 (in 4 versioni)
Versione 7 del 09/03/2007 16.49.10
Dimensione: 3634
Commento:
Versione 11 del 02/05/2007 17.27.30
Dimensione: 7554
Autore: NaldiniPaolo
Commento:
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 1: Linea 1:
||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Indice'''[[BR]][[TableOfContents]]|| ## page was renamed from InstallareEkiga-cvs
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents(3)]]||
Linea 3: Linea 4:
Prima di installare il programma sarebbe opportuno avere letto almeno:
 * [:AddingRepositoriesHowto:AddingRepositoriesHowto] per abilitare l'installazione di software '''extra''' sul vostro computer attraverso i repository '''universe''' e '''multiverse'''
Linea 8: Linea 7:
[http://ekiga.org/ Ekiga] è il nome che è stato deciso per la versione 2 di [http://www.gnomemeeting.org/ GnomeMeeting]. attachment:ekiga.png
Linea 10: Linea 9:
È un software che consente di effettuare chiamate audio/video utilizzando i protocolli [http://it.wikipedia.org/wiki/Session_Initiation_Protocol SIP] e H.323, nonché di chattare in modalità testuale. Ekiga is the default Internet telephony application, using SIP and H.323, in Ubuntu. It allows you to make audio and video calls over the Internet to remote users who have hardware or software that is compliant with SIP or H.323. Ekiga is compatible with Windows Messenger and most VoIP applications. However, it is not compatible with Skype or Google Talk. If you have the right SIP provider you can also use Ekiga to make calls to any normal phone line. Ekiga can also work through firewalls with STUN.
Linea 12: Linea 11:
Per Ubuntu Breezy è disponibile il pacchetto [http://it.wikipedia.org/wiki/CVS CVS], mentre per Ubuntu Dapper recentemente è stato inserito nel repository ufficiale il pacchetto relativo alla versione [http://packages.ubuntu.com/dapper/gnome/ekiga 1.99.0]. '''The general documentation is there: [http://wiki.ekiga.org/ Ekiga wiki]'''
Linea 14: Linea 13:
Questa installazione è stata testata con Ubuntu Dapper con GNOME. == First use ==
Linea 16: Linea 15:
= Caratteristiche = When you start Ekiga for the first time, a 10 step wizard will help you to correctly configure Ekiga. It is '''strongly''' recommended to complete the wizard.
Linea 18: Linea 17:
 * Inoltro della chiamata
 * Trasferimento della chiamata
 * Supporto SIP
 * Supporto STUN
 * NAT traversal
 * V4l2
When you're done and if you got an account on http://ekiga.net, you can call the echo test : {{{sip:500@ekiga.net}}}. You'll be able to check if you can reach the service (the SIP network), if your sound setup is ok (you can hear yourself '''with a delay'''), if your webcam works (you can see yourself).
Linea 25: Linea 19:
Il [http://ekiga.org/ sito di Ekiga] fornisce notizie più approfondite a riguardo. === How to set up an Ekiga.net account ===
Linea 27: Linea 21:
= Installazione pacchetto ufficiale per Dapper = Once you're registered in http://ekiga.net, go to menu {{{Edit → Accounts → Add}}}
Linea 29: Linea 23:
Per installare Ekiga versione 1.99.0 digitate in un terminale:  *Account name: "ekiga.net” or whatever you wish
 *Registrar: {{{ekiga.net}}}
 *User: Your nick choosen on ekiga.net
 *Password: Your password choosen on ekiga.net

== Configuration ==

=== Network ===

Ekiga is able to use a STUN server. In most cases everything should be fine even behind a NAT.

=== Sound ===

==== Test your computer ====

To check if your computer meets the requirements for Ekiga, try this command in a terminal:
Linea 31: Linea 41:
sudo apt-get install ekiga $ arecord -D plughw:0,0 -c 1 -r 8000 -f S16_LE - | aplay -D plughw:0,0 -c 1 -r 8000 -f S16_LE -
Linea 34: Linea 44:
= Installazione pacchetti CVS =
Linea 36: Linea 45:
Come di consueto apriamo la lista dei repository del nostro sistema digitando in un terminale:
{{{
gksudo gedit /etc/apt/sources.list
Now, try to call in your microphone, you should be able to hear yourself in your headset '''with a small delay''' (aproximatly half a second). If it doesn't work as expected, first try to configure ALSA:

{{{
$ alsamixer
Linea 41: Linea 51:
e aggiungiamo i repository adatti alla nostra installazione di Ubuntu: Make sure your microphone is not muted and the volume levels are ok.
Linea 43: Linea 53:
== Repository Dapper == ==== Ekiga and other audio applications ====
Linea 45: Linea 55:
{{{
deb http://snapshots.gnomemeeting.net/ubuntu/ dapper main
deb http://snapshots.voxgratia.org/ubuntu/ dapper main
}}}
Ekiga is capable of running simultaneously with other sound applications (like music and video players). The following directions should be enough to accomplish this if you are using Dapper Drake:
Linea 50: Linea 57:
== Repository Breezy == Go to the menu {{{Edit → Preferences → Devices → Audio Devices}}}
Linea 52: Linea 59:
{{{
deb http://snapshots.gnomemeeting.net/ubuntu/ breezy main
deb http://snapshots.voxgratia.org/ubuntu/ breezy main
}}}
 *Select "{{{ALSA}}}" as the audio plugin
 *Select "{{{Default}}}" as output
 *Select "{{{Default}}}" as input
Linea 57: Linea 63:
Chiudiamo, salvando il file `sources.list` e sempre da terminale aggiorniamo la lista:
{{{
sudo apt-get update
}}}
Then go to the menu {{{Edit → Preferences → General → Sound Events}}}
Linea 62: Linea 65:
Al termine dovreste ottenere degli errori relativi alla firma gpg mancante, come i seguenti:
{{{
W: GPG error: http://snapshots.gnomemeeting.net dapper Release:
Le seguenti firme non sono state verificate perchè la chiave pubblica non è disponibile: NO_PU BKEY 2A5E3A5A52ABFCB1
W: GPG error: http://snapshots.voxgratia.org dapper Release:
Le seguenti firme non sono state verificate perchè la chiave pubblica non è disponibile: NO_PUBKE Y 2A5E3A5A52ABFCB1
W: È consigliabile eseguire apt-get update per correggere questi problemi"
}}}
 *Select "{{{Default}}}" as alternate device output
Linea 71: Linea 67:
Ciò '''''non''''' crea problemi all'installazione di '''`Ekiga`'''.
Vi viene semplicemente detto che non possedete la chiave gpg pubblica del repository in questione e pertanto l'aggiornamento non è sicuro. Se volete aggiungere la chiave fate riferimanto alla [http://snapshots.gnomemeeting.net/ pagina degli snapshot].
For additional help using Ekiga simultaneously with other audio applications, see [http://wiki.ekiga.org/index.php/Getting_several_applications_using_the_sound_card_at_the_same_time_%3F Ekiga's wiki].
Linea 74: Linea 69:
Ora potete installare il software digitando da terminale:
{{{
sudo apt-get install ekiga-cvs
}}}
=== Webcam ===
Linea 79: Linea 71:
Conclusa l'installazione verrà creata una nuova voce nel menù di GNOME ''`Applicazioni -> Internet`'' denominata '''Ekiga Snapshot'''. Note : Ekiga does not require a webcam.

==== Choosing the right kernel API ====

The Linux kernel has two ways to communicate with video devices, the old v4l and the new v4l2. It's best to use v4l2, but some drivers only support v4l.

Go to the menu {{{Edit → Preferences → Devices → Video device}}}

 *Try "{{{v4l2}}}” or "{{{v4l}}}” as video plugin

==== Choosing the right video device ====

If you have several video devices (like a TV card and a webcam) you will need to tell Ekiga which one to use:

Go to the menu {{{Edit → Preferences → Devices → Video device}}}

Change the channel number until you find the right one.

==== Test your webcam ====

To test your webcam you can do this:

There are 6 icons on the left side of the main Ekiga window. Push the 4th button from the top (a grey round webcam). If eveything is ok, you'll see the output of the webcam. If not, you'll see the Ekiga logo bouncing slowly.

== Ekiga.net special numbers ==

=== Echo service ===

Once you're registered to http://ekiga.net, you can test your setup and line quality by dialing the echo service: {{{sip:500@ekiga.net}}}.

=== Audio conference server ===

If you are using 'ekiga.net' as your VoIP provider, you can access a conference server via the aliases

 *{{{sip:501@ekiga.net}}} to join the public conference room
 *{{{sip:501XXXX@ekiga.net}}} where XXXX is the number of your choice representing the number of the room.

[For example, a group of friends could meet in conference room 1122 by dialing {{{sip:5011122@ekiga.net}}}]

These rooms are thus semi-public/semi-private since anyone can join a conference room at any time if they choose the right number.

== Broadvoice Support ==
In order to setup Ekiga 2.03 to work with broadvoice, use the following settings.

Figure out which proxy is closest to you:

# proxy.lax.broadvoice.com

# proxy.dca.broadvoice.com

# proxy.mia.broadvoice.com

# proxy.atl.broadvoice.com

# proxy.chi.broadvoice.com

# proxy.bos.broadvoice.com

# proxy.nyc.broadvoice.com

Ekiga Preferences:

 *SIP Settings -> Outbound SIP Proxy: proxy.broadvoice.com

 *Codecs -> Video Codecs - Disable (uncheck) video support or else you will get a codec error.

Account Information:

 *Registrar: sip.broadvoice.com

 *User: <10 digit broadvoice telephone number>

 *Password: <obtained requesting it from broadvoice support>

 *Authentication Login: <10 digit broadvoice telephone number>

 *Realm/Domain: sip.broadvoice.com or BroadWorks

In the case where you need to troubleshoot, start ekiga with 'ekiga -d 4'

== Interoperability ==

You'll find [http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F here] a list of programs which can work with Ekiga.

== Development Snapshots ==

You can get the latest development snapshots from here:
[http://snapshots.voxgratia.org/]
Installing them may solve problems you are experiencing but be aware that the snapshots could also cause more problems. A good thing to do before installing snapshots is to uninstall all pwlib, opal and ekiga packages that may already be installed.

== Edgy 6.10 Troubleshooting ==

=== Ekiga crash on exit ===

An awfull bug on Edgy (6.10) made [http://bugzilla.gnome.org/show_bug.cgi?id=359655 Ekiga crash on exit]. If you experience "bug buddy" showing up on exit, install [http://bugzilla.gnome.org/attachment.cgi?id=76801&action=view this package] on your system.

'''Please, do not send a [http://bugzilla.gnome.org/show_bug.cgi?id=359655 bug report about this issue]. Thank you.'''

=== The webcam only shows grey image ===

[https://help.ubuntu.com/community/Webcam?#head-836881f8aaa64508507ce1f2091b24b8aead02cb Try this].

== References ==

 * To read the Ekiga Documentation : run Ekiga and press F1 (require yelp)
 * [http://ekiga.org/ Ekiga website]
 * [http://ekiga.org/index.php?rub=3 Ekiga FAQ]
 * [http://wiki.ekiga.org// Ekiga wiki]
 * [http://www.asterisk.org Asterisk] is a full featured PABX including VoIP facitlies which complement Ekiga's capabilities.

'''Ekiga needs you:''' [http://mail.gnome.org/archives/ekiga-devel-list/2007-February/msg00041.html Let's spread Ekiga : volunteers ?]
Linea 82: Linea 184:
= Ekiga.net = == ToDo ==
Linea 84: Linea 186:
Ekiga non è solo un software, ma è anche un provider di account SIP.  * Expand a lot more, do screenshots.
 * Link into InternetAndNetworking when there's more content.
Linea 86: Linea 189:
Sul sito [http://ekiga.net/ EKiga.net], infatti, è possibile registrarsi per ottenere un indirizzo di tipo ''user(at)ekiga.net'' che permette di essere contattati da un qualsiasi client SIP compatibile.
Linea 88: Linea 191:
CategoryDaRevisionare
CategoryDaTradurre

Introduzione

attachment:ekiga.png

Ekiga is the default Internet telephony application, using SIP and H.323, in Ubuntu. It allows you to make audio and video calls over the Internet to remote users who have hardware or software that is compliant with SIP or H.323. Ekiga is compatible with Windows Messenger and most VoIP applications. However, it is not compatible with Skype or Google Talk. If you have the right SIP provider you can also use Ekiga to make calls to any normal phone line. Ekiga can also work through firewalls with STUN.

The general documentation is there: [http://wiki.ekiga.org/ Ekiga wiki]

First use

When you start Ekiga for the first time, a 10 step wizard will help you to correctly configure Ekiga. It is strongly recommended to complete the wizard.

When you're done and if you got an account on http://ekiga.net, you can call the echo test : sip:500@ekiga.net. You'll be able to check if you can reach the service (the SIP network), if your sound setup is ok (you can hear yourself with a delay), if your webcam works (you can see yourself).

How to set up an Ekiga.net account

Once you're registered in http://ekiga.net, go to menu Edit → Accounts → Add

  • Account name: "ekiga.net” or whatever you wish
  • Registrar: ekiga.net

  • User: Your nick choosen on ekiga.net
  • Password: Your password choosen on ekiga.net

Configuration

Network

Ekiga is able to use a STUN server. In most cases everything should be fine even behind a NAT.

Sound

Test your computer

To check if your computer meets the requirements for Ekiga, try this command in a terminal:

$ arecord -D plughw:0,0 -c 1 -r 8000 -f S16_LE - | aplay -D plughw:0,0 -c 1 -r 8000 -f S16_LE -

Now, try to call in your microphone, you should be able to hear yourself in your headset with a small delay (aproximatly half a second). If it doesn't work as expected, first try to configure ALSA:

$ alsamixer

Make sure your microphone is not muted and the volume levels are ok.

Ekiga and other audio applications

Ekiga is capable of running simultaneously with other sound applications (like music and video players). The following directions should be enough to accomplish this if you are using Dapper Drake:

Go to the menu Edit → Preferences → Devices → Audio Devices

  • Select "ALSA" as the audio plugin

  • Select "Default" as output

  • Select "Default" as input

Then go to the menu Edit → Preferences → General → Sound Events

  • Select "Default" as alternate device output

For additional help using Ekiga simultaneously with other audio applications, see [http://wiki.ekiga.org/index.php/Getting_several_applications_using_the_sound_card_at_the_same_time_%3F Ekiga's wiki].

Webcam

Note : Ekiga does not require a webcam.

Choosing the right kernel API

The Linux kernel has two ways to communicate with video devices, the old v4l and the new v4l2. It's best to use v4l2, but some drivers only support v4l.

Go to the menu Edit → Preferences → Devices → Video device

  • Try "v4l2” or "v4l” as video plugin

Choosing the right video device

If you have several video devices (like a TV card and a webcam) you will need to tell Ekiga which one to use:

Go to the menu Edit → Preferences → Devices → Video device

Change the channel number until you find the right one.

Test your webcam

To test your webcam you can do this:

There are 6 icons on the left side of the main Ekiga window. Push the 4th button from the top (a grey round webcam). If eveything is ok, you'll see the output of the webcam. If not, you'll see the Ekiga logo bouncing slowly.

Ekiga.net special numbers

Echo service

Once you're registered to http://ekiga.net, you can test your setup and line quality by dialing the echo service: sip:500@ekiga.net.

Audio conference server

If you are using 'ekiga.net' as your VoIP provider, you can access a conference server via the aliases

  • sip:501@ekiga.net to join the public conference room

  • sip:501XXXX@ekiga.net where XXXX is the number of your choice representing the number of the room.

[For example, a group of friends could meet in conference room 1122 by dialing sip:5011122@ekiga.net]

These rooms are thus semi-public/semi-private since anyone can join a conference room at any time if they choose the right number.

Broadvoice Support

In order to setup Ekiga 2.03 to work with broadvoice, use the following settings.

Figure out which proxy is closest to you:

# proxy.lax.broadvoice.com

# proxy.dca.broadvoice.com

# proxy.mia.broadvoice.com

# proxy.atl.broadvoice.com

# proxy.chi.broadvoice.com

# proxy.bos.broadvoice.com

# proxy.nyc.broadvoice.com

Ekiga Preferences:

  • SIP Settings -> Outbound SIP Proxy: proxy.broadvoice.com

  • Codecs -> Video Codecs - Disable (uncheck) video support or else you will get a codec error.

Account Information:

  • Registrar: sip.broadvoice.com
  • User: <10 digit broadvoice telephone number>

  • Password: <obtained requesting it from broadvoice support>

  • Authentication Login: <10 digit broadvoice telephone number>

  • Realm/Domain: sip.broadvoice.com or BroadWorks

In the case where you need to troubleshoot, start ekiga with 'ekiga -d 4'

Interoperability

You'll find [http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F here] a list of programs which can work with Ekiga.

Development Snapshots

You can get the latest development snapshots from here: [http://snapshots.voxgratia.org/] Installing them may solve problems you are experiencing but be aware that the snapshots could also cause more problems. A good thing to do before installing snapshots is to uninstall all pwlib, opal and ekiga packages that may already be installed.

Edgy 6.10 Troubleshooting

Ekiga crash on exit

An awfull bug on Edgy (6.10) made [http://bugzilla.gnome.org/show_bug.cgi?id=359655 Ekiga crash on exit]. If you experience "bug buddy" showing up on exit, install [http://bugzilla.gnome.org/attachment.cgi?id=76801&action=view this package] on your system.

Please, do not send a [http://bugzilla.gnome.org/show_bug.cgi?id=359655 bug report about this issue]. Thank you.

The webcam only shows grey image

[https://help.ubuntu.com/community/Webcam?#head-836881f8aaa64508507ce1f2091b24b8aead02cb Try this].

References

Ekiga needs you: [http://mail.gnome.org/archives/ekiga-devel-list/2007-February/msg00041.html Let's spread Ekiga : volunteers ?]

ToDo


CategoryDaTradurre