BL1600A 800A + tribox-2.8.0.3_en

  • Upload
    dzar123

  • View
    233

  • Download
    0

Embed Size (px)

Citation preview

  • 7/28/2019 BL1600A 800A + tribox-2.8.0.3_en

    1/14

    Bluenet1600A/BL800A+trixbox-2.8.0.3

    Blue Network Technology Co., Ltd.

    Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cnPage 1

    BL1600A/ 800A

    Trixbox-2.8.0.3

    Installation manual

    www.blue-net.cn

    Blue Network Technology Co., Ltd.

  • 7/28/2019 BL1600A 800A + tribox-2.8.0.3_en

    2/14

    Bluenet1600A/BL800A+trixbox-2.8.0.3

    Blue Network Technology Co., Ltd.

    Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cnPage 2

    Address: First World Plaza, Block B 9A,

    Futian District,

    Shenzhen China,

    ZIP code 518036

    TEL 86-755-82968373

    FAX +86-755-82968657

    Http http://www.blue-net.cn

    Email [email protected]

    2007 Bluenet Inc. All Rights Reserved.

    No part of this publication may be copied, distributed, transmitted, transcripted, stored in a retrieval

    system, or translated into any human or computer language without the prior written permission of

    Bluenet Inc.

    Bluenet and Bluenet Logo are trademarks of Bluenet Inc. All trademarks identified by and are

    registered trademarks or trademarks, respectively, of Bluenet Inc. All other trademarks are the

    property of their respective owners. The information provided in these documents is subject to change

    without notice. The configurations, technical data, and recommendations provided in these documents

    are believed to be accurate and dependable, but are presented without express or implied warranty.

    Users are responsible for their application of any products specified in these documents.

    Please e-mail any questions or comments pertaining to these documents along with the full title name

    and filename, located in the upper right corner, directly to the Bluenet technical support at

    [email protected] .

    http://www.blue-net.cn/http://www.blue-net.cn/mailto:[email protected]:[email protected]:[email protected]:[email protected]:[email protected]:[email protected]:[email protected]://www.blue-net.cn/
  • 7/28/2019 BL1600A 800A + tribox-2.8.0.3_en

    3/14

    Bluenet1600A/BL800A+trixbox-2.8.0.3

    Blue Network Technology Co., Ltd.

    Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cnPage 3

    BL1600A/800A+tri xbox-2. 8. 0. 3 I nstal l ati on manualOperating environment

    ***********************************

    Trixbox-2.8.0.3

    BL1600A + FXS-200 +FXO-200

    ***********************************

    1 Configure the operating environment

    1.1 Software installation

    Download Trixbox-2.8.0.3 ISO file from http://sourceforge.net/projects/asteriskathome/files/ and

    install it.

    1.2 Hardware installation

    Plug BL1600A Integrated circuit board into PCI slot on the motherboard. if user uses FXS

    module, the board must connect with power cable .

    1.3 Detect hardware

    After system started, run the command at command line: #lspci vvv

    Figure 1

    If user can see the information shown in Figure 1,it means that the system has detected the

    hardware. Otherwise, unplug BL1600A/800A circuit board and plug it into another PCI slot.

    1.4 Installation compile environment

    Testing whether the gcc and kernel-devel installed, if not, install them as the below method.

    [trixbox1.localdomain ~]# rpm -q gcc

    package gcc is not installed

    [trixbox1.localdomain ~]# yum install gcc

    [trixbox1.localdomain ~]# rpm -q kernel-devel

    package kernel-devel is not installed

    [root@trixbox1 ~]# uname -r

    2.6.18-128.1.10.el5

    [root@trixbox1 ~]#wget http://repo-es.elastix.org/elastix/1.5/beta/i386/RPMS/

    kernel-devel-2.6.18-128.1.10.el5.i686.rpm[root@trixbox1 ~]# rpm -ivh kernel-devel-2.6.18-128.1.10.el5.i686.rpm

    http://sourceforge.net/projects/asteriskathome/files/http://sourceforge.net/projects/asteriskathome/files/http://repo-es.elastix.org/elastix/1.5/beta/i386/RPMS/http://repo-es.elastix.org/elastix/1.5/beta/i386/RPMS/http://repo-es.elastix.org/elastix/1.5/beta/i386/RPMS/http://sourceforge.net/projects/asteriskathome/files/
  • 7/28/2019 BL1600A 800A + tribox-2.8.0.3_en

    4/14

    Bluenet1600A/BL800A+trixbox-2.8.0.3

    Blue Network Technology Co., Ltd.

    Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cnPage 4

    [trixbox1.localdomain bluenet-linux-0.2.0]# yum list installed kernel-devel

    Loaded plugins: fastestmirror, kmod

    kernel-devel.i686 2.6.18-128.1.10.el5 installed

    If user can see the top line, it indicates that kernel-devel has been installed successfully.

  • 7/28/2019 BL1600A 800A + tribox-2.8.0.3_en

    5/14

    Bluenet1600A/BL800A+trixbox-2.8.0.3

    Blue Network Technology Co., Ltd.

    Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cnPage 5

    2 Driver Installation

    2.1 Check the version of dahdi

    [trixbox1.localdomain ~]# cd /lib/modules/2.6.18-128.1.10.el5/dahdi

    [trixbox1.localdomain dahdi]# modinfo dahdi.ko

    filename: dahdi.ko

    version: 2.2.0

  • 7/28/2019 BL1600A 800A + tribox-2.8.0.3_en

    6/14

    Bluenet1600A/BL800A+trixbox-2.8.0.3

    Blue Network Technology Co., Ltd.

    Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cnPage 6

    [trixbox1.localdomain ~]# modprobe dahdi

    [trixbox1.localdomain ~]# modprobe bl1600a

    [trixbox1.localdomain ~]# dahdi_genconf

    [trixbox1.localdomain ~]# dahdi_cfg -vv

    DAHDI Tools Version - 2.2.0

    DAHDI Version: 2.2.0

    Echo Canceller(s):

    Configuration

    ======================

    Channel map:

    Channel 01: FXO Kewlstart (Default) (Echo Canceler: mg2) (Slaves: 01)

    Channel 02: FXO Kewlstart (Default) (Echo Canceler: mg2) (Slaves: 02)

    Channel 03: FXS Kewlstart (Default) (Echo Canceler: mg2) (Slaves: 03)

    Channel 04: FXS Kewlstart (Default) (Echo Canceler: mg2) (Slaves: 04)

    4 channels to configure.

    Setting echocan for channel 1 to mg2

    Setting echocan for channel 2 to mg2

    Setting echocan for channel 3 to mg2

    Setting echocan for channel 4 to mg2

    2.5 Test driver

    [trixbox1.localdomain ~]# asterisk vvvgc

    *CLI> dahdi show channels

    Chan Extension Context Language MOH Interpret Blocked State

    pseudo default en default In Service

    1 from-internal en default In Service

    2 from-internal en default In Service

    3 from-pstn en default In Service

    4 from-pstn en default In Service

    *CLI>

    If user can see the following information, it indicates that the configuration is completed.

    Otherwise, please check the configuration files and reload driver.

  • 7/28/2019 BL1600A 800A + tribox-2.8.0.3_en

    7/14

    Bluenet1600A/BL800A+trixbox-2.8.0.3

    Blue Network Technology Co., Ltd.

    Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cnPage 7

    3 System configuration On Website

    3.1 Main interface

    (1) After trixbox system started open the browser on other host with windows system and enter the

    IP address of Elastix system ,log into the main interface, as shown in Figure 2.

    Figure 2

    (2) Click on the [switch] button on the top right cornet of the page, the dialog box will appear.

    Figure 3

    (3) Input username and password maint password the trixbox management

  • 7/28/2019 BL1600A 800A + tribox-2.8.0.3_en

    8/14

    Bluenet1600A/BL800A+trixbox-2.8.0.3

    Blue Network Technology Co., Ltd.

    Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cnPage 8

    interface will appear, as shown in Figure 4

    Figure 4

    (5) Click on PBX Settings drop-down menu and Select PBX Settings item, the screen as shown in

    Figure 5 will appear.

    Figure 5

  • 7/28/2019 BL1600A 800A + tribox-2.8.0.3_en

    9/14

    Bluenet1600A/BL800A+trixbox-2.8.0.3

    Blue Network Technology Co., Ltd.

    Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cnPage 9

    3.2 Create extensions

    Add two internal extensions, then connect two analog phones with two FXO ports, to achieve

    internal extensions dial each other.

    (1) In PBX Settings main interface click on extensions item, enter into the Add an Extension

    screen as shown in Figure 6.

    Figure 6

    (2) As shown in Figure 6click on the Device drop-down list boxselect Generic zap Deviceitem

    then click on Submitbutton, the Add ZAP Extension will appear.

    Figure 7

    (3) Input extension number in User Extension item; Input display name in Display Name item.

    In the Device options department, input the channel number as shown in Figure 8.

  • 7/28/2019 BL1600A 800A + tribox-2.8.0.3_en

    10/14

    Bluenet1600A/BL800A+trixbox-2.8.0.3

    Blue Network Technology Co., Ltd.

    Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cnPage 10

    Figure 8

    (4) Add two extensions 101 and 102 as this way.

    Figure 9

    (5) After adding the extensions, click on the orange part Apply configuration changes. The Apply

    configuration Changes screen will appear.

    Figure 10

    (6) As shown in Figure 10, click on the Continue with reload item and the Figure 11 screen will

    appear.

    (7) If user needs to create sip extensions, enter into the screen as shown in Figure 11.

    Figure 11

    (8) Click on the Device drop-down list box select Generic SIP Device then click on Submit

  • 7/28/2019 BL1600A 800A + tribox-2.8.0.3_en

    11/14

    Bluenet1600A/BL800A+trixbox-2.8.0.3

    Blue Network Technology Co., Ltd.

    Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cnPage 11

    button, the Add SIP Extension screen will appear as shown in Figure 12.

    Figure 12

    (9) Input extension number in User Extension item; Input display name in Display Name item.

    (10) In Device Options department, user needs to input secret for sip extensions

    Figure 13

    (11) Click submit button.After that, click on Apply configuration changes item.

  • 7/28/2019 BL1600A 800A + tribox-2.8.0.3_en

    12/14

    Bluenet1600A/BL800A+trixbox-2.8.0.3

    Blue Network Technology Co., Ltd.

    Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cnPage 12

    3.3 Add Trunks

    To make incoming or outbound call, user has to add a trunk.

    (1) As shown in Figure 14, click the Trunks item in the left of the page, the Add a Trunk screen

    will appear as shown in Figure 15.

    Figure 14

    Figure 15

    (2) Add Zap Trunk (DAHDI compatibility mode) item,the Add zap Trunk screen will appear as

    shown in Figure 16.

    Figure 16

  • 7/28/2019 BL1600A 800A + tribox-2.8.0.3_en

    13/14

    Bluenet1600A/BL800A+trixbox-2.8.0.3

    Blue Network Technology Co., Ltd.

    Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cnPage 13

    (3) Input an number in Route Name item, keep the default value for other items. Then click on the

    submit button. After that, click on Apply configuration changes item in new screen.

    3.4 Add Outbound Routes

    (1) In the PBX Settings main interface, click on the Outbound Routes item in the left of the

    screen, enter into Add Route screen as shown in the Figure 17.

    Figure 17

    (2) Input a name in Route Name item, for example outbound1; input dial pattern in Dial Patterns

    department, for example _X.|, select a trunk item from Trunk Sequence drop-down list box.

    Then, click on submit button. At last, click on Apply configuration changes item in new screen.

  • 7/28/2019 BL1600A 800A + tribox-2.8.0.3_en

    14/14

    Bluenet1600A/BL800A+trixbox-2.8.0.3

    Blue Network Technology Co., Ltd.

    Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cnPage 14

    3.5 Add Incoming Routes

    (1) In the PBX Settings main interface, click on the Inbound Routes item in the left of the screen as

    shown in the Figure 18, enter into Add Incoming Route screen as shown in the Figure 19.

    Figure 18

    Figure 19

    (2) Input a route name in Description item, for example incomming1.

    Figure 20

    (3) In Set Destination department, click on the Extensions drop-down list box items select one as

    response extension, as shown in Figure 20. Then click on submit button. At last, click on Apply

    configuration changes item in new screen.

    Thus, the entire system configuration is completed; it can achieve the basic inbound and outbound.