bl1600a 800a + elaxtix-2.0.3_en

15
Bluenet1600A/BL800A+Elastix installation manual Blue Network Technology Co., Ltd. Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cn 1 BL1600A/800A Elastix-2.0.3 Installation manual www.blue-net.cn Blue Network Technology Co., Ltd.

Upload: aykargil

Post on 21-Apr-2015

84 views

Category:

Documents


11 download

TRANSCRIPT

Page 1: BL1600A 800A + Elaxtix-2.0.3_en

Bluenet1600A/BL800A+Elastix installation manual

Blue Network Technology Co., Ltd.

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

BL1600A/800A

Elastix-2.0.3

Installation manual

www.blue-net.cn

Blue Network Technology Co., Ltd.

Page 2: BL1600A 800A + Elaxtix-2.0.3_en

Bluenet1600A/BL800A+Elastix installation manual

Blue Network Technology Co., Ltd.

Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cn 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].

Page 3: BL1600A 800A + Elaxtix-2.0.3_en

Bluenet1600A/BL800A+Elastix installation manual

Blue Network Technology Co., Ltd.

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

BL1600A/800A+Elastix Installation manual

Operating environment

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

Elastix-2.0.3

BL1600A + FXS-200 +FXO-200

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

1 Configure the operating environment

1.1 Software installation Down load Elaxtix-2.0.3 ISO file from http://www.elastix.org/en/downloads/main-distro.html 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 Start system After the system installed, when first start, the interface will appear as shown in Figure 1, where

user can enter the password for Mysql.

Figure 1

Enter the password, select [OK], and press the Enter key, the interface will appear as shown in

Figure 2, where user need to re-enter the password for Mysql.

Page 4: BL1600A 800A + Elaxtix-2.0.3_en

Bluenet1600A/BL800A+Elastix installation manual

Blue Network Technology Co., Ltd.

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

Figure 2

Select [OK], and press the Enter key, the interface will appear as shown in Figure 3, where user

need to enter the password for Web interface.

Figure 3

Enter the password, select [OK], and press the Enter key, the interface will appear as shown in

Figure 4, where user need to re-enter the password for Web interface.

Figure 4

Page 5: BL1600A 800A + Elaxtix-2.0.3_en

Bluenet1600A/BL800A+Elastix installation manual

Blue Network Technology Co., Ltd.

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

1.4 Detect hardware After system started, run the command at command line: # lspci –vvv

Figure 5

If user can see the information shown in Figure 5,it said that the system has detected the hardware.

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

Page 6: BL1600A 800A + Elaxtix-2.0.3_en

Bluenet1600A/BL800A+Elastix installation manual

Blue Network Technology Co., Ltd.

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

2 Driver Installation

2.1 Check the version of dahdi [root@bogon ~]# modinfo /lib/modules/2.6.18-194.3.1.el5/dahdi/dahdi.ko

Figure 6

As shown in Figure 6, the version of dahdi is 2.3.0.1

2.2 Compile the driver When compile the driver of BL1600A/800A,it would use the source file of dahdi.So user need to

download the source file of dahdi, firstly. In elastix-2.0.3, the version of dahdi is 2.3.0.1, user need

to download dahdi-linux-complete-2.3.0.1+2.3.0.tar.gz. from http://www.asterisk.org

[root@bogon~]#wget

http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/releases/dahdi-linux-complete-2.

3.0.1+2.3.0.tar.gz

Upload bluenet-linux-0.2.1.tar,bz2 to /root , then run the following command in turn:

[root@bogon ~]# tar -xvzf dahdi-linux-complete-2.3.0.1+2.3.0.tar.gz

[root@bogon ~]# tar -xvjf bluenet-linux-0.2.1.tar.bz2

[root@bogon ~]# cd dahdi-linux-complete-2.3.0.1+2.3.0

[root@bogon dahdi-linux-complete-2.3.0.1+2.3.0]# make

[root@bogon dahdi-linux-complete-2.3.0.1+2.3.0]# make install

[root@bogon dahdi-linux-complete-2.3.0.1+2.3.0]# make config

[root@bogon dahdi-linux-complete-2.3.0.1+2.3.0]# cd

[root@bogon ~]# cd bluenet-linux-0.2.1

[root@bogon bluenet-linux-0.2.1]#

./configure --with-dahdi=/root/dahdi-linux-complete-2.3.0.1+2.3.0

[root@bogon bluenet-linux-0.2.1]# make

[root@bogon bluenet-linux-0.2.1]# make install

2.3 Module to run Add the following lines at the end of the file /etc/dahdi/modual:

# Bluenet BL1600A: up to 16 analog ports

# Bluenet BL800A: up to 8 analog ports

bl1600a

Page 7: BL1600A 800A + Elaxtix-2.0.3_en

Bluenet1600A/BL800A+Elastix installation manual

Blue Network Technology Co., Ltd.

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

2.4 Load the driver Edit the following files.

[root@bogon ~]# vi /etc/dahdi/genconf_parameters

echo_can oslec ßmodify this lien as :echo_can none

bri_sig_style bri

[root@bogon bluenet-linux-0.2.1]# cd

[root@bogon ~]# amportal stop

[root@bogon ~]# service dahdi stop

[root@bogon ~]# modprobe dahdi

[root@bogon ~]# modprobe bl1600a

[root@bogon ~]# dahdi_genconf

[root@bogon ~]# dahdi_cfg –vv

DAHDI Tools Version - 2.3.0

DAHDI Version: 2.3.0.1

Echo Canceller(s):

Configuration

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

Channel map:

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

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

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

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

4 channels to configure.

Setting echocan for channel 1 to none

Setting echocan for channel 2 to none

Setting echocan for channel 3 to none

Setting echocan for channel 4 to none

2.5 Test driver [root@bogon ~]# asterisk –vvvvvvgc

bogon*CLI> dahdi show channels

Chan Extension Context anguage MOH Interpret Blocked State

pseudo default default In Service

1 from-internal default In Service

2 from-internal default In Service

3 from-pstn default In Service

4 from-pstn default In Service

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

please check the configuration files and reload driver.

Page 8: BL1600A 800A + Elaxtix-2.0.3_en

Bluenet1600A/BL800A+Elastix installation manual

Blue Network Technology Co., Ltd.

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

3 System configuration On Website

3.1 Main interface

After Elastix system started,open the browser on other host with windows system and enter the IP

address of Elastix system ,log into the “Welcome to Elastix” interface, as shown in Figure 7.

Figure 7

As shown in Figure 7,input Username:admin;Password: that is the password set in Figure 3.Then

click [Submit] button. Once logged in, the system status screen will appear. This screen is the control

center.

Figure 8

Page 9: BL1600A 800A + Elaxtix-2.0.3_en

Bluenet1600A/BL800A+Elastix installation manual

Blue Network Technology Co., Ltd.

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

3.2 Hareware Detector This is important if you are using interface cards such as the BL1600A, BL800A, BL120D,

BL220D, BL420D etc. As shown in Figure 9,click Hardware Detector tab.

Figure 9

Figure 10

When the Figure 10 screen appears,select Replace file chan_dahdi.conf tab ,then click on the

Detect New hardware button. After finished it, the system will pop up a dialog box shown in Figure 11,

cleck OK button..

Figure 11

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

internal extensions dial each other.

(1) As shown in Figure 12,click on PBX tab,the figure 13 screen will appear.

Figure 12

Page 10: BL1600A 800A + Elaxtix-2.0.3_en

Bluenet1600A/BL800A+Elastix installation manual

Blue Network Technology Co., Ltd.

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

Figure 13

(2) As shown in Figure 13,click on the Device drop-down list box,select Generic zap Device

item,as shown in Figure 14,then click on Submit button, enter into Add ZAP Extension screen.

Figure 14

(3) Add Internal extension 101 as shown in Figure 15.

Figure 15

Page 11: BL1600A 800A + Elaxtix-2.0.3_en

Bluenet1600A/BL800A+Elastix installation manual

Blue Network Technology Co., Ltd.

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

(4) Specify a channel number for extension 101, as shown in Figure 16

Figure 16

(5) Click on Submit button ,the Figure 17 screen will appear.

图 17

(6) Click on Apply configuration Changes here item on the top of the screen.

(7) Create extension 102 in the same way. Specify channel 2 for it.

Thus , the two extensions can call each other.

3.4 Add Inbound Routes

Add an incoming call routing , used to receive incoming calls outside.

(1) As shown in Figure 18,Click on Inbound Routes item,the Add Incoming Route screen will

appear.

Figure 18

Page 12: BL1600A 800A + Elaxtix-2.0.3_en

Bluenet1600A/BL800A+Elastix installation manual

Blue Network Technology Co., Ltd.

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

(2) Input “Incoming” in the Description item, as shown in Figure 19

Figure 19

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

as response extension, as shown in Figure 20.

Figure 20

(4) Click on Submit button,the Figure 21 screen will appear. Then click on Apply Configuration

Changes here item on the top of the screen。

Figure 21

Page 13: BL1600A 800A + Elaxtix-2.0.3_en

Bluenet1600A/BL800A+Elastix installation manual

Blue Network Technology Co., Ltd.

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

3.5 Add Trunks

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

(1) As shown in Figure 22,click on the Trunks item, the Add a Trunk screen will appear.

Figure 22

Figure 23

(2) As shown in Figure 23,click on Add Zap Trunk(DAHDI compatibility mode) item, the Add

Zap Trunk screen will appear, input Trunk Description and CID Options as shown in Figure 24.

图 24

(3) Click on Submit Changes button.

Figure 25

(4) Click on Apply Configuration Changes here item on the top of the screen as shown in Figure

26.

Page 14: BL1600A 800A + Elaxtix-2.0.3_en

Bluenet1600A/BL800A+Elastix installation manual

Blue Network Technology Co., Ltd.

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

Figure 26

3.6 Add Outbound Routs By adding outbound Routs, user can call an external line from internal phone.

(1) As shown in Figure 27,Click on Outbound Routes item ,the Add Route screen will appear.

Figure 27

Figure 28

Page 15: BL1600A 800A + Elaxtix-2.0.3_en

Bluenet1600A/BL800A+Elastix installation manual

Blue Network Technology Co., Ltd.

Tel: +86-755-82968373 Fax: +86-755-82968657 http://www.blue-net.cn 15

(2) Input “outbound” in Route Name item; input “9|.in Dial Patterns ;select “zap/g0” in Trunk

Sequence item, as shown in Figure 29.

Figure 29

(3) Click on Submit Changes button,the Figure 30 screen will appear.

Figure 30

(4) Click on Apply Configuration Changes here item on the top of the screen

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