Laman

Tampilkan postingan dengan label asterisk. Tampilkan semua postingan
Tampilkan postingan dengan label asterisk. Tampilkan semua postingan

Rabu, 17 Desember 2014

HOW TO Connect your IP-PBX Elastix to ISDN

What is ISDN ?
from Wikipedia :
Integrated Services for Digital Network (ISDN) is a set of communication standards for simultaneous digital transmission of voice, video, data, and other network services over the traditional circuits of the public switched telephone network. It was first defined in 1988 in the CCITT red book.[1] Prior to ISDN, the telephone system was viewed as a way to transport voice, with some special services available for data. The key feature of ISDN is that it integrates speech and data on the same lines, adding features that were not available in the classic telephone system. There are several kinds of access interfaces to ISDN defined as Basic Rate Interface (BRI), Primary Rate Interface (PRI), Narrowband ISDN (N-ISDN), and Broadband ISDN (B-ISDN).
In Indonesia (my country), ISDN was provided by PT Telkom Indonesia. This article is base on my customer who wants connect to ISDN as their upstream.

this is the Topology :
As we know, ISDN is using E1 carrier, So we had to prepare E1 cabling to make physical connection. This is the configuration of E1 cabling :
Assuming the cable connection is OK . Then there are several steps you should do :
  1. In System tab --> hardware Detector--> Detect New Hardware
  2.  if the cable not OK or unplug or ISDN is DOWN, these color should be 'pink'. If the cable OK, ISDN is UP you will get 'green' color 
  3. Please check and make sure : /etc/dahdi/system.conf :  loadzone=us
    defaultzone=us
    span=1,1,0,ccs,hdb3
    echocanceller=wanpipe_hwec - inactive,1-31
    bchan=1-15,17-31
    hardhdlc=16
  4. /etc/asterisk/chan_dahdi.conf : [trunkgroups]

    [channels]
    context=default
    usecallerid=yes
    hidecallerid=no
    callwaiting=yes
    usecallingpres=yes
    callwaitingcallerid=yes
    threewaycalling=yes
    transfer=yes
    canpark=yes
    cancallforward=yes
    callreturn=yes
    echocancel=yes
    echocancelwhenbridged=yes
    relaxdtmf=yes
    rxgain=0.0
    txgain=0.0
    group=0
    callgroup=0
    pickupgroup=0
    immediate=no

    ;Sangoma A102 port 1 [slot:0 bus:5 span:1] <wanpipe1>
    switchtype=euroisdn
    context=from-pstn
    group=0
    echocancel=yes
    faxdetect=incoming
    signalling=pri_cpe
    channel =>1-15,17-31
  5. For check status in Asterisk console, use command asterisk -rx "dahdi show channels"

Senin, 15 Desember 2014

HOW TO Activate video call in Elastix

Hi there, these tutorial will guide you How To activate video call. I hope you know, Elastix was made from FreePBX, so you have to entered FreePBX configuration. How is it ?

  1. Login to Elastix dashboard
  2. choose Security tab in above
  3. Select 'ON' in "Enable direct access (Non-embedded) to FreePBX: ", Then Save
  4.  After that choose PBX tab
  5. You will get FreePBX administration page. In the 'Tools --> Asterisk SIP Setting, please 'enable' Video Codecs 
  6. Submit then Apply your configuration.
  7. Done.

Rabu, 10 Desember 2014

HOW TO register your extension into X-Lite softphone

X-lite softphone, is software on MS Windows based for VoiP client. we can make our PC become IP-Phone using this applications. First, you have to download X-lite here
  1. After download you have to install. I thought, I do not need to explain how to install applications on Windows systems. You are too smart so it does not need to be discussed.
  2. Open your X-lite.
  3. Right-click on the screen and then choose "SIP Account Setting"
  4. click "Add" you will get Properties of Account 1 page, please fill the blank form. Based on article
    HOW TO Create SIP extension on Elastix we had created Extension 101 on the server Elastix 192.168.20.222 with secret "abcd1234"
  5. Click OK, back on to SIP Account window, please check 'Enable' for register your SIP Account, then click 'close' buttont
  6. Now your x-lite softphone is ready to make a call. 

Minggu, 07 Desember 2014

Open Source IP PBX Asterisk Distros

As we know, asterisk is Open Source.
Did you know there are several kinds of distributions of Asterisk ?
    1. PBX in a Flash
      • The Lean, Mean Asterisk Machine. A turnkey PBX based upon the latest versions of CentOS and your choice of Asterisk 1.4 or 1.6 with FreePBX, a Linux firewall, and Fail2Ban for enhanced security.
    2. Elastix
      • Elastix is an open source software which packs best-in-class tools for IP telephony into a single, easy-to-use interface. Elastix is the fastest growing software of its kind having support for dozens of languages, extensible modules and advanced features.
    3. AsteriskNOW
      • AsteriskNOW is the fastest way to get started building custom telephony solutions with Asterisk. Simply download the .iso file, burn it to a CD, drop it into the CD or DVD drive on the target computer to build a complete Asterisk telephony solution.
    4. Askozia®PBX
      • Askozia®PBX is an Open Source firmware designed to run on embedded telephony appliances. Developed from the start with consumers in mind, it is the easiest to use Asterisk® distribution in the world.
    5. VoiceOne
      • VoiceOne is an easy to use web based GUI for the Asterisk PBX. It gives full control over settings through a simple admin panel.
    6. The FreePBX
      • The FreePBX project has been around since 2003, with millions of downloads it has become the most widely used management tool for Asterisk which makes building and managing your Asterisk systems easier. Please visit http://www.freepbx.org for more information.

      My recommendation is Elastix !!

What is Asterisk ?

Asterisk is software for IP PBX. That’s the point.