Difference between revisions of "Instalasi Astersik di Ubuntu"

From OnnoWiki
Jump to navigation Jump to search
(New page: Instalasi Asterisk di Ubuntu hanya dengan menjalankan # apt-get install asterisk)
 
Line 2: Line 2:
  
 
  # apt-get install asterisk
 
  # apt-get install asterisk
 +
 +
 +
==Aktifkan Interface Web==
 +
 +
Edit /etc/asterisk/http.conf
 +
 +
# vi /etc/asterisk/http.conf
 +
 +
Pastikan
 +
 +
enabled=yes
 +
; bindaddr=127.0.0.1
 +
 +
Akses ke Web
 +
 +
http://ip-address-asterisk-server:8088/asterisk/httpstatus

Revision as of 09:41, 4 March 2008

Instalasi Asterisk di Ubuntu hanya dengan menjalankan

# apt-get install asterisk


Aktifkan Interface Web

Edit /etc/asterisk/http.conf

# vi /etc/asterisk/http.conf

Pastikan

enabled=yes
; bindaddr=127.0.0.1

Akses ke Web

http://ip-address-asterisk-server:8088/asterisk/httpstatus