Ticket #1426 (closed Feature Requests: fixed)

Opened 7 years ago

Last modified 2 years ago

Make CDR a module

Reported by: gregmac Assigned to: mickecarlsson
Priority: minor Milestone: 2.10
Component: Third Party Module Version:
Keywords: Cc:
Confirmation: Need testing Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description (Last modified by gregmac)

CDR interface should be a module

Change History

11/23/06 12:40:18 changed by gregmac

  • type changed from Bugs to Feature Requests.
  • description changed.

11/23/06 12:46:09 changed by p_lindheimer

  • version deleted.

11/13/07 19:25:13 changed by WAudette

  • confirmation set to Unreviewed.
  • engine_version changed.
  • svn_rev changed.
  • milestone deleted.

07/24/08 22:13:17 changed by ryppn

  • milestone set to Cut Line.

02/26/11 15:11:31 changed by p_lindheimer

  • milestone changed from Cut Line to 2.10.

08/05/11 15:30:01 changed by mickecarlsson

  • owner set to mickecarlsson.

This is now a work in progress
In [12326] Initial checkin of a new CDR viewer. This CDR viewer is a module in FreePBX. It is based on Asterisk CDR Viewer made by Igor Okunev. csv download does not work and is disabled. Module is tagged extended.
In [12328] removed debug code from cdr
In [12330] Download function added
In [12331] Hmmm, this code went to wrong place, fix it so that php is happy
In [12332] added csv export
In [12334] added localization
In [12335] tag is as unsupported for now
In [12337] all done with localization
In [12338] more localization stuff
In [12339] Fixed a bug in recorings path
In [12341] Update cdr to support regex in dst and src. Thank you Igor.
In [12342] added tooltip, fixed spelling errors
In [12343] oups, revert faulty checkin form module.xml
In [12345] spelling error, updated .pot file
In [12349] fixed bad module.xml from yesterday
In [12351] added html escape for all fields.
In [12352] updated code from main stream. bug fix for regexp
In [12355] added russian localization. Thank you Igor
In [12356] updated languages for russian and swedish language
In [12358] updated the code so that searches that starts with a 0 (zero) work.

08/05/11 15:30:32 changed by mickecarlsson

  • confirmation changed from Unreviewed to Need testing.

08/05/11 15:51:13 changed by mickecarlsson

(In [12361]) Re #1426, removed obsolete code, removed cid lookup as the url pointed to a site that is a paid one

08/05/11 16:02:47 changed by mickecarlsson

(In [12362]) Re #1426, stretched the cdr table a bit

08/09/11 00:51:23 changed by mickecarlsson

(In [12380]) Re #1426, Added DID field to CDR Viewer, you MUST delete your old version and install this one for the DB to be updated. Not releasing it yet

08/09/11 00:54:30 changed by mickecarlsson

(In [12381]) Re #1426, bumped version so that module is disabled if someone is running of svn is forced to run install.php

08/10/11 01:07:09 changed by mickecarlsson

(In [12388]) Re #1426, updated with correct copyright information

08/11/11 14:17:39 changed by mickecarlsson

(In [12399]) Re #1426, recorded calls are now playable, many many more changes. Going beta now

08/12/11 13:51:25 changed by mickecarlsson

(In [12401]) Re #1426, fixed install script to work with 2.8 and older

08/12/11 16:14:23 changed by mickecarlsson

(In [12403]) Re #1426, get rid off undefined variables

08/12/11 16:16:18 changed by mickecarlsson

(In [12404]) Re #1426, fix audio Content-Type and add all the format that we use in FreePBX for recordings

08/13/11 05:52:55 changed by mickecarlsson

(In [12405]) Re #1426, dont assume default database in install script

08/22/11 14:04:07 changed by mickecarlsson

(In [12436]) Re #1426, fixed bug when cdr database is without uniqueid, triggered display of a playable file on every cdr record

08/31/11 16:29:39 changed by mickecarlsson

(In [12473]) Re #1426, add more time to csv export

09/02/11 04:37:26 changed by mbrevda

(In [12475]) re #1426 - DELETE CDR. YAAAAAAAAAAAAAAAAAY!. Sorry mickecarlsson, couldnt wait to see this happen!

09/02/11 15:05:39 changed by mickecarlsson

(In [12477]) Re #1426, speed up execution when download csv

09/02/11 15:29:01 changed by mickecarlsson

(In [12478]) Re #1426, rename module to CDR Reports as the old CDR is now removed from the upcoming 2.10, module is moved from unsupported to standard repo

09/08/11 16:04:16 changed by mickecarlsson

(In [12493]) Re #1426, remove Concurrent Calls for now, I need to figure out a faster way to calculate those, as doing just concurrent with 200 calls takes more than 30 seconds. Disabling it so it can be activated later

09/09/11 08:24:11 changed by mbrevda

(In [12494]) re #1426 - code/gui cosmetics

09/09/11 08:36:46 changed by mbrevda

(In [12495]) re #1426 - code/gui cosmetics

09/17/11 20:42:12 changed by mbrevda

  • status changed from new to closed.
  • resolution set to fixed.

Mike, I'm closing this as fixed, feel free to change if needed.

09/23/11 01:15:34 changed by mickecarlsson

(In [12682]) Re #1426, move Not selection for Disposition so it is consistent with the others