Problema en FOP2 "Connecting to server, attempt number : 1"
he seguido los pasos de " http://www.fop2.com/docs/installation.php#SystemRequirements " y
comprobado lo siguiente que es lo comun segun veo que produce problemas:
uname -a
Linux PBXTEST 2.6.18-348.1.1.el5 #1 SMP Tue Jan 22 16:19:19 EST 2013 x86_64 x86_64 x86_64 GNU/Linux
Kernel
Linux(x86_64)-2.6.18-348.1.1.el5
Elastix
elastix-2.4.0-1
elastix-portknock-0.0.1-0
elastix-agenda-2.4.0-1
elastix-email_admin-2.4.0-1
elastix-addons-2.4.0-1
elastix-fax-2.4.0-1
elastix-firstboot-2.4.0-1
elastix-framework-2.4.0-1
elastix-reports-2.4.0-1
elastix-my_extension-2.4.0-1
elastix-extras-2.4.0-1
elastix-vtigercrm-5.2.1-7
elastix-system-2.4.0-1
elastix-security-2.4.0-1
elastix-im-2.4.0-1
elastix-a2billing-1.9.4-5
elastix-asterisk-sounds-1.2.3-1
elastix-pbx-2.4.0-1
RounCubeMail
RoundCubeMail-0.3.1-12
Mail
postfix-2.3.3-6.el5
cyrus-imapd-2.3.7-12.el5_7.2
IM
openfire-3.7.1-1
FreePBX
freePBX-2.8.1-16
Asterisk
asterisk-1.8.20.0-0
asterisk-perl-0.10-2
asterisk-addons-1.8.20.0-0
FAX
hylafax-4.3.10-2rhel5
iaxmodem-1.2.0-2
DRIVERS
dahdi-2.6.1-4
rhino-0.99.6-0.b2
wanpipe-util-3.5.28-0
pgrep fop2
8641
netstat -lnp |grep 44
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 3432/httpd
tcp 0 0 0.0.0.0:4445 0.0.0.0:* LISTEN 8641/fop2_server
unix 2 [ ACC ] STREAM LISTENING 30344 8641/fop2_server /var/run/fop2.ctl
unix 2 [ ACC ] STREAM LISTENING 8144 2975/hald @/var/run/hald/dbus-SZkuMCgeAZ
unix 2 [ ACC ] STREAM LISTENING 10544 3416/master private/lmtp
pare el FOP1
/etc/ amportal.conf
FOPRUN=false
configure mi firewall de la siguiente manera :
Traffic "INPUT"
Interface "ANY"
Source and Destination address 0.0.0.0/0
Protocol: TCP
Source Port: "ANY"
Destination Port: "FOP" (provided you have the define ports set up properly)
Target: "ACCEPT"
configure mi puerto:
Name: "FOP"
Protocol: "TCP"
Port: 4445
este es mi fop2.cfg:
[general]
; AMI definitions
manager_host=127.0.0.1
manager_port=5038
manager_user=admin
manager_secret=2501
este mi manager.conf:
[general]
enabled = yes
port = 5038
bindaddr = 127.0.0.1
displayconnects=no ;only effects 1.6+
[admin]
secret = 2501
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
read = all,system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate
write = all,system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate
[fop2]
secret = 2501
deny = 0.0.0.0/0.0.0.0
permit = 127.0.0.1/255.255.255.0
read = all
write = all
writetimeout = 1000
eventfilter=!Event: RTCP*
eventfilter=!Event: VarSet
eventfilter=!Event: Cdr
eventfilter=!Event: DTMF
eventfilter=!Event: AGIExec
eventfilter=!Event: ExtensionStatus
eventfilter=!Event: ChannelUpdate
eventfilter=!Event: ChallengeSent
eventfilter=!Event: SuccessfulAuth
realizo la prueba y me arroja esto:
/usr/local/fop2/fop2_server --test
Flash Operator Panel 2 - License file fop2.lic not found.
Running in Demo Mode
Connection to manager OK!
pero la momento de intentar ingresar por la web https://xx.xx.xx.xx/fop2/ me dice lo siguiente:
One moment please
Connecting to server, attempt number : 1
ya no se que hacer... he probado diferentes versiones y sigue arrojándome el mismo resultado....
necesito ayuda en saber que me estoy saltando o que me falta para poder hacer funcionar el FOP2.
espero su pronta respuesta sobre mi inconveniente
Answered by miguelacho
See post in contextabrí la consola javascript y me arroja lo siguiente:
Firefox can't establish a connection to the server at wss://104.156.59.67:4445/. jquery-1.11.3.min.js line 2 > eval line 1 > eval:1:0
TypeError: infoUrl.domain is null jquery-2.1.0.min.js:130:1
NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIInterfaceRequestor.getInterface]
alguna sugerencia de como solucionar esto??
tenia entendido que con crear la regla en el firewall del elastix y configurar el puerto 4445 liberaría el trafico por ese puerto:
Traffic "INPUT"
Interface "ANY"
Source and Destination address 0.0.0.0/0
Protocol: TCP
Source Port: "ANY"
Destination Port: "FOP" (provided you have the define ports set up properly)
Target: "ACCEPT"
configure mi puerto:
Name: "FOP"
Protocol: "TCP"
Port: 4445
gracias por tu respuesta quedo atento a cualquier otra ayuda que me puedas dar.