Recording tab under the phonebook looks faulty
Hi Nicolas,
I updated our office FOP2 to the 2.22 release.
Everything working perfectly fine except the recording tab under the phonebook.
There is no any recorded call there but in the PBX var/spool/asterisk/monitor folder I have more than 100 call.
What need to change to see these recorded calls?
The FOP2 is brilliant.
Regards,
Johnatan
I updated our office FOP2 to the 2.22 release.
Everything working perfectly fine except the recording tab under the phonebook.
There is no any recorded call there but in the PBX var/spool/asterisk/monitor folder I have more than 100 call.
What need to change to see these recorded calls?
The FOP2 is brilliant.
Regards,
Johnatan
Comments
monitor_exec=/usr/local/fop2/recording_fop2.pl
The server restarted but under the "Recordings" tab I still can't see any recorded call.
I tried to reinstall the complete FOP2 but the Recordings tab still not working.
Any advise?
Regards,
Johnatan
The scripts will try to use what you have in freepbx configured for mysql instead of your own database/credentials, so it is much easier to setup for new users (no need to tweak/handle mysql permisisons). But if you want to go with your own, you might be lacking permissions to the proper tables, etc. It is not easy to troubleshot via forum nor email.
One thing to verify: Check the permissions for the recordings_fop2.pl script, it must be executable and owned by the asterisk user.
I have just setup a new test PIAF and bought your license. I would like to have all recordings (all extensions) that are in var/spool/asterisk/monitor to show up under the tab .
Hello,
The recordings tab will show ONLY recordings that are initiated via fop2, not all your pbx recordings. To enable that you have to uncomment the 2nd monitor_exec line in fop2.cf:
Best regards,
I was under the assumption that FOP2 could somehow recognize the filename in /var/spool/asterisk/monitor and show them in the recordings tab.
Right now I have a queue that records and dumps the recording in /var/spool/asterisk/monitor and the queue manager would like to have easy access to all recordings for this queue.
Can FOP2 be modified to do this? The filename of a sample recording is below:
q700-20111214-131334-1323886414.3.wav
"Queue 700 - Date - unknown - unknown.unkown.wav"
When you inititate a recording from the pbx itself, there is no owner, also, many times you are not sure about the target extension to use, etc.
So you will have to make compromises, either hardcoding an owner, or modifying also the fop2 recordings interface (recordings.php) to not perform restrictions based on owner.