kharkov_max » 2011-09-20 14:18:25
На сколько я понимаю такой вывод:
Код: Выделить всё
/usr/ports/www/asterisk-gui>>make checkconfig
--- Checking Asterisk configuration to see if it will support the GUI ---
* Checking for http.conf: OK
* Checking for manager.conf: OK
* Checking if HTTP is enabled: OK
* Checking if HTTP static support is enabled: OK
* Checking if manager is enabled: OK
* Checking if manager over HTTP is enabled: OK
--- Everything looks good ---
* GUI should be available at http://gateway.mkh.local:8088/asterisk/static/config/cfgbasic.html
* Note: If you have bindaddr=127.0.0.1 in /usr/local/etc/asterisk/http.conf
you will only be able to visit it from the local machine.
Example: http://localhost:8088/asterisk/static/config/cfgbasic.html
* The login and password should be an entry from /usr/local/etc/asterisk/manager.conf
which has 'config' permission in read and write. For example:
[admin]
secret = mysecret9294
read = system,call,log,verbose,command,agent,config
write = system,call,log,verbose,command,agent,config
--- Good luck! ---
говорит что с конфигами все хорошо.
Руками в конфигах прописан Sip телефон, как его можно увидеть в GUI ?
Собственно телефон подключен и работает, а GUI не видит.
Так же есть dialplan - его тоже не видно в GUI.
manager.conf
Код: Выделить всё
[admin]
secret = secret
deny=0.0.0.0/0.0.0.0
permit = 192.168.0.1/255.255.255.0
read=system,call,log,verbose,agent,user,config,command,dfmf,reporting,cdr,dialplan,originate
write=system,call,log,verbose,agent,user,config,command,dfmf,reporting,cdr,dialplan,originate
На сколько я понимаю такой вывод:
[code]
/usr/ports/www/asterisk-gui>>make checkconfig
--- Checking Asterisk configuration to see if it will support the GUI ---
* Checking for http.conf: OK
* Checking for manager.conf: OK
* Checking if HTTP is enabled: OK
* Checking if HTTP static support is enabled: OK
* Checking if manager is enabled: OK
* Checking if manager over HTTP is enabled: OK
--- Everything looks good ---
* GUI should be available at http://gateway.mkh.local:8088/asterisk/static/config/cfgbasic.html
* Note: If you have bindaddr=127.0.0.1 in /usr/local/etc/asterisk/http.conf
you will only be able to visit it from the local machine.
Example: http://localhost:8088/asterisk/static/config/cfgbasic.html
* The login and password should be an entry from /usr/local/etc/asterisk/manager.conf
which has 'config' permission in read and write. For example:
[admin]
secret = mysecret9294
read = system,call,log,verbose,command,agent,config
write = system,call,log,verbose,command,agent,config
--- Good luck! ---
[/code]
говорит что с конфигами все хорошо.
Руками в конфигах прописан Sip телефон, как его можно увидеть в GUI ?
Собственно телефон подключен и работает, а GUI не видит.
Так же есть dialplan - его тоже не видно в GUI.
manager.conf
[code]
[admin]
secret = secret
deny=0.0.0.0/0.0.0.0
permit = 192.168.0.1/255.255.255.0
read=system,call,log,verbose,agent,user,config,command,dfmf,reporting,cdr,dialplan,originate
write=system,call,log,verbose,agent,user,config,command,dfmf,reporting,cdr,dialplan,originate
[/code]