| 本帖最後由 角色 於 2013-10-6 07:55 編輯 
 Raspberry + Asterisk-GUI-11.5.1 V1 2013-10-06.img
 
 Based on the image "Raspberry + Asterisk-11.5.1 V1 2013-10-05.img" with Astersik-GUI, it forms another image of Asterisk with GUI function.
 複製代碼How to install Asterisk-GUI
1. cd /usr/src/asterisk
2. wget http://downloads.asterisk.org/pub/telephony/asterisk-gui/asterisk-gui-2.1.0-rc1.tar.gz
3. tar xvf ./asterisk-gui-2.1.0-rc1.tar.gz
4. cd asterisk-gui-2.1.0-rc1
5. ./configure
6. make
7. make install
8. edit /etc/asterisk/manager.conf
[general]
enabled = yes
webenabled = yes
port = 8088
bindaddr = 0.0.0.0
[admin]
secret=admin
read=system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
write=system,call,agent,user,config,command,reporting,originate
9. edit /etc/asterisk/http.conf
[general]
redirect = / /asterisk/static/config/index.html
enabled=yes
bindaddr=0.0.0.0
prefix=asterisk
enablestatic=yes
10. restart asterisk
11. Using a browser to enter an ip address 192.168.88.252:8088
12. Username=admin, Password=admin
 |