keywords: ip pbx voip gateway gsm gateway

×

Notice

The forum is in read only mode.
× Questions about G400/G410 Cards.

How to install OpenVox G400P with Elastix-1.6

13 years 10 months ago #5700 by james.zhu
[align=center]How to install OpenVox G400P with Elastix-1.6[/align][align=center]Written by: This email address is being protected from spambots. You need JavaScript enabled to view it.[/align][align=center]Date: 27/05/2010[/align]
Elastix is a very powerful platform to run asterisk and some Apps. Naively, G400P does not run under Elastix. To makeG400P and Elastix work together, Users have to do some extra steps. There are few steps to go through:
1)
Make sure Elastix has been installed
2)
Install G400P, please refer our wiki or user manual to compile G400P, please check from:
http://wiki.openvox.cn/index.php/OpenVox_G400P_User_Manual
In elastix-1.6.2,users do not need to install any extra packages, just unzip the tar file to/usr/src
2.1) run the script under the zipped the file: ./install.sh
This script will download and install the asterisk,zaptel, libpri… .
2.2) press ENTER key to let the system go through.
2.3) change to zaptel directory, run: make config to add zaptel and opvxg4xx in system
Service.
2.4) edit the etc/sysconfig/zaptel, add MODULES="$MODULES opvxg4xx" to the file and remove unused the modules.
2.5) add dahdi in blacklist to prevention the system starting dahdi.

2.6) edit the file Zapata.conf under /etc/asterisk, change the context = from-gsm to
context = from-pstn

Note: Do notrun: make samplesunder asterisk source directory.
3)
Configure the elastix outbound and inbound routing:
3.1) go to trunks under the Zap Identifier (trunk name), add 1 to link to channel to zap/1


The system will go through from zap/1, which is sim card 1
3.2) set inbound call forward to SIP.

Testenvironment :
OpenVox G400P
Elastix-1.6.2
opvx-bristuff-0.4.0-RC3h.tar.gz
Please take a note: since the default asterisk and dahdi under elastix-1.6 have been overwritten by asterisk and zaptel, some features might not work properly due to the recompilation. Please consider the risk!

Attachments:
13 years 7 months ago #6050 by svolta
If you install G400P with A1200P, you should recompile the zaptel.
1.Download opvxa1200.c from this link: http://www.openvox.com.cn/downloadsFile/opvxa1200.c
2. Copy opvxa1200.c to /usr/src/zaptel-1.4.XX/kernel.
3.Modify /usr/src/zaptel-1.4.XX/makefile:
4. Find the line start with TOPDIR_MODULES=
5. Add opvxa1200. Before editing, the Makefile should be like this:

TOPDIR_MODULES:=zaptel tor2 torisa wcusb wcfxo wctdm wctdm24xxp ztdynamic ztd-eth wct1xxp wct4xxp wcte11xp pciradio

After modified, it looks like

TOPDIR_MODULES=zaptel tor2 torisa wcusb wcfxo wctdm wctdm24xxp ztdynamic ztd-eth wct1xxp wct4xxp wcte11xp pciradio opvxa1200

Find the line:
ztmonitor.o: kernel/zaptel.h

After that line, add a new line:
opvxa1200.o : kernel/zaptel.h kernel/wctdm.h

Modify zaptel.sysconfig in /usr/src/zaptel-1.4.XX directory. Add the following line
MDULES="$MODULES opvxa1200" # OPENVOX A1200P

Save the Makefile and exit your editor

Finally executing the commands under /usr/src/zaptel-1.4.XX,

./configure
make
make install
make config
Time to create page: 0.053 seconds
Powered by Kunena Forum