I installed a fresh distro of FreePBX 64 bit. When I try and click on the iSymphony menu pick I get a connection refused error in my browser. The browser looks like it is going to:
http://[DOMAIN]:58080/client/client Is this correct?
That’s the correct port for iSymphony yes. Check that the iSymphony server process is running. Logon as root and do the following:
service iSymphonyServerV3 status
If it’s running OK. If not then:
service iSymphonyServerV3 start
and then to make it start at boot time:
chkconfig --level 345 iSymphonyServerV3 on