### Description
The recently-added **acc_json** module does not support the _multi_leg_info_ parameter from the main **acc** module.
### Expected behavior
**acc_json** module could add the extra leg info attributes in the JSON data, as the **acc_radius** module already does. Behavior could be the same for the JSON module.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1745
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [ ] Commit message has the format required by CONTRIBUTING guide
- [ ] Commits are split per component (core, individual modules, libs, utils, ...)
- [ ] Each component has a single commit (if not, squash them into one commit)
- [ ] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [x] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [x] PR should be backported to stable branches
- [x] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
I can’t get big responses via jsonrpcs with default tcp params. According to log response size ~3200k, kamailio send ~2500k of data and can’t add 700k to queue after. This patch should fix, if my understanding of “queued” value is right.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1376
-- Commit Summary --
* tcp: correct queued length checking
-- File Changes --
M src/core/tcp_main.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1376.patchhttps://github.com/kamailio/kamailio/pull/1376.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1376
<!--
Kamailio Project uses GitHub Issues only for bugs in the code or feature requests.
If you have questions about using Kamailio or related to its configuration file,
ask on sr-users mailing list:
* http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
If you have questions about developing extensions to Kamailio or its existing
C code, ask on sr-dev mailing list
* http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Please try to fill this template as much as possible for any issue. It helps the
developers to troubleshoot the issue.
If you submit a feature request (or enhancement), you can delete the text of
the template and only add the description of what you would like to be added.
If there is no content to be filled in a section, the entire section can be removed.
You can delete the comments from the template sections when filling.
You can delete next line and everything above before submitting (it is a comment).
-->
### Description
Centos RPM repo is generating Kamailio 5.0.7 packages that can't be installed
### Troubleshooting
#### Reproduction
By using the repo
https://download.opensuse.org/repositories/home:/kamailio:/v5.0.x-rpms/Cent…
when trying to install Kamailio 5.0.7, yum returns this error:
```
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
kamailio-5.0.7-3.el7.centos.x8 FAILED
http://download.opensuse.org/repositories/home%3A/kamailio%3A/v5.0.x-rpms/C…: [Errno 14] HTTP Error 416 - Requested Range Not Satisfiable
Trying other mirror.
```
#### Debugging Data
#### Log Messages
#### SIP Traffic
### Possible Solutions
<!--
-->
### Additional Information
* **Operating System**:
```
$ cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core)
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1604
### Description
This in not important and may be closed at any time.
Some info about build warnings on Alpine dist
### Troubleshooting
#### Reproduction
start a build process on Alpine dist
#### Debugging Data
NA
#### Log Messages
```
CC (gcc) [M regex.so] regex_mod.o
regex_mod.c: In function 'w_pcre_match_group':
regex_mod.c:663:9: warning: 'num_pcre' may be used uninitialized in this function [-Wmaybe-uninitialized]
return ki_pcre_match_group(_msg, &string, (int)num_pcre);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LD (gcc) [M regex.so] regex.so
CC (gcc) [M db_berkeley.so] bdb_fld.o
```
Next
```
CC (gcc) [M cplc.so] cpl_parser.o
In file included from ../../core/mem/mem.h:41:0,
from cpl_run.c:37:
cpl_run.c: In function 'run_remove_location':
../../core/mem/../dprint.h:302:8: warning: 'url.len' may be used uninitialized in this function [-Wmaybe-uninitialized]
fprintf(stderr, "%2d(%d) %s: %.*s%s" fmt, \
^~~~~~~
cpl_run.c:416:6: note: 'url.len' was declared here
str url;
^~~
CC (gcc) [M cplc.so] sub_list.o
make[3]: 'libsrdb1.so.1.0' is up to date.
```
Next
```
CC (gcc) [M db2_ldap.so] ld_fld.o
ld_fld.c: In function 'ldap_gentime2db_datetime':
ld_fld.c:273:10: warning: implicit declaration of function 'timelocal' [-Wimplicit-function-declaration]
*dst = timelocal(&time);
^~~~~~~~~
CC (gcc) [M db2_ldap.so] ld_cmd.o
```
Next
```
CC (gcc) [M auth_identity.so] auth_dynstr.o
CC (gcc) [M auth_identity.so] auth_crypt.o
auth_crypt.c:29:0: warning: "_GNU_SOURCE" redefined
#define _GNU_SOURCE
<command-line>:0:0: note: this is the location of the previous definition
```
Next
```
CC (gcc) [M tls.so] tls_init.o
tls_init.c:320:13: warning: 'ser_free' defined but not used [-Wunused-function]
static void ser_free(void *ptr, const char *fname, int fline)
^~~~~~~~
CC (gcc) [M tls.so] tls_dump_vf.o
CC (gcc) [M tls.so] tls_select.o
CC (gcc) [M tls.so] tls_cfg.o
CC (gcc) [M tls.so] tls_map.o
CC (gcc) [M tls.so] tls_server.o
CC (gcc) [M tls.so] tls_locking.o
tls_locking.c:85:13: warning: 'dyn_destroy_f' defined but not used [-Wunused-function]
static void dyn_destroy_f(struct CRYPTO_dynlock_value *l,
^~~~~~~~~~~~~
tls_locking.c:67:13: warning: 'dyn_lock_f' defined but not used [-Wunused-function]
static void dyn_lock_f(int mode, struct CRYPTO_dynlock_value* l,
^~~~~~~~~~
tls_locking.c:45:37: warning: 'dyn_create_f' defined but not used [-Wunused-function]
static struct CRYPTO_dynlock_value* dyn_create_f(const char* file, int line)
^~~~~~~~~~~~
CC (gcc) [M tls.so] tls_domain.o
tls_domain.c:872:12: warning: 'tls_ssl_ctx_set_freelist' defined but not used [-Wunused-function]
static int tls_ssl_ctx_set_freelist(SSL_CTX* ctx, long val, void* unused)
^~~~~~~~~~~~~~~~~~~~~~~~
In file included from tls_domain.c:33:0:
tls_domain.c: In function 'load_engine_private_key':
tls_map.h:46:14: warning: 'pkey' may be used uninitialized in this function [-Wmaybe-uninitialized]
( (m)->tmp = (value),\
^
tls_domain.c:1183:12: note: 'pkey' was declared here
EVP_PKEY *pkey;
^~~~
CC (gcc) [M tls.so] tls_util.o
```
Next
```
CC (gcc) [M ims_usrloc_pcscf.so] dlist.o
In file included from usrloc_db.c:10:0:
usrloc_db.c: In function 'db_update_pcontact':
usrloc_db.h:46:25: warning: 'service_routes.len' may be used uninitialized in this function [-Wmaybe-uninitialized]
VAL_STR((_val)).len = (_str).len;\
^
usrloc_db.c:122:13: note: 'service_routes.len' was declared here
str impus, service_routes;
^~~~~~~~~~~~~~
In file included from usrloc_db.c:10:0:
usrloc_db.h:45:24: warning: 'service_routes.s' may be used uninitialized in this function [-Wmaybe-uninitialized]
VAL_STR((_val)).s = (_str).s;\
^
usrloc_db.c:122:13: note: 'service_routes.s' was declared here
str impus, service_routes;
^~~~~~~~~~~~~~
CC (gcc) [M ims_usrloc_pcscf.so] pcontact.o
```
Next
```
CC (gcc) [M evapi.so] evapi_mod.o
evapi_dispatch.c: In function 'evapi_run_dispatcher':
evapi_dispatch.c:699:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
ev_io_init(&io_server, evapi_accept_client, evapi_srv_sock, EV_READ);
^~~~~~~~~~
evapi_dispatch.c:699:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
evapi_dispatch.c:699:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
evapi_dispatch.c:699:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
evapi_dispatch.c:701:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
ev_io_init(&io_notify, evapi_recv_notify, _evapi_notify_sockets[0], EV_READ);
^~~~~~~~~~
evapi_dispatch.c:701:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
evapi_dispatch.c:701:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
evapi_dispatch.c:701:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
make[3]: 'libsrutils.so.1.0' is up to date.
LD (gcc) [M evapi.so] evapi.so
```
#### SIP Traffic
NA
### Possible Solutions
### Additional Information
Compiled master on Alpine 3.8 dist
If this is fixed, then i can provide more warnings.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1712