0% found this document useful (0 votes)
335 views

Configuracion FOP2

The document provides instructions for downloading, installing, and configuring an operator panel called FOP2 that allows real-time monitoring of an Asterisk server. Key steps include downloading and extracting the FOP2 package, editing configuration files for FOP2 and Asterisk, testing the connection to the Asterisk manager, and restarting the FOP2 service.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
335 views

Configuracion FOP2

The document provides instructions for downloading, installing, and configuring an operator panel called FOP2 that allows real-time monitoring of an Asterisk server. Key steps include downloading and extracting the FOP2 package, editing configuration files for FOP2 and Asterisk, testing the connection to the Asterisk manager, and restarting the FOP2 service.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

LABORATORIO 13

Panel Flash Operator Panel de Monitoreo en tiempo Real

Descargamos el paquete desde la pagina web: http://www.fop2.com/download.php

Movemos en paquete en el direcorio /var/www/html/

#cd /root/Desktop/ #mv fop2-2.11-centos5-i386.tgz /var/www/html/

Desmpaquetar

#cd /var/www/html/ #tar zxvf fop2-2.11-centos5-i386.tgz

Ingresamos a fop2

#cd /var/www/html/ #cd fop2

Instalamos fop2 #make install Esto generara automticamente un directorio fop2 con sus ficheros de configuracin en el directorio /usr/local/

# vim /usr/local/fop2/fop2.cfg
[general] manager_host = manager_port = manager_user = manager_secret localhost 5038 admin = amp111

# vim /etc/asterisk/manager.conf
[general] enabled = yes port = 5038 bindaddr = 127.0.0.1 [admin] secret = amp111 deny = 0.0.0.0/0.0.0.0 permit = 127.0.0.1/255.255.255.0 read = system,call,command,agent,user,originate write = system,call,command,agent,user,originate

# vim /etc/asterisk/sip.conf, dentro de la session general


callevents=yes

Testeamos la conexin del manager #/usr/local/fop2/fop2_server test Connection to manager OK!

#vim /usr/local/fop2/fop2.cfg
[general] manager_host=localhost manager_port=5038 manager_user=admin manager_secret=amp111 language poll_interval poll_voicemail monitor_ipaddress user=1001:1001:all user=1002:1002:all buttonfile=buttons.cfg = = = = en 86400 1 0

#vim /usr/local/fop2/buttons.cfg
[SIP/1001] type=extension extension=1001 context=internal label=Juan Perez mailbox=1001@default extenvoicemail=*1001@default channel=SIP/1001 [SIP/1002] type=extension extension=1002 context=internal label=Maria Palacios mailbox=1002@default extenvoicemail=*1002@internal [SIP/1003] type=extension extension=1003 context=internal label=Pablo Zegarra mailbox=1003@default extenvoicemail=*1003@internal [DAHDI/1] type=trunk label=LINEA1 channel=DAHDI/1 channel=DAHDI/2

Finalmente reiniciamos el servicio #/etc/init.d/fop2 restart

You might also like