[sr-dev] [kamailio/kamailio] acc: new skip_cdr modparam to prevent cdr generation (#2351)

2020-06-08 Thread Carlos Cruz Luengo
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [x] No commits to README files for

[sr-dev] [kamailio/kamailio] acc: skip cdr generation for certain calls (#2348)

2020-06-05 Thread Carlos Cruz Luengo
### Description I haven't found a way to skip CDR generation per call once [cdr_enable modparam](http://kamailio.org/docs/modules/devel/modules/acc.html#acc.p.cdr_enable) is enabled. ### Expected behavior I have implemented via irontec/kamailio@38964a31d6c0158b7c9bb3abb4e9eb72aa8cd960 adding

[sr-dev] [kamailio/kamailio] ndb_redis: add sentinel support to reconnection logic (#2319)

2020-05-08 Thread Carlos Cruz Luengo
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [x] No commits to README files for

Re: [sr-dev] [kamailio/kamailio] lcr: export rule_id_avp with matching rule id (#1546)

2018-05-27 Thread Carlos Cruz Luengo
Already changed, thank you. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1546#issuecomment-392362393___ Kamailio (SER) - Development Mailing List

[sr-dev] [kamailio/kamailio] lcr: export rule_id_avp with matching rule id (#1546)

2018-05-25 Thread Carlos Cruz Luengo
Pre-Submission Checklist - [X] Commit message has the format required by CONTRIBUTING guide - [X] Commits are split per component (core, individual modules, libs, utils, ...) - [X] Each component has a single commit (if not, squash them into one commit) - [X] No commits to README files for

Re: [sr-dev] [kamailio/kamailio] dialog: track_cseq_updates after failing uac_auth (#1359)

2017-12-22 Thread Carlos Cruz Luengo
I have made some tests with those two lines and the case I reported gets fixed, but I get cseq_tracking disabled for following eventual transactions. I mean: - First carrier needs authentication but once authenticated it answers >300 code. - The call is sent to another carrier: - If it

[sr-dev] [kamailio/kamailio] acc: Allow nullable cdr extra fields (#1385)

2017-12-22 Thread Carlos Cruz Luengo
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [x] No commits to README files for

Re: [sr-dev] [kamailio/kamailio] acc: use acc.time_mode to save cdrs in gmtime (#1368)

2017-12-15 Thread Carlos Cruz Luengo
cruzccl commented on this pull request. > VAL_NULL(db_cdr_vals+i)=0; if(string2time(_value_array[i], _val) < 0) { LM_ERR("failed to convert string to timeval.\n");

[sr-dev] [kamailio/kamailio] acc: use acc.time_mode to save cdrs in gmtime (#1368)

2017-12-14 Thread Carlos Cruz Luengo
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [ ] No commits to README

[sr-dev] [kamailio/kamailio] dialog: track_cseq_updates after failing uac_auth (#1359)

2017-12-11 Thread Carlos Cruz Luengo
### Description [track_cseq_updates](http://kamailio.org/docs/modules/4.4.x/modules/dialog.html#dialog.p.track_cseq_updates) of _dialog_ module seems to fail in cseq number adaptation of subsequent ACK once [uac_auth()](http://kamailio.org/docs/modules/4.4.x/modules/uac.html#uac.f.uac_auth())

[sr-dev] [kamailio/kamailio] acc: save cdr entries in UTC (#1358)

2017-12-11 Thread Carlos Cruz Luengo
### Description ACC module allows setting datetime fields in UTC via [time_mode param](http://kamailio.org/docs/modules/devel/modules/acc.html#acc.p.time_mode). However, this setting does not cause cdr entries to be saved in that format and I haven't found any equivalent parameter to achieve