Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating my repo 30.03.2021 #2

Merged
merged 281 commits into from Mar 30, 2021
Merged

Updating my repo 30.03.2021 #2

merged 281 commits into from Mar 30, 2021

Conversation

korayvt
Copy link
Owner

@korayvt korayvt commented Mar 30, 2021

Pre-Submission Checklist

  • 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

  • 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:

  • PR should be backported to stable branches
  • Tested changes locally
  • Related to issue #XXXX (replace XXXX with an open issue number)

Description

kamailio-dev and others added 30 commits February 11, 2021 16:16
- used in the sockname r-r parameter
- needed to initialize the multi-threaded libsecsipid library per child
process
- per-process API functions to be offered by secsipid_proc module
- being loaded on child init may not benefit of core -lphtread in some
OSes
- to be used from tm uac when a local-generated request has to update
the via header following the event route execution
miconda and others added 27 commits March 26, 2021 13:28
- needs to sort out which versions have them
Update docs about X509 cerrtificate path verification turned on by default.
Modified: src/modules/stirshaken/doc/stirshaken_admin.xml
…the cfg

- add support to specify a notification address multiple times in the cfg, e.g.:
- modparam("dmq", "notification_address", "sip:10.0.0.1:5060")
- modparam("dmq", "notification_address", "sip:10.0.0.2:5060") etc..
- this can be used to easily configure multiple notification server
- it is an alternative to the multi_notify mode and do not work together with it
@korayvt korayvt merged commit 6fda516 into korayvt:master Mar 30, 2021
korayvt pushed a commit that referenced this pull request Aug 23, 2022
[root@localhost]# kamcmd cfg.seti param_group param_name value

=================================================================
==2409977==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 38 byte(s) in 1 object(s) allocated from:
    #0 0xffff98c250af in malloc (/lib64/libasan.so.5+0xd50af)
    #1 0x41549f in parse_listen_id /root/kamailio/utils/kamcmd/parse_listen_id.c:133
    #2 0x4144fb in main /root/kamailio/utils/kamcmd/kamcmd.c:2075
    #3 0xffff97dc0de3 in __libc_start_main (/lib64/libc.so.6+0x20de3)
    kamailio#4 0x40260b  (/usr/local/sbin/kamcmd+0x40260b)
korayvt pushed a commit that referenced this pull request Aug 23, 2022
> #0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
> #1  0x00007fbb5e515537 in __GI_abort () at abort.c:79
> #2  0x00007fbb5e56e768 in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7fbb5e67ce2d "%s\n") at ../sysdeps/posix/libc_fatal.c:155
> #3  0x00007fbb5e575a5a in malloc_printerr (str=str@entry=0x7fbb5e67b05a "free(): invalid pointer") at malloc.c:5347
> kamailio#4  0x00007fbb5e576c14 in _int_free (av=<optimized out>, p=<optimized out>, have_lock=0) at malloc.c:4173
> kamailio#5  0x00007fbb5e5d8da0 in __GI_freeaddrinfo (ai=ai@entry=0x7fbb5e83ba10) at ../sysdeps/posix/getaddrinfo.c:2520
> kamailio#6  0x000055ba099dcd0b in log_init () at core/dprint.c:482
> kamailio#7  0x000055ba09970d7a in main (argc=10, argv=0x7ffde85a1788) at main.c:2055
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet