Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Asterisk Conference Calls"

(New page: ==Asterisk Client Setup== In order to connect to the Asterisk conferencing system you will need either a SIP or an IAX protocol client. IAX has a protocol advantage over SIP in that it a...)
 
Line 1: Line 1:
 +
==What is Asterisk?==
 +
Asterisk is an open source, free soft switch/soft PBX system for managing all manner of telephony needs.  It is produced by Digium (http://www.digium.com/) as a method of marketing their telephony hardware.  The Foundation is currently investigating using it as a conferencing solution.
 +
 +
==Asterisk Conference Server==
 +
An installation of Asterisk exists on asterisk.eclipse.org configured by default to work as a conferencing bridge. 
 +
 +
Currently, to connect to the server clients are required to use an Internet Protocol-based softphone.  In the future POTS (regular telephone) access could be provided on a cost basis.  This page contains information on downloading and configuring the simplest of the available clients for use with the Foundation's Asterisk conferencing server.
 +
 
==Asterisk Client Setup==
 
==Asterisk Client Setup==
  

Revision as of 17:37, 1 June 2007

What is Asterisk?

Asterisk is an open source, free soft switch/soft PBX system for managing all manner of telephony needs. It is produced by Digium (http://www.digium.com/) as a method of marketing their telephony hardware. The Foundation is currently investigating using it as a conferencing solution.

Asterisk Conference Server

An installation of Asterisk exists on asterisk.eclipse.org configured by default to work as a conferencing bridge.

Currently, to connect to the server clients are required to use an Internet Protocol-based softphone. In the future POTS (regular telephone) access could be provided on a cost basis. This page contains information on downloading and configuring the simplest of the available clients for use with the Foundation's Asterisk conferencing server.

Asterisk Client Setup

In order to connect to the Asterisk conferencing system you will need either a SIP or an IAX protocol client. IAX has a protocol advantage over SIP in that it automatically handles Network Address Translation (NAT) configuration. Since nearly all Internet users pass through a NAT gateway on their way to the Internet, we will focus on IAX. There are several usable IAX client but the most mature and simplest of these to use and set up is the IAX client Idefisk which is available from http://www.asteriskguru.com/idefisk/free . This client is available on Linux, Win32, and MacOSX. The screenshots below are from Win32 but the appearance and configuration are nearly exactly the same on all platforms and the defaults are usually correct.

Here's how to make your first call to the Eclipse Foundation's asterisk conference server:

  1. Download Idefisk from http://www.asteriskguru.com/idefisk/free by clicking on the icon for your operating system about half way down the page
    1. If you are on Windows choose the ZIP version
  2. Make a new folder for Idefisk
    1. On Windows you might want to put this in c:\program files\
    2. On MacOSX you might want to put this in /Applications
  3. Link Idefisk to where you will run it
    1. On MacOSX drag the icon into the dock at the bottom of the screen
    2. On Windows, right click the Idefisk icon (man with a headset) and select 'Create Shortcut'. Move the new shortcut to the desktop
  4. Launch Idefisk by clicking on the icon
  5. When presented with the following screen, select "Skip and go to manual configuration," then click "Next"
    Idefisk1.JPG
  6. You will then see a screen like this, and you will just press "OK"
    Idefisk2.JPG
  7. That's it for the setup! To make a call, enter 'asterisk.eclipse.org' in the "Phone to dial" text box like this, and then press the little phone icon (highlighted in red):
    Idefisk3.JPG
  8. When you are connected you will be asked for a conference number. In order to enter the conference number you will need the phone number pad (DTMF pad) which you can cause to appear by pressing the little sideways arrow highlighted in this shot:
    Idefisk4.JPG
  9. In order to test your client, we'll connect to a test conference. The conference number is "8976" and the PIN is "12345". If you successfully connect to the conference then everything is in order!

Back to the top