返回列表 發帖

【Raspberry Pi】——FreePBX

本帖最後由 角色 於 2012-12-5 22:38 編輯

安装好的FreePBX,

1028.png

看来用Raspberry Pi做Asterisk Server是不错的选择。

TOP

回復 33# ckleea

我刪除了這個. echo "src native http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/native/stable" >> /opt/etc/ipkg.conf
請在 /opt/etc/ipkg.conf 內, 在 src native http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/native/stable 前, 打一個 #  之後, 請 sudo /opt/bin/ipkg update

TOP

我用RASPBERRY PI官方 Soft-float Debian wheezy

http://www.raspberrypi.org/downloads

TOP

回復 30# SuiYan


    Can you tell me which raspberry version you use? I can install ipkg but it can't run because can't find library

TOP

ipkg內, 有那些套件, 可以打入

/opt/bin/ipkg list |more

TOP

之後, 根據一般設定方式設定asterisk

即是修改 /opt/etc/http.conf 及 /opt/etc/manager.conf  後,
就可以 /opt/sbin/asterisk -cvvvv 試行

TOP

[i=s] 本帖最後由 SuiYan 於 2013-5-16 00:07 編輯 [/i]

安裝ipkg套件很簡單
ssh進入raspberry pi
先取得管理員權限

sudo su
cd /tmp
wget http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/ipkg-opt_0.99.163-10_arm.ipk
tar -xOvzf ipkg-opt_*_arm.ipk ./data.tar.gz | tar -C / -xzvf -
echo "src cross http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable" >> /opt/etc/ipkg.conf

/opt/bin/ipkg update

/opt/bin/ipkg install asterisk11  (安裝asterisk 11.3版本)

/opt/bin/ipkg install asterisk18 (安裝asterisk 1.8版本)

再安裝 GUI
/opt/bin/ipkg install asterisk-gui (安裝 asterisk-gui)

TOP

回復 27# SuiYan


    可以詳細介紹安裝過程嗎?

TOP

回復 27# SuiYan

恭喜你!如果在使用上有什么问题,可以提出,看看我是否可以帮到你。

TOP

是呀. 現在轉回用asterisk-gui, 用了RASPBERRY PI官方 Soft-float Debian wheezy firmware.
再安裝了 ipkg 應用後. 再選了asterisk 11.3和asterisk-gui套件.
現在完全成功了. 內線互打, hkbn打出打入, 51dyt 打出, 2個googlevoice account打出打入

謝謝.

TOP

如果你能Compiled到,那么如果你能找到一个clean的Linux environment,没有FreePBX的影子,那么你再compile Asterisk + Asterisk-GUI,那么在使用上问题会少很多。

TOP

我在raspberry pi 再complier 過 asterisk11.3 & asterisk-gui,
都成功,
但, 個/etc/asterisk/*.conf 給freepbx lock住。
我解拆後, 執行xxx: 8088 後, 說gui權限問題, 我改極都不可以。

最口, 我用回freepbx,  直接在sip.conf extensions.conf, 等等打入參數再執行,
現在可以了。
Freepbx的gui,  我自覺得唔太易用。

TOP

如果你能安装Asterisk11.3和Asterisk-GUI,而运行正常的话,那么我可以帮到你。因为我就是用Asterisk-GUI。

TOP

本帖最後由 SuiYan 於 2013-5-6 22:01 編輯

internal內線撥打是可以的。
現在。 在raspbx 上, 裝了asterisk-gui. 和重裝asterisk11.3

TOP

返回列表