Asterisk เป็น IP-PBX Software ซึ่งมีเวอร์ชั่นที่เป็น Open Source สามารถดานว์โหลดมาใช้งานได้ฟรี
Asterisk GUI เป็นเว็บเบสสำหรับการกำหนดค่าต่างๆ ให้กับระบบ Asterisk Server ช่วยให้เราทำงานกับ Asterisk Server ได้ง่ายและสะดวกมากขึ้น ขั้นตอนการติดตั้งก็ทำได้ง่าย ๆ ดังนี้
ขั้นตอนการติดตั้ง Asterisk
- ติดตั้ง Asterisk ด้วยคำสั่ง
apt-get install asterisk
ขั้นตอนการติดตั้ง Asterisk-GUI
- apt-get install subversion
- cd /usr/src/
- svn checkout http://svn.digium.com/svn/asterisk-gui/branches/2.0 asterisk-gui
- cd asterisk-gui
- ./configure
- make
- make install
- แก้ไขไฟล์ /etc/asterisk/manager.conf
enabled = yes
webenabled = yes
[administrator]
secret = mysecret
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config
-->แก้ไขไฟล์ /etc/asterisk/http.conf
enabled=yes
enablestatic=yes
bindaddr=0.0.0.0
ถ้ายังไม่สามารถแสดงหน้าเว็บได้ให้เพิ่ม
prefix=asterisk ในบรรทัดสุดท้ายด้วย
- make checkconfig
- ทำการ reload asterisk และ restart apache
- ลบโฟล์เดอร์ static-http/ ใน /usr/share/asterisk/ ออก
- ทำ symbolic link ด้วยคำสั่ง ln -s /var/lib/asterisk/static-http/ /usr/share/asterisk/
การเรียกใช้งาน
- เรียกใช้ asterisk-gui ได้ที่ http://ip server asterisk-gui:8088/asterisk/static/config/index.html
- ในกรณีที่มีปัญหาเรื่อง Folder Permission ให้แก้ปัญหาโดยใช้คำสั่ง
chmod -R 777 /var/lib/asterisk/static-http/
- จะได้หน้าต่างแรกดังรูป
- เมื่อ Login เข้าระบบได้จะได้ดังรูป
ไม่มีความคิดเห็น:
แสดงความคิดเห็น