I have a freshly installed FOP2 setup on a Centos5.6+Asterisk1.8.5.0+FreePBX2.7.0.10 but I cannot get the clients to log in.
I've disabled FOP1 and the FOP2 servers starts up just fine with no noticeable error messages. But when I point a client browser to http://blah/fop2 and enter known extension credentials to log in, nothing happens and it prompts for credential again.
Here's the output when running fop2_server -X 15 and attempting to connect several times from another machine:
** CLEAN SOCKET connection lost removing socket IO::Socket::INET=GLOB(0xa685260) ** CLEAN SOCKET flash client connection lost No flash clients connected 192.168.1.104 => <?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <allow-access-from domain="*" secure="false" to-ports="4445" /> </cross-domain-policy> ** CLEAN SOCKET connection lost removing socket IO::Socket::INET=GLOB(0x84ca090) ** CLEAN SOCKET flash client connection lost No flash clients connected 192.168.1.104 <= <msg data="GENERAL|contexto|1|" /> 192.168.1.104 => { "btn": "0", "cmd": "key", "data": "lcfgME5Me2vwcjyGW", "slot": "" } 192.168.1.104 => { "btn": "0@GENERAL", "cmd": "version", "data": "2.21!!1", "slot": "" } 192.168.1.104 <= <msg data="1|auth|102|7ee91cb5d3cc01e6e858150b50de47bd" /> 192.168.1.104 => { "btn": "0", "cmd": "incorrect", "data": "0", "slot": "" } ** CLEAN SOCKET connection lost removing socket IO::Socket::INET=GLOB(0xa68543c) ** CLEAN SOCKET flash client connection lost No flash clients connected 192.168.1.104 <= <msg data="GENERAL|contexto|1|" /> 192.168.1.104 => { "btn": "0", "cmd": "key", "data": "E5NqiQdHMOEbnCBLFD", "slot": "" } 192.168.1.104 => { "btn": "0@GENERAL", "cmd": "version", "data": "2.21!!1", "slot": "" } 192.168.1.104 <= <msg data="1|auth|102|eaf64aacb19a53dce9173091fa718b24" /> 192.168.1.104 => { "btn": "0", "cmd": "incorrect", "data": "0", "slot": "" } ** CLEAN SOCKET connection lost removing socket IO::Socket::INET=GLOB(0xa3f51a4) ** CLEAN SOCKET flash client connection lost No flash clients connected 192.168.1.104 <= <msg data="GENERAL|contexto|1|" /> 192.168.1.104 => { "btn": "0", "cmd": "key", "data": "IBXsbkzggRGv96OgDOvKpkdP4RoEk7l", "slot": "" } 192.168.1.104 => { "btn": "0@GENERAL", "cmd": "version", "data": "2.21!!1", "slot": "" } 192.168.1.104 <= <msg data="1|auth|102|2cdb2205ef72b1560d55603bd5ac3d2f" /> 192.168.1.104 => { "btn": "0", "cmd": "incorrect", "data": "0", "slot": "" }
Any help/hints greatly appreciated!