diff --git a/README.md b/README.md index 1d45b8a76..d9a0ccd88 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,31 @@ -## Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments ## +## Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments [![Build Status](https://secure.travis-ci.org/cgrates/cgrates.png)](http://travis-ci.org/cgrates/cgrates) [![Documentation Status](https://readthedocs.org/projects/cgrates/badge/?version=v0.10)](https://cgrates.readthedocs.io/en/v0.10/?badge=v0.10) -[![GoDoc](https://pkg.go.dev/badge/github.com/cgrates/cgrates)](https://pkg.go.dev/github.com/cgrates/cgrates@v0.10.2) +[![GoDoc](https://pkg.go.dev/badge/github.com/cgrates/cgrates)](https://pkg.go.dev/github.com/cgrates/cgrates@v0.10.3) -### Features ### -+ Real-time Online/Offline Charging System (OCS). -+ Account Balances Management with bundle support. -+ Session or Event charging with reservation. -+ Rating engine. -+ CDR logging with support for Interim Records. -+ QoS LCR and LCR over Bundles. -+ Fraud detection with automatic mitigation. -+ Call Statistics with pattern monitoring. -+ Performance oriented. -+ Modular architecture. -+ Test driven development. -+ Plug-able/non-intrusive into existing setups. -+ Cloud-ready, built on independent micro-services with rich set of RPC APIs. -+ Agile in developing new features. -+ Very fast (5000+ req/sec on a single machine) -+ Good documentation. -+ Commercial support available +### Features + +- Real-time Online/Offline Charging System (OCS). +- Account Balances Management with bundle support. +- Session or Event charging with reservation. +- Rating engine. +- CDR logging with support for Interim Records. +- QoS LCR and LCR over Bundles. +- Fraud detection with automatic mitigation. +- Call Statistics with pattern monitoring. +- Performance oriented. +- Modular architecture. +- Test driven development. +- Plug-able/non-intrusive into existing setups. +- Cloud-ready, built on independent micro-services with rich set of RPC APIs. +- Agile in developing new features. +- Very fast (5000+ req/sec on a single machine) +- Good documentation. +- Commercial support available + +### Documentation -### Documentation ### [Step by steps tutorials](https://cgrates.readthedocs.org/en/v0.10/tut_freeswitch.html) [Debian apt-get repository](https://cgrates.readthedocs.io/en/v0.10/installation.html#debian-jessie-wheezy) @@ -34,7 +36,6 @@ Browsable HTML docs http://readthedocs.org/docs/cgrates/ PDF, Epub, Manpage http://readthedocs.org/projects/cgrates/downloads/ -API reference [godoc](https://pkg.go.dev/github.com/cgrates/cgrates@v0.10.0/apier) - -Also check [irc.freenode.net #cgrates](irc://irc.freenode.net:6667/cgrates) ([Webchat](http://webchat.freenode.net?randomnick=1&channels=%23cgrates)) and [Google group](https://groups.google.com/forum/#!forum/cgrates) for a more real-time support. +API reference [godoc](https://pkg.go.dev/github.com/cgrates/cgrates@v0.10.3/apier) +Also check [irc.freenode.net #cgrates](irc://irc.freenode.net:6667/cgrates) ([Webchat](http://webchat.freenode.net?randomnick=1&channels=%23cgrates)) and [Google group](https://groups.google.com/forum/#!forum/cgrates) for a more real-time support. diff --git a/docs/conf.py b/docs/conf.py index d322c5937..395fc8d52 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,7 @@ copyright = u'2012-2023, ITsysCOM GmbH' # The short X.Y version. version = '0.10' # The full version, including alpha/beta/rc tags. -release = '0.10.3-rc1' +release = '0.10.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/packages/debian/changelog b/packages/debian/changelog index b61c076ef..844c59310 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -1,10 +1,8 @@ cgrates (0.10.4~dev) UNRELEASED; urgency=medium - * Incremented version - - -- DanB Thu, 10 Aug 2023 10:00:00 +0200 - +- Incremented version +-- DanB Thu, 10 Aug 2023 10:00:00 +0200 cgrates (0.10.3) UNRELEASED; urgency=medium @@ -69,7 +67,7 @@ cgrates (0.10.3) UNRELEASED; urgency=medium - Simplified some complex functions to increase efficiency and ease of understanding. - Updated outdated Ansible and Bash scripts. -Full Changelog: https://github.com/cgrates/cgrates/compare/v0.10.2...v0.10 +Full Changelog: https://github.com/cgrates/cgrates/compare/v0.10.2...v0.10.3 -- DanB Thu, 08 Oct 2020 16:23:58 +0300 diff --git a/packages/debian/control b/packages/debian/control index 652c50260..e4ad929d7 100644 --- a/packages/debian/control +++ b/packages/debian/control @@ -1,14 +1,14 @@ Source: cgrates -Section: base +Section: base Priority: optional Maintainer: DanB -Build-Depends: debhelper, git +Build-Depends: debhelper, git Standards-Version: 3.9.1 Homepage: http://cgrates.org Package: cgrates Architecture: amd64 Suggests: git, redis-server, mysql-server -Version: 0.10.0 +Version: 0.10.3 Description: Carrier Grade Real-time Charging System CGRateS is a very fast and easy scalable real-time charging system for Telecom environments.