Member
Last active 7 years ago
When I click on the back button in the mini-browser, it seems the call history window also goes to the previous page. Like if I set calls from All to Answered only, it will revert to All after pressing back on the mini-browser.
Call History 1.0.3
Mini Browser 1.0.2
FOP2 2.30.04
I see there is a new version of the Queue Login, is there a place where I can see the changelog?
We seem to have resolved our issue. Since we have PJSIP extensions, I updated these two files:
/var/www/html/fop2/admin/plugins/callhistory/callhistorybsgrid.php
&
/var/www/html/fop2/calldetailrecords.php
Find all instances of SIP/ and change them to PJSIP, I think there are 5 in each file. This seems to be wokring for me just fine. I believe a future FOP2 update may account for both types.
Thanks Nicolas.
This is doubly confusing because we have a pjsip inbound trunk, and a sip outbound trunk! I am lost trying to construct the correct query here to get all the calls without getting some bogus stuff.
Hope you can help!
Thanks, this pointed me in the right direction. After doing some digging, I unearthed the difference in the query results, and found that we were not getting all of the results because our voip 'channel' is actually a PJSIP channel, rather than a SIP channel.
After changing it in both places in the the $mifilt IF statement within calldetailrecords.php, I'm now seeing what might be all the calls. Is there anywhere else in the file this should be updated?
Maybe we could add a wildcard in front of the SIP to account for either voip setting?
Kevin
That command returns no entries in the log. I do return errors in the log when I search for some other text, so the log is working.
When I check CDR Reports in freepbx, I am able to see two outbound calls that I made today, but these aren't present in the FOP2 History.
The Call History is populating, both in the Button and in the Profile Drop Down>History Window, but it is populating only with old information.
It shows my last Incoming call was 11 days ago, when it should be today, and it shows my last Outgoing call as 6 days ago, when it should be today. Other users on my installation are seeing similar information.
Thanks for the help!
How long did you set gc lifetime?
My history is not updating either. I've restarted my computer, which should initiate a new PHP session anyway, but it still does not update. FOP2 2.30.04, FreePBX 13.0.70
I just checked in freepbx under Reports>phpinfo and see:
session.gc_maxlifetime: local value: 2592000 master value: 1440
Should I set the master longer, to equal the local value?
It's working! Thanks for digging into it.
Loving our new system.
It seems I don't have a way to disable eventwhencalled=yes in Freepbx 13, and it's always enabled. http://community.freepbx.org/t/event-when-called/27596
If I want to use the plugin on a Tech Support Queue with a wrap-up of 120 seconds, do I need to put this time into both FreePBX and FOP2, or just FOP2?
Also, we have Agents configured in our three queues in FreePBX, static or dynamic. We found that those had to be empty for FOP2 to add/remove users from queues correctly.
I will try and do the debug mode and see what's going on in the meantime.
Thanks for the help!