Вы находитесь на странице: 1из 5

Version 1.5.

11 27 Mar 2015
==========================
1. Add a parameter "cdr_odbc_autoreconnect" for MariaDB which support automatic
reconnect feature.
2. Add a parameter "cdr_remotedb_test" to control testing of remote db connectio
n. The default value is "true".
3. Supports Avaya IP Office. A parameter called "cdr_systemtype" is added, pleas
e set to "ipoffice" if your system is Avaya IP Office. Moreover, please use "imp
ort paramcdr ipoffice" which will import the CDR data item definition. A MySQL s
cript called "ipoffice.sql" is provided for the creation of database table.
4. Supports handling of start time and end time and their format is hh:mm:ss.
5. Supports extended logging of PBX connection data and the data is configured i
n the remark field of "add tcp" command. For example, we can log the timezone of
the PBX by specifying the data "id_timezone=-3:00" in the remark field. The com
mand is "add tcp 5001 * * custom cdr id_timezone=-3:00". To enable this feature,
update the parameter "cdr_extlog_sourceinfo" to value "true".
Version 1.5.10 1 Feb 2015
==========================
1. Add parameter "cdr_extlog_sourceip" for extended logging of PBX IP address to
database and Splunk. The value will be used as filed name in database and Splun
k.
2. Add parameter "cdr_extlog_timestamp" for extended logging of unix timestamp t
o database and Splunk. The value will be used as field name in database and Splu
nk.
3. Add parameter "cdr_splunkbackuphost", "cdr_splunkbackupport" and "cdr_splunkb
ackup_errfile" for backup Splunk.
Version 1.5.9 20 Jan 2015
=========================
1. Fixed Splunk error message when splunk host and port are not defined.
Version 1.5.8 29 Dec 2014
=========================
1. Fixed telnet backspace and screen resize issues.
Version 1.5.7 27 Nov 2014
=========================
1. Supports write charge description field to database and Splunk.
2. Add charge rate type "second" for charging rated by seconds.
3. The charge rate and subsequent calcuated charge are changed from 2 decimal pl
aces to 3 decimal places.
4. The charge rate pattern matching rule changed from most generic to most speci
fic.
5. Fixed a bug that loading of charge rate failed during service startup.
6. Supports lookup of value and provides logging of meaningful naming. For examp
le, logging of caller name and company name based on value of calling-num and da
iled-num data items. New commands such as "add paramdict" and "add dict" are pro
vided for this purpose.
Version 1.5.6 7 Nov 2014
=========================
1. The old version of AvayaCDR can only handle 4 bytes duraton dataitem, now it
can handle 5 bytes dataitem, that is the sec-dur field in Avaya.
2. Supports multiple combination of patter and matching value defintion in the c
harge rate table. For example, to define a rule that consists of code-used and d
ialed-num, the command is:
add rate 303 code-used 1234567 dialed-num 0.2 usd minute USD
Version 1.5.5 4 Nov 2014

=========================
1. Update license module to support temp key arrangement.
2. Supports import of archived CDR data file into database and Splunk. Supports
import single file or all files in a directory.
3. Add a TCP handler called "feedcdr" which accept CDR data from remote server a
nd imports the data to database and Splunk.
Version 1.5.4 5 Jun 2014
=========================
1. Repackage because supports of Ubuntu 32bit and 64bit OS.
2. Minor change on the CentOS installation guide.
Version 1.5.4 26 May 2014
=========================
1. Supports CentOS 6.x (64bit), the installation procedure is posted on the supp
ort web site.
2. Fixed some minors bugs which are found during the porting of CentOS 64bit ver
sion.
Version 1.5.3 26 Mar 2014
=========================
1. Writes CDR data to Splunk TCP connection. Parameters cdr_splunkhost, cdr_splu
nkport and cdr_splunk_errfile are defined for this purpose.
Version 1.5.2 4 Mar 2014
=========================
1. Supports CentOS 6.x, the installation procedure is posted on the support web
site.
2. Fixed a minor bug in the license key parsing method.
Version 1.5.1 12 Feb 2014
=========================
1. Sometimes, Date Record is sent togehter with 3 NULL characters and a valid CD
R string. This is always happened during CDR link is reestablished or a date rec
ord is sent. The parser will stop when it reached the first NULL character and c
uased missing CDR record being inserted into database. This version fixed the bu
g. No impact to local file logging.
2. Supports Avaya Reliable Session Protocol. To add a reliable session handler,
enter the following command
> add tcp 5332 * * custom rsp
Version 1.5.0 7 Feb 2014
=========================
1. Supports charge information logging, parameters cdr_charge_ditem_duration, cd
r_charge_dbcol_subtotal, cdr_charge_dbcol_currency and cdr_charge_dbcol_writetim
e are defined for this purpose. Moreover, a configuration table tChargeRate and
a new command "add rate" are introduced for pattern and calling rate definition.
Three database columns are required to add in the remote cdr table, the names a
re specified by the three new db column parameters. ***THE CHARGE LOGGING FEATUR
E IS ONLY FOR INFORMATION LOGGING, DONT USE IT FOR COMMERCIAL CHARGING.***
2. Logging of CDR data to remote database is a licensed feature now. Please subs
cribe the One-Year Email Support Service and you will get a permanent key for th
is advance feature, it costs USD 100 only. Keep using v1.4.x if you are already
satisfied by the older version of AvayaCDR.
3. A web base front end will be developed to search call record in next release.
Version 1.4.2 13 Jan 2014
=========================

1. Add a command to test email notification configuration. The command is "test


email".
2. Option to format date when writing to the database. A parameter called "cdr_d
ateformatseparator" is defined for this purpose. Possible formats are:
13-01-14 or 13/01/14
01-13-14 or 01/13/14
3. Option to format time when writing to the database. For example, the converte
d string for 1012 is 10:12
4. Option to convert duration to seconds or readable format. For example, 0118 c
onverted 708 when it is defined as seconds, "0:11:48" as readable format. This f
eature is for licensed users only.
Version 1.4.1 20 Dec 2013
=========================
1. Fixed a bug that introduced by version 1.2.5. The program performs the archiv
e function for CSV file no matter the parameter cdr_convertcsv is set true or fa
lse. This will produce a error message "MoveFile error, error code is 2." in the
event viewer.
2. Fixed a bug that the Date Record matching rule is too loose that caused unfor
matted CDR data not write into file.
Version 1.4.0 12 Dec 2013
=========================
1. Recompile everything using VC2008. If you are installed AvayaCDR in 64bit pla
tform, please download and install the Microsoft Visual C++ 2008 Service Pack 1
Redistributable Package MFC Security Update http://www.microsoft.com/en-hk/downl
oad/details.aspx?id=26368
2. Add parameter cdr_errorreportinterval to control how frequent to send notific
ation emails for repeated error event.
Version 1.3.2 24 Sep 2013
=========================
1. To define a specific country code as blacklist number, use the pattern +count
rycode. E.g. +1 mean US, the country code will be compared together with dial pr
efix that defined using "add dialprefix" command.
2. The parameter cdr_sftpfilenameprefix no longer used because some files such a
s current working CDR files can be downloaded to AvayaCDR server if user defined
a wrong filename prefix. According to Avaya documentation, valid filename prefi
x are 'S', 'L' and 'E'.
3. New parameter called cdr_sftpimportinterval is introduced which control how f
requent the sftp importer is executed. The default value is 30 minutes.
4. Add support to SSH keyboard-interactive user authentifcation, this fixed sftp
login failed when SSH password user authentifcation is not turned on.
5. Fixed memory leak which introduced by sftp module as sftp handles are not fre
e after used.
6. Delete temporary sftp files to avoid duplication of records before pull sftp
files from servers.
Version 1.3.1 15 Sep 2013
=========================
1. Supports email alert when black list number pattern is matched. This is usefu
l to alert administrator when black listed number or country is called.
Version 1.3.0 3 Sep 2013
=========================
1. Supports retrieval of cdr files via sftp interface, but license is required.
Please refer support web page for details configuration.
Version 1.2.5 5 Aug 2013
=========================

1. Supports conversion of CDR data to CSV format. Please use the paramcdr comman
d to define the CDR format. To enable this feature, please enter the following c
ommands in the program console if you are using the old AvayaCDR.mdb file
> add parameter cdr_convertcsv true
> reload
2. Fixed a bug that new CDR connection cannot be established when email function
is turn on and email server is not reachable.
Version 1.2.4 30 Mar 2013
=========================
1. Supports email notificaiton when CDR link or remote DB link down.
Version 1.2.3 21 Jan 2013
=========================
1. Use the TCPGate 2.5.4 source code to rebuild the program.
2. Supports multiple instances running on the same machine. Check the support we
b site for detail instruction.
Version 1.2.2 25 Dec 2012
=========================
1. Use the TCPGate v2.5.3 source code to rebuild the program.
2. Fix a bug that found in the "genpass" console command. The decrypt function m
ay not work for some encrypted password.
3. The TCPGate module now supports file proxy that it writes all raw data receiv
ed from TCP/IP to local file. It can be used a network printer for Avaya. Use th
e following console command to add a file proxy port.
> add tcp 1502 * * file abc.txt
Version 1.2.1 17 Dec 2012
=========================
1. Add command "update cdr_remotedb_errfile [filename]" to update the error file
name directly from console.
2. Add more trace message for the conversion of cdr data into sql statement and
the result of sql write operation.
3. Add command "reload" to re-create remote database connection after change of
ODBC system DSN, username, password and database table name.
Version 1.2.0 13 Dec 2012
=========================
1. Use the TCPGate v2.5.2 source code to rebuild the program.
2. Supports write CDR data to database directly. MYSQL is tested.
3. Write the SQL statement to local file in case write to database failed.
Version 1.1.3
=============
1. Change the format of the Access file from 2000 to (2002-2003). The ODBC does
not work when the file version is 2000. Tested in English XP that binding to lis
tening port failed when the parameters in the Access file can not be accessed by
the program.
2. No change on the EXE file.
Version 1.1.2
=============
1. Fix a problem that the end of line contains extra character 0D.
2. Add telnet command to "update cdr_archive_dir" and "update cdr_archive_time"
directly.
3. Add telnet command "archive now" to perform archive immediately.
Version 1.1.1
=============

1. Fixed "trace on asc" without output bug. The code missing the trace of the co
ntents after received from Avaya.
2. Use the TCPGate v2.5.1 source code to rebuild the program.

Вам также может понравиться