返回列表 發帖
買了raspberry pi 後, 裝了freepbx.
用了幾天。 仍然摸索中。
初步感覺GUI不太friendly.
Extension完成。
未可以inbound 和 outbound.

TOP

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

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

TOP

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

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

TOP

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

謝謝.

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

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

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

TOP

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

/opt/bin/ipkg list |more

TOP

我用RASPBERRY PI官方 Soft-float Debian wheezy

http://www.raspberrypi.org/downloads

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

返回列表