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 mo
### 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
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 mo
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@lis
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 mo
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 doesn'
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 mo
### Description
ACC module [cdr_extra
modparam](http://kamailio.org/docs/modules/devel/modules/acc.html#acc.p.cdr_extra)
allows saving additional custom values in cdr entries using dlg_vars.
When you define a new value to be saved:
`modparam("acc", "cdr_extra", "c1=$dlg_var(caller)")`
and you
cruzccl commented on this pull request.
> VAL_NULL(db_cdr_vals+i)=0;
if(string2time(&cdr_value_array[i],
&timeval_val) < 0) {
LM_ERR("failed to convert string to
timeval.\n");
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 files
### 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())
### 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 th
12 matches
Mail list logo