Commit Graph

207 Commits

Author SHA1 Message Date
DanB
2643523787 Modified redis to handle auth and select per connection in the pool, added maxConns parameter in constructor 2015-11-16 13:36:41 +01:00
DanB
8af6f61bb5 New agents package, ListenAndServe for DiameterAgent, integration tests, adding fiorix/go-diameter in the list of dependencies 2015-11-14 18:56:14 +01:00
DanB
04c8c10877 DiameterAgent config skel 2015-11-13 19:11:38 +01:00
DanB
1b85fa6fdd SMGeneric Start/End session, process CDR methods 2015-11-12 18:10:34 +01:00
Radu Ioan Fericean
3e3e525de5 return -UNAUTHORIZED_DESTINATION when rp not found
fixes #277
2015-11-12 13:06:30 +02:00
Radu Ioan Fericean
83bced074c renamed *exp_balance in *balance_expired 2015-11-10 12:46:50 +02:00
Radu Ioan Fericean
ed9ed328f3 added exp_balance action trigger 2015-11-10 09:31:45 +02:00
DanB
92cba43a06 GetLcrSuppliers in the SM-Generic 2015-11-09 13:53:44 +01:00
DanB
14cbddcbd9 GenericEvent with Event interface implementation 2015-11-08 20:24:41 +01:00
Radu Ioan Fericean
a44916465d triggers improvements
work in progress
2015-11-02 22:44:48 +02:00
Radu Ioan Fericean
af86bde715 tests passing after account direction removal 2015-10-20 17:35:08 +03:00
Radu Ioan Fericean
6a990612d2 redo account prefix change 2015-10-20 14:06:40 +03:00
Radu Ioan Fericean
a731e262dd revert account prefix and try again in a branch 2015-10-20 14:04:41 +03:00
Radu Ioan Fericean
9f8aa0587e change account prefix
fixes #209
2015-10-20 14:01:35 +03:00
DanB
5d56411b5b Improved SureTax configuration with defaults, modified NewSureTaxRequest method 2015-10-18 14:24:15 +02:00
DanB
af1d8e3cc5 Small modifications on CDR rplication, http_text does not make much sense 2015-10-13 12:34:33 +02:00
Dan Christian Bogos
72a34bc91a Merge pull request #236 from foehn/master
Issue #234: Added http_json on cdrs_replication
2015-10-13 12:30:11 +02:00
Eloy Coto
140ef92928 Issue #234:
Added http_post and http_text on Cdrs Replication
    Added as default 1 attemps in cdrs_replication (Old json version
    doesn't have this option)
    Added url scape on servername when file fallback is created. If not
    can't be created
2015-10-09 15:15:02 +01:00
Radu Ioan Fericean
2ae9e9195e implementing mongo storage
work in progress
2015-10-08 22:55:30 +03:00
DanB
2e61fcf5bb HttpPoster implementation in CDR replication and actions with call_url, new configuration parameters added: http_failed_dir, replication attempts, fixes #201, Rated bug fix in CDRC, Cost imported via CDRC in templates now 2015-10-02 18:13:29 +02:00
Radu Ioan Fericean
d6f528d090 code cleanups, used consts from utils 2015-09-29 11:03:36 +03:00
DanB
526c480b85 Chaging package version to rc8 2015-09-27 15:45:15 +02:00
DanB
577d482409 RENAMED CDRC, CDRE, CDR-POST parameters to comply with CDR field names of the StoredCdr and be consistent between CDR parameters 2015-09-25 19:45:31 +02:00
Radu Ioan Fericean
991fc09884 save action triggers to ratingdb 2015-09-20 10:42:53 +03:00
Radu Ioan Fericean
631ca167a6 added LoadAlias method and used it in responder
fixes #177
2015-09-18 13:32:19 +03:00
Radu Ioan Fericean
351a029fde Merge branch 'master' into hapool 2015-09-15 14:26:02 +03:00
DanB
a86fcad2ff Aliases old implementation compatibility, local tests modified 2015-09-14 13:22:50 +02:00
Radu Ioan Fericean
e50a0f8753 Merge branch 'master' into hapool 2015-09-08 16:37:32 +03:00
Radu Ioan Fericean
c2cb492cbe started liases reverse mapping 2015-09-04 13:50:05 +03:00
DanB
84313bc87d cmd/cgr-engine using chans instead of sync.Group to synchronize dependencies 2015-09-04 12:07:45 +02:00
DanB
9d88fdc792 LoadHistory implementation, added LastLoadId and LastLoadTime to CacheStats 2015-08-23 14:21:44 +02:00
Radu Ioan Fericean
206a1dd960 started implementation of tpaliases and tpusers 2015-08-21 22:43:50 +03:00
Radu Ioan Fericean
a009ede334 Merge branch 'master' into hapool 2015-08-19 13:59:38 +03:00
Radu Ioan Fericean
7d20097754 no default fallback, fixes #146 2015-08-18 23:05:05 +03:00
Radu Ioan Fericean
7498edaaa1 Merge branch 'master' into hapool 2015-08-18 20:18:01 +03:00
Radu Ioan Fericean
767fd1fa84 work in progress, compilable version 2015-08-06 17:23:12 +03:00
Radu Ioan Fericean
555b723a93 started aliases structures 2015-08-04 19:14:58 +03:00
DanB
30857b1fa8 Version changed to rc7 2015-08-03 21:20:40 +02:00
Radu Ioan Fericean
0146267dc9 Merge branch 'master' into hapool 2015-07-31 12:49:25 +03:00
DanB
879b8faca2 Setting the documentation version 2015-07-29 13:21:06 +02:00
Radu Ioan Fericean
28f01db6c9 Merge branch 'master' into hapool 2015-07-27 16:31:55 +03:00
DanB
6d1076870f CDRC config changes: renaming cdr_fields into content_fields, adding new header_fields and trailer_fields options 2015-07-27 13:09:54 +02:00
DanB
bb526293e7 Make sure cdr_http field is replicable with cost and cgrid, fixes #124 2015-07-23 11:43:47 +03:00
Radu Ioan Fericean
9b1a4d14e5 unified response cache 2015-07-21 13:45:35 +03:00
DanB
0dc91e2981 Make sure cdr_http field is replicable with cost and cgrid, fixes #124 2015-07-20 21:42:24 +02:00
Radu Ioan Fericean
7d302691b6 created connector pool 2015-07-17 19:27:53 +03:00
Radu Ioan Fericean
30c327fc5f added stored cdr loader for user profile 2015-07-14 23:38:39 +03:00
Radu Ioan Fericean
0dae4eab28 Merge branch 'users' 2015-07-10 23:30:54 +03:00
DanB
c359516996 Partial implementation of db_flatstore CDRs from *ser 2015-07-10 21:03:38 +02:00
Radu Ioan Fericean
8668df8d49 added loaders for user data 2015-07-08 20:08:04 +03:00