[OpenSIPS-Users] new CDRTool release 6.5.4
Adrian Georgescu
ag at ag-projects.com
Sat Aug 16 18:43:17 CEST 2008
Hello,
I have released a new version for CDRTool. It contains support for
MediaProxy 2.0 tracing, scalability for rating engine to support
millions of different rates, a better quota system, other new features
as well as many bug fixes ironed out from the experience of several
live deployments.
The software can be downloaded from:
http://download.ag-projects.com/CDRTool/
Changelog since 6.4.1
cdrtool (6.5.4) unstable; urgency=low
* Fixed save and retrieve of sip proxy server when add DNS records
for sip
* Fixed wrong password reset because of web browsers that cache
password fields
* Preserve sip account quota value when toggling access to pstn
* Added group by Canonical URI in CDR search screen
* Fixed name of group used for blocking accounts (blocked instead
of block)
* Removed unused siplewire functionality
cdrtool (6.5.3) unstable; urgency=low
* Log id of inserted record into rating tables
* Fixed broken links between group by SIP Proxy and search calls
* Show quota reset even if not blocked
* The soap server returns the object created for all add() functions
* Added DNS complex records for sip, msrp, xmpp, thor
* Added NGNPro fancy records management (email and url forwarding)
* Added currency setting per soap engine and reseller
* Many bug fixes in dns management port
* Detect reseller zero in sip settings page
* Show progress of loading quota
* Added management for extra groups in Sip settings
cdrtool (6.5.2) unstable; urgency=low
* Fixed name of OpenSERQuota class in global.inc sample files
* Fixed MySQL 2006 error for ReloadQuota function
* Added NGNPro DNS port
* Fixed required phone_images.php in sip settings page
* Fixed REMOTE_ADDR variable
* Fixed path of logo images
* Show method used for blocking accounts by quota (db/soap)
cdrtool (6.5.1) unstable; urgency=low
* Added support for MediaProxy 2.0 accounting
* Added prepaid card generator in Rating section
* Rewrite ratingEngine daemon to be non blocking
* Added IP access list to the ratingEngine $RatingEngine['allow']
* Added new setting in global.inc called 'mediaDispatcher' to point
to the
media dispatcher of MediaProxy 2, used to display media sessions
* Added ShowClients command to rating engine
* Removed support for php4
* Fixed error related to MySQL gone away (2006)
* Support prepaid calls to work with increment and min_duration
settings
* Added web links between sip trace and media trace pages
* Fixed ShowPrice rating engine command
* Added /etc/cdrtool config directory
Move CDRTool/local to /etc/cdrtool/local
* Moved all library *_lib.phtml files to library/*.php
* Changed csv import directory from /var/www/CDRTool/csv to /var/
spool/cdrtool
* Document split_rating_table feature in Rating.txt
* Gateway attribute is now mandatory for MaxSessionTime and
DebitBalance commands
* Fixed update of Enum number selections
* Moved setting $servers from status/config/media_servers.php to
global.inc
in each data source as 'mediaServers'
* Default for split_rating_table is false (global.inc)
* Added change password for sip accounts selection
* Lowercase the email addresses and sip usernames
* Update cron job, moved env LANG=C into php script
* No mysql changes
* After upgrading the software to this version run these actions:
sudo mv /var/www/CDRTool/global.inc /etc/cdrtool/
sudo mv /var/www/CDRTool/provisioning/ngnpro_engines.inc /etc/
cdrtool/
sudo rm -r /var/www/CDRTool/provisioning
sudo mv /var/www/CDRTool/local/images/* /var/www/CDRTool/images/
sudo mv /var/www/CDRTool/local /etc/cdrtool/
sudo rm -r /etc/cdrtool/local/images
Edit /etc/cdrtool/global.inc and replace ser with openser in the
line:
$CDRToolModules=array("ser","asterisk","rating");
and remove rating from it, example:
$CDRToolModules=array("openser","asterisk");
Set "UserQuotaClass"=> "OpenSERQuota" in global.inc (it was
SERQuota)
Copy the value of $servers from /var/www/CDRTool/status/config/
media_servers.php
to /etc/cdrtool/global.inc $DATASOURCES['ser_radius']
['mediaServers']
sudo rm -r /var/www/CDRTool/status/config
Add "db_class_siponline" => "DB_openser" to ser radius data source
Remove memcache from monit configuration
cdrtool (6.5.0) unstable; urgency=low
* Completely removed memcache
* Fixed update of rating history records from cvs files
* Fixed pattern matching for cvs files containing rates_history
* Update filename convention for rating csv files
* Improve prepaid documentation
* Improved Web comments in sip settings page
* Anonymise prepaid balance update log
* Hide billing profiles for non-resellers
* Many fixes in the way various sip settings can be changed when
logged in
as subscriber customer or reseller
* Added service sip to prepaid generator
* Fixed customer properties update
* Fixed update of sip properties
* Added anonymous access number
* Leave control to deblock user blocked by quota
* Reset quota if account becomes prepaid
* Added logic to change PSTN settings only if allowed by customer
properties
* Display previously blocked users in quota notification
* Fixed sip trace hop to other node by passing totag
* Only destination table requires reload after changing data in
rating tables
* Do not cache prepaid balance, use mysql instead
* Return error when maxsessiontime command of rating engine
encounters one
* Do not require reload after update of prepaid table
* display to and from tags, hide enum tld if none
* Removed unused functions and show in trace the msg size
* Toggle prepaid without using groups
* Removed EnableNetworkRating setting from global.inc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20080816/d5ef1604/attachment.htm
More information about the Users
mailing list