Member
Last active 11 years ago
I'm going out on limb here having been a newcomer to FOP2 but in most instances I would expect FOP2 to be on the same server as Asterisk, and the AMI.
However having said that if you have FOP2 running on another web server and you have ensured that it is configured to connect to another server hosting Asterisk and the AMI and the required connecting ports are open along with using the correct AMI authentication as defined in
/etc/asterisk/manager.conf
and
/usr/local/fop2/fop2.cfg
Then in theory this would also work, Some more experienced users please correct me if I am wrong.
Also when testing using /usr/local/fop2/fop2_server --test
Would confirm that FOP2 can talk to Asterisk AMI
The webserver (for FOP2) is Ubuntu 13.04, the PBX is CentOS 6.4.
Hi Because your running Centos 6.4 you need to configure FOP2 to run as a Centos 5 process see below:
We are working on a custom binary for Centos 6. In the meantime, you can use the Centos 5 binary, the only thing to do is to create a symlink for libcrypto so it works correctly:
In a 64 bit system the command is:
ln -s /usr/lib64/libcrypto.so.10 /usr/lib64/libcrypto.so.6
In a 32 bit system the command is:
ln -s /usr/lib/libcrypto.so.10 /usr/lib/libcrypto.so.6
Thanks :) I found this out by trial and error
Don't know if they may help you. But I had a similar problem with FOP2 running on Asterisk 11.2.1 w/FreePBX 2.11.0.0beta2.2
I would try to remove/add extensions to/from a specific queue and nothing would happen. As it turns out I have declared in Queue static agents.
When I removed all agents from the queue in FreePBX GUI or in queues_additional.conf and left the queue empty in so far as Asterisk was concerned. And then restarted FOP2
I was able to use FOP2 to add/remove extensions to/from queues as I pleased.
Not sure if my experience will help in your case, but thought I share it in the off chance it does.
Hi
I'm running AsteriskNow 3.0.0 Asterisk (Ver. 11.2.1) with FreePBX FreePBX 2.11.0.0beta2.2 and after some tiny issues have got FOP2 running perfectly on this platform.
Followed the Installation Guides provided on FOP2's website and it pretty much worked straight out of the box if you need any help drop me a message.
Hi
I'm running AsteriskNow 3.0.0 with FreePBX FreePBX 2.11.0.0beta2.2 and for the most part FOP2 works. However I have one problem which I cannot resolve.
I have a Queue called 900 Support it has 5 extensions which are members the extensions are static agents. I can pause and un-pause the queue members but I cannot remove them from the queue or add them back to the queue. When I select the queue member extension and select "Remove from Support" either in the queue using FOP2 or by clicking on the extension in FOP2 nothing happens?
Any Ideas how I could troubleshoot and resolve this?
Possibly a stupid question, But should ring groups in FOP2 show members like a queue does?
Hi
This is my first time here and my first time using FOP2. I have a problem in that when I login to FOP2 I can only see 2 of my eight call queues. Not sure where to start to resolve this?
Any help much appreciated.