mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 13:49:53 +05:00
Merge ssh://192.168.0.9/home/rif/Documents/prog/go/src/github.com/cgrates/cgrates into shared_balances
This commit is contained in:
12
README.md
12
README.md
@@ -1,5 +1,7 @@
|
||||
## Rating system for Telecom & ISP environments ##
|
||||
|
||||
[](https://drone.io/github.com/cgrates/cgrates/latest) [](http://travis-ci.org/cgrates/cgrates) [](https://bitdeli.com/free "Bitdeli Badge")
|
||||
|
||||
### Features ###
|
||||
+ Rates for prepaid and for postpaid
|
||||
+ The budget expressed in money and/or minutes (seconds)
|
||||
@@ -12,14 +14,14 @@
|
||||
+ Commercial support available
|
||||
|
||||
### Documentation ###
|
||||
Install & run screencast: http://youtu.be/qTQZZpb-m7Q
|
||||
[Step by steps tutorials](https://cgrates.readthedocs.org/en/latest/tut_freeswitch.html)
|
||||
|
||||
Browsable HTML http://readthedocs.org/docs/cgrates/
|
||||
[Debian apt-get repository](https://cgrates.readthedocs.org/en/latest/tut_freeswitch_installs.html#cgrates)
|
||||
|
||||
Browsable HTML docs http://readthedocs.org/docs/cgrates/
|
||||
|
||||
PDF, Epub, Manpage http://readthedocs.org/projects/cgrates/downloads/
|
||||
|
||||
API reference [godoc](http://godoc.org/github.com/cgrates/cgrates) or [gowalker](http://gowalker.org/github.com/cgrates/cgrates)
|
||||
API reference [godoc](http://godoc.org/github.com/cgrates/cgrates/apier)
|
||||
|
||||
Also check irc.freenode.net#cgrates and [Google group](https://groups.google.com/forum/#!forum/cgrates) for a more real-time support.
|
||||
|
||||
[](https://drone.io/github.com/cgrates/cgrates/latest) [](http://travis-ci.org/cgrates/cgrates) [](https://bitdeli.com/free "Bitdeli Badge")
|
||||
|
||||
@@ -101,7 +101,7 @@ func TestFsCsvRpcConn(t *testing.T) {
|
||||
return
|
||||
}
|
||||
var err error
|
||||
rater, err = rpc.Dial("tcp", cfg.MediatorRater)
|
||||
rater, err = rpc.Dial("tcp", "127.0.0.1:2012") // ToDo: Fix here with config loaded from file
|
||||
if err != nil {
|
||||
t.Fatal("Could not connect to rater: ", err.Error())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user