返回列表 發帖

Asterisk YUM Install

本帖最後由 ckleea 於 2010-8-10 15:39 編輯

終於完成用YUM install Asterisk 1.6.2.7. 最新版。基本上可以很快安裝,最終目的是方便update。

我見到 repository has freepbx file

http://packages.asterisk.org/cen ... _centos5.noarch.rpm

不過唔知點安排?

TOP

是否有安装FreePBX的方法呢?


角色

TOP

以前用
http://www.voip-info.org/wiki/vi ... +1.6.x+installation

但要加

svn checkout http://svn.digium.com/svn/asterisk-gui/branches/2.0/
cd 2.0
make
make install
make configcheck

TOP

本帖最後由 bubblestar 於 2010-5-26 18:24 編輯

找到這個Website,雖然它說的是Asterisk 1.4 的安裝,但好似比較簡單地已經可以完成GUI安裝,原理應該一樣,不妨參考一下。

http://www.howtoforge.com/asterisk_pbx_linux_p2

http://www.howtoforge.com/asterisk_pbx_linux

TOP

唔明白意思?

TOP

iLBC was found in the module show.

我都想早D 完成,但係以前跟官網的方法 GUI 唔得,最近先試到要SVN c ...
ckleea 發表於 2010-5-25 09:10



    我都系這個問題

TOP

iLBC was found in the module show.

我都想早D 完成,但係以前跟官網的方法 GUI 唔得,最近先試到要SVN checkout.
不過試過有時最新版GUI 都唔 work。

大家互相學習。

TOP

謝謝ckleea兄~
這樣便可以很簡單地安裝asterisk了~

早一點出來嘛~
我上星期重裝asterisk搞了我一晚...

TOP

怎样installed呢?能否给点指引呢?


角色

TOP

已經 install 咗

TOP

要研究一下

TOP

非常详细!谢谢ckleea兄。

iLBC codec呢?

角色

TOP

這樣的好處是可以透過 YUM update 進行。

另外要加的是 G729 codec Support.

在這裏找
http://asterisk.hosting.lv/

TOP

第一步是在 Linux console

groupadd -g 18 asterisk
useradd -u 18 -g 18 -d /var/lib/asterisk -s /sbin/nologin asterisk

第二步跟這網頁安裝
http://www.asterisk.org/downloads/yum

不過就唔好裝asterisk-gui

第三步是手動裝asterisk-gui

svn checkout http://svn.digium.com/svn/asterisk-gui/branches/2.0/
cd 2.0
make
make install
make configcheck

最後
chkconfig dahdi on
service dahdi start
service asterisk start
asterisk -vvvr

就是這樣一套基本asterisk 就安裝好

用 browser 進入 http://yourip:8088/static/config/index.html for configuration

TOP

返回列表