5953lc Posted August 25, 2016 Report Posted August 25, 2016 Call History is limited to 1000 calls - can this be increased to match the CDR and Recording Duration of 9999d and Maximum number of CDRs of 100000 ? For our system, 1000 calls are most recently from: 8/25/2016, 1:07:05 AM 8/21/2016, 8:36:27 PM So that's less than 4 days of calls because Vodia sometimes logs both legs of a call. Increasing the Call History to 9999d and or 100000 would be consistent with the other logging functions... Quote
Vodia PBX Posted August 25, 2016 Report Posted August 25, 2016 Currently it is coded in the dom_calllog.htm page: var count = json_ajax({ "action": "count-cdr-summary", "start": 0, "length": 1000, "domain": true }); You could edit the template and set it to another value. However it will obviously take its toll on the CPU, you need to be aware about that. Quote
5953lc Posted August 26, 2016 Author Report Posted August 26, 2016 Awesome... So the dom_calllog.htm is generated server-side, and not client-side. What is the upper value for "length" ? How much of a CPU hit would you expect going from 1000 to 9999 ? So I can edit the dom_calllog.htm page under "Customize" and "Templates", for "dom_calllog.htm" with "Type" set to "Webpages (Domain)" ? Do I have to reboot the server for the changes to take effect ? NOTE: I edited the dom_calllog.htm as listed above and rebooted and there was no change. Quote
5953lc Posted August 27, 2016 Author Report Posted August 27, 2016 Ok... WORKING!!!!! It's not the Administrator Call Log, it's the Domain Call Log. Works perfectly, even up to 50000 records. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.