Hi! Released version 2.30.0.2, but it is not clear what new? Maybe I'm not looking of course?
Hi! Released version 2.30.0.2, but it is not clear what new? Maybe I'm not looking of course?
There is a changelog provided in the fop2 tarball, here is the tidbig for 2.30.02:
-------------------------------
FOP2 Version 2.30.02
-------------------------------
date: Wed Nov 04 17:03:23 2015 -0300
summary: Add mising context page in FOP2 Manager. Fix query for multi tenant in autoconfig buttons
date: Tue Nov 03 15:55:30 2015 -0300
summary: Be sure actions are sent to AMI and not ESL when no fsesl defined
date: Tue Nov 03 15:01:49 2015 -0300
summary: Bump FOP2 Manager to 1.1.0
date: Tue Nov 03 15:00:48 2015 -0300
summary: Fix alertify prompt on FOP2 Manager
date: Tue Nov 03 14:59:18 2015 -0300
summary: Update browser plugin to support multiple windows version 1.0.1
date: Thu Oct 29 13:27:11 2015 -0300
summary: Add textarea formats with codemirror editor for FOP2 Manager, so we can have nice looking editors for tempaltes
date: Thu Oct 29 13:25:42 2015 -0300
summary: Make transfer to mailbox and transfer external use mailbox and external numbers to dial when not busy
date: Wed Oct 28 14:11:45 2015 -0300
summary: Update fop2button table definitions for create statements
date: Wed Oct 28 13:36:25 2015 -0300
summary: Functions custom in FOP2 Manager will discard templates definitions from sip.conf
Hi,
I just downloaded the latest version.
Logging as admin and press the "Tenants" I got "The requested URL /fop2/admin/pagebs.fop2contexts.php was not found on this server."
The file pagebs.fop2contexts.php is missing
Thanks for the feedback, I will review it. In the meantime, download the fop2manager tar.gz from www.fop2.com/download.php , extract it and see if you have the file in there.
File is missing.
Redownload the file please, should be there now.
A few bug on Elastix MTE :
/var/www/html/fop2/admin/functions.php
ligne 1715 et 1749 (suppression de encoded)
ligne 1757 commentaire (formencoded)
autoconfig-buttons.sh ligne 128 change exclude par fop2buttons.exclude
After works well.
Previous version (4th of November) some buttons were missing when we created many groups.
Thanks for this good product
@Parlanoo974 A few bug on Elastix MTE :
/var/www/html/fop2/admin/functions.phpligne 1715 et 1749 (suppression de encoded)
ligne 1757 commentaire (formencoded)autoconfig-buttons.sh ligne 128 change exclude par fop2buttons.exclude
After works well.
Previous version (4th of November) some buttons were missing when we created many groups.
Thanks for this good product
Can you please elaborate if my problem that all buttons are not being displayed after the upgrade is the problem you mentioned for elastix MTE?
Most probably it has to do with the autoconfig-buttons.sh where you must set a field as fop2buttons.exclude instead of just exclude:
autoconfig-buttons.sh ligne 128 change exclude par fop2buttons.exclude
Solved, thanks.
Is it possible to run this beta along side my stable version of fop as a test?
It is not possible. Actually it is possible but super complicated to setup: copy the server part into a different location than /usr/loca/fop2, for example /usr/local/fop2new, copy the html files to a different location that /var/www/html/fop2, for example /var/www/html/fop2new, change the listen port on /usr/local/fop2new/fop2.cfg to something different than 4445, change web_dir to point to the new web location /var/www/html/fop2new, copy the fop2.lic file from /usr/local/fop2 to /usr/local/fop2new, then start the fop2_server from that new location to launch the server: /usr/local/fop2/fop2new/fop2_server -d, and then browse the web files http://your.server/fop2new
However 2.30 is no longer in beta and considered stable.
Hello, Just a suggestion :
At the end of the upgrade, you should mention not only the config file of fop2 but the config file of fop2admin too.
I must each time change the DB Access in both.
Or for Elastix 3 MTE, you can use the default Elastix dB (elxpbx) and find the password of the db in /etc/elastix.conf
you have a line :
mysqlrootpwd=Password
(user root for mysql)
Thanks in advance
Jean-Luc
Hello, a small translation error to :
In French, logout is "Deconnexion, not Deonnection
Kindly
Jean-Luc
has FOP2 been tested at all or known to work with FreePBX 13 / asterisk 13 systems?
FOP2 2.30.x works well with Asterisk 13. Previous versions might have some little issues.
@admin - This is a long shot, but we're running Asterisk (Ver. 11.19.0) with FreePBX 12.0.76.2 - Is it safe to install fop2 2.30 or will we see loads of issues?
Thanks.
It is perfectly safe.
Hello,
How can I send commands by url?
When fop2 extension installed typing fop2 allow you to type commands, like dial xxx.
How can I do it with run commands from url?
like http://192.168.1.10/fop2/dial xxx
or
http://192.168.1.10/fop2/?exten=100&pass=9999&context=tenantA&dial=xxx
How can I use the fop2 api?
You cannot perform actions via URL. What you see when typing FOP2 are some smart actions available via the Chrome plugin only, where you can dial a number or change presence by typing it in the URL bar.