OpenVox IX100 with asteriskNow

发布于 2022-08-08 02:05:21 字数 3898 浏览 5 评论 2

This instruction is for users who want to use OpenVox (IX100) mini cards (B100M/B200M/B400M/A400M) working with PC Engines TM Alix 2C2. There are few steps you have to go through:

1. Preparing the hardware:.
A. Make sure that you have an at least 8GB CF cards.
B. Make sure the power supply is set correctly. Please check that, if the ports of cards work under NT of mini BRI cards or FXS of A400M, you must provide such devices.
2. Copying voyage-linux into your system
please go to voyage-linux official website (http://www.voyage.hk/download/voyage/voyage-0.5.1.tar.bz2)to get the image files. And copy it into CF cards. For more details about installing the image into CF cards, please refer the wiki from voyage-linux(http://wiki.voyage.hk/dokuwiki/doku.php?id=installation).

3. Compiling mISDN, zaptel, asterisk
Once the images are copied into CF card, please insert the CF card into the CF slot and switch on the power supply. Note: please use super terminal to access the system. Please check the IP for ssh access.
Please run the command: remountrw to get write permission.
Actually, in the system, asterisk and zaptel have built in, but I still can not run it. If so, please recompile asterisk, zaptel and mISDN. Go to asterisk.org to get those packages. Some packages I use for this system:

Before compiling those packages, please install some support packages
apt-get install:
bison openssl libssl-dev libeditline0 libeditline-dev libedit-dev, gcc make g++ php5-cli mysql-common libmysqlclient15-dev libnewt-dev flex
you also need a linux source, please go to voyage-linux to get right version of linux source.
Make a link with kernel source:

voyage:/usr/src# ln -s linux-source-2.6.23-voyage /lib/modules/2.6.23-486-voyage/build
Then you can compile: zaptel, mISDNuser, mISDN and asterisk.

If all are done properly, the system should be able to start up successfully. Before making calls, please check the status of misdn channels and zap channels from asterisk console, make sure those channels can be shown.

4. Download and install Asterisk-GUI:
cd /usr/src
svn checkout http://svn.digium.com/svn/asterisk-gui/trunk asterisk-gui
cd /usr/src/asterisk-gui
./configure && make && make install
make samples
edit the configuration files...
in /etc/asterisk/http.conf
[general]
enabled=yes
enablestatic=yes

in /etc/asterisk/manager.conf
[general]
displaysystemname = yes
enabled = yes
webenabled = yes
port = 5038
;httptimeout = 60
bindaddr = 0.0.0.0

[admin]
secret = admin
read = system,call,log,verbose,command,agent,config
write = system,call,log,verbose,command,agent,config

under the directory, run the commands:
make checkconfig
asterisk -r
reload
exit

Test environments:
OS-Voyage-linux Version: 0.5 (Build Date 20080622)
OpenVox cards: B200M, A400M
OpenVox IX100 with Alix 2c2
CF card: Kingston compact flash 8 GB
AsteriskNow
Drivers: asterisk-1.4.21.1, zaptel-1.4.11 and mISDN-1_1_8
If you only install A400M, you do not need to install mISDN.
Bristuff should be ok under Voyage-linux.
go to the url to see the GUI:
http://IP:8088/asterisk/static/config/cfgbasic.html#
Enjoying it......
zhu

[ 本帖最后由 zhulizhong 于 2008-7-22 14:05 编辑 ]

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

追我者格杀勿论 2022-08-15 15:25:50

能请问一下:这个manager.conf里面的新家的用户名和密码是什么的用户名和密码的阿?
我在我电脑上用asterisk GUI希望和路由器里面的asterisk连接,我该用什么用户名和密码阿(修改路由器里的manager.conf)?

小嗲 2022-08-09 19:32:45

不错的东西

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文