установил asterisknow
решил установить к нему FOP2
пошел по описанному на оф.сайте пути
https://www.fop2.com/docs/installation.php
вроде и пользователь для AMI создался и директории по местамInstallation with one command
If you are using a suported backend (Issabel, Ombutel, PBX in a flash, Trixbox and many others) there is a really simple way to install FOP2 and have it configured automatically. It even works on vanilla Asterisk installs. You must log into your server command line via ssh or similar, and then run the following command:
wget -O - http://download.fop2.com/install_fop2.sh | bash
The downloaded script will run and it will get the corresponding FOP2 tarball for your system, extract and install it, and then it will create a special manager user in the Asterisk manager_custom.conf file.
Once it finishes you just can point your browser to http://your.server/fop2/admin to start configuring FOP2 and users, or to http://your.server/fop2 to log into the switcboard.
That is all! You can use the web from then on to ajust FOP2 to your preference.
If you prefer to do things by hand or you use other kind of Linux distros, then follow the next two chapters to see how to download and install. It is also simle, but it will take 5 or 6 commands and editing of a text based configuration file.
и страница по адресу
http://192.168.233.6/fop2/admin/index.php
доступна
ввожу стандартные данные
логин fop2admin
пароль fop2admin
получаю ответ Invalid Credential
перепроверяю конфиги
/var/htmp/fop2/admin/config.php
логин пароль верный
перехожу к пункту проверка:
/usr/local/fop2/fop2_server --test
и не возвращает управление консоли[root@callcenter fop2]# service fop2 stop
Shutting down Flash Operator Panel 2: [ OK ]
[root@callcenter fop2]# service fop2 start
Starting Flash Operator Panel 2: [ OK ]
[root@callcenter fop2]# /usr/local/fop2/fop2_server –test
Flash Operator Panel 2 - License file /usr/local/fop2/fop2.lic not found.
EV: error in callback (ignoring): bind: Address already in use at script/fop2_server.pl line 15368
Use of uninitialized value in split at script/fop2_server.pl line 9682.
предполагаю что ошибка
EV: error in callback (ignoring): bind: Address already in use at script/fop2_server.pl line 15368
связана с тем что запущен сервер
стопарю его
[root@callcenter fop2]# service fop2 stop
запускаю повторно тест
на сайте fop2.com чёт не нашел куда смотреть[root@callcenter fop2]# /usr/local/fop2/fop2_server –test
Flash Operator Panel 2 - License file /usr/local/fop2/fop2.lic not found.
Use of uninitialized value in split at script/fop2_server.pl line 9682.
есть мысли что ещё проверить?