Jump to content

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


5953lc

Recommended Posts

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...

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...