Difference between revisions of "Instalasi Astersik di Ubuntu"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Instalasi Asterisk di Ubuntu hanya dengan menjalankan # apt-get install asterisk) |
Onnowpurbo (talk | contribs) |
||
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