Установка GUI для Asterisk/11.10.2 (OS - CentOS)
Install AsteriskGUI
wget http://downloads.asterisk.org/pub/telephony/asterisk-gui/asterisk-gui-2.1.0-rc1.tar.gz
tar -xzf asterisk-gui-2.1.0-rc1.tar.gz
cd asterisk-gui-2.1.0-rc1
./configure
make
make install
nano /etc/asterisk/manager.conf
change it to look like this (remove any ";" )
[general]
enabled = yes
webenabled = yes
port = 5038
bindaddr = 0.0.0.0
[admin]
secret = (the password that you will use in login)
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config
nano /etc/asterisk/http.conf
change it to look like this (remove any ";" )
[general]
enabled=yes
bindaddr=0.0.0.0
enablestatic=yes
make checkconfig
/etc/init.d/asterisk restart
Paste this in your browser (replace x.x.x.x with your VPS IP)
http://x.x.x.x:8088/static/config/cfgbasic.html
user=admin & password= (secret that you choose in manager.conf)
wget http://downloads.asterisk.org/pub/telephony/asterisk-gui/asterisk-gui-2.1.0-rc1.tar.gz
tar -xzf asterisk-gui-2.1.0-rc1.tar.gz
cd asterisk-gui-2.1.0-rc1
./configure
make
make install
nano /etc/asterisk/manager.conf
change it to look like this (remove any ";" )
[general]
enabled = yes
webenabled = yes
port = 5038
bindaddr = 0.0.0.0
[admin]
secret = (the password that you will use in login)
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config
nano /etc/asterisk/http.conf
change it to look like this (remove any ";" )
[general]
enabled=yes
bindaddr=0.0.0.0
enablestatic=yes
make checkconfig
/etc/init.d/asterisk restart
Paste this in your browser (replace x.x.x.x with your VPS IP)
http://x.x.x.x:8088/static/config/cfgbasic.html
user=admin & password= (secret that you choose in manager.conf)
Комментарии
Отправить комментарий