[sr-dev] git: new commits in branch 4.3

Daniel-Constantin Mierla miconda at gmail.com
Tue Mar 1 13:21:25 CET 2016


- URL:  https://github.com/kamailio/kamailio/commit/e669e05e9558a6d0dcc8dc1c36246b6e514a4e2d
Author: Kristian Høgh <kfh at uni-tel.dk>
Date:   2016-03-01T12:53:05+01:00

modules/dialog: Add RR parameter on sequential requests

(cherry picked from commit de4ad807334c2b74cafec733a0029e3e2ef4996c)

- URL:  https://github.com/kamailio/kamailio/commit/d4647dfdf6c8be1ff675bfd8583af560dd1eaa81
Author: Kristian Høgh <kfh at uni-tel.dk>
Date:   2016-03-01T12:53:33+01:00

modules/uac: Add RR parameter on sequential requests when using uac_replace_from/to

(cherry picked from commit f6a5a28532ff410d03d10e86d43d38a785d0fab2)

- URL:  https://github.com/kamailio/kamailio/commit/ac2a7c71696f6da1f99149120bdb97fa893cf134
Author: Kristian Høgh <kfh at uni-tel.dk>
Date:   2016-03-01T12:53:48+01:00

modules/dialog: Error in last commit. goto invalid destination

(cherry picked from commit 18644f93e100a2e4ec545ad5e42aa84d90283f75)

- URL:  https://github.com/kamailio/kamailio/commit/8e27522f4f984301a0807384509f1637fcca5461
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-03-01T12:54:16+01:00

uac: increase the buffer for within dialog rr param

- following the previous commit

(cherry picked from commit 2702629194351069827564243e1cff7e4b0513d9)

- URL:  https://github.com/kamailio/kamailio/commit/ecd373613672f339ef7179a33f069d15a4927af7
Author: Andrey Utkin <andrey.od.utkin at gmail.com>
Date:   2016-03-01T12:58:01+01:00

modules/websocket: ensure linkage to libcrypto

Fixes linkage for Ubuntu Wily (15.10).
The issue manifests itself as "undefined symbol: SHA1" error at module loading.

(cherry picked from commit 432c1e3b0f7ff6a9fa11e6d8ed8b897dc3f9246f)

- URL:  https://github.com/kamailio/kamailio/commit/e9012b5d3d0bbc79d9070b815992398900714854
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-03-01T12:59:08+01:00

websocket: fixed Makefile after previous commit

- whitespace required after ifneq

(cherry picked from commit e0f7a0c678b37c44312369dd90ffdc531782bb99)

- URL:  https://github.com/kamailio/kamailio/commit/df1f50903cd3ec4b048294801aca1e1a0eda05fa
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-03-01T12:59:48+01:00

dispatcher: set sock_avp parameter in example

(cherry picked from commit 2809c1eee5d74840ad1974eab09950f2aba3ad31)

- URL:  https://github.com/kamailio/kamailio/commit/1e2befef453b392f6099efaa47f3abf0e66b8e85
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-03-01T13:00:28+01:00

dmq_usrloc: lock before adding contact

- reported by GH #440

(cherry picked from commit 5937b04a98204fc70ce6db2eab08c038a3497c2a)

- URL:  https://github.com/kamailio/kamailio/commit/a7852fc1eadd92583bba65aeaa086329da1dcff0
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-03-01T13:00:56+01:00

matrix: added section ids for params and functions in docs

(cherry picked from commit a72e8451aef9391229000cb4e13020f0ff722d92)

- URL:  https://github.com/kamailio/kamailio/commit/605af142aa89ddf39c5bef47aacd7dcbfd86cce8
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-03-01T13:01:13+01:00

matrix: updates for application name

(cherry picked from commit b51f7822b3e48a18611bed1aaaac5674757f8e33)

- URL:  https://github.com/kamailio/kamailio/commit/6e470dad71312155d1c9e5143813dd967dfd0abf
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-03-01T13:06:18+01:00

tls: more details about tls.cfg reload

(cherry picked from commit 59ce55977e91c399b86177060421d32dbbd7be06)

- URL:  https://github.com/kamailio/kamailio/commit/4988ab12516157966c1f5b20e294b8fa991ce5aa
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-03-01T13:07:56+01:00

tsilo: remove inline from free_ts_transaction() definition

- the prototype is without, resulting in compile warning

(cherry picked from commit 311ac224b589328047fdddf7e4eb4165af501707)

- URL:  https://github.com/kamailio/kamailio/commit/0b6bf40689fd066eab4c29da4b92aad92ab4032c
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-03-01T13:09:55+01:00

core: docbook - defined kamcmd entity

(cherry picked from commit d5e57d353b2c962902d786ef081ccf06d6a9854e)

- URL:  https://github.com/kamailio/kamailio/commit/2492b7f88671506ececb2329e5cbe909f764dd97
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-03-01T13:12:58+01:00

core: Makefile.defs - renamed var CPU to CPUTYPE

- some operating systems (e.g., suse), sets the CPU in the environment
  to the cpu architecture, while the makefile uses it for cpu type
  provided to -mtune parameter of gcc

(cherry picked from commit fe37c011810d563f8a7e7d1e6856d7199dd1f5d2)

- URL:  https://github.com/kamailio/kamailio/commit/7dc2abd7c93623b300d8d776891532f0feb28e5c
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-03-01T13:15:55+01:00

tls: debug messages for mutex ops with lock function

(cherry picked from commit dcfd5012c0fe10c2697ceeaf5b09d24e1ae8719e)

- URL:  https://github.com/kamailio/kamailio/commit/d137e228044536a52e377e7af8a6c51b955172c4
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-03-01T13:16:10+01:00

registrar: send 400 if the reg-id value is invalid

- reported by GH #497

(cherry picked from commit f39d144e385f1fbf8759ba03e28e69aeb56d6e6a)

- URL:  https://github.com/kamailio/kamailio/commit/b72f8e045f5cb27ebc94f0e238dd9086aa7e7196
Author: Mikko Lehto <mslehto at iki.fi>
Date:   2016-03-01T13:17:50+01:00

modules/sdpops: reimplement sdp_remove_line_by_prefix() to fix shortcomings

- single line match was not removed
- multiline match with non-related lines between was not removed

(cherry picked from commit 5db4cec2c9e8ab62c711738eae181afa69c1724d)

- URL:  https://github.com/kamailio/kamailio/commit/ac9b57a38bf957d5d507f1205de6268bb4c976ce
Author: Maksym Sobolyev <sobomax at sippysoft.com>
Date:   2016-03-01T13:18:06+01:00

Fix IPv6 handling with the default setup. With the current code,
it's possible for it to pit IPv6 address, but set adress family
to the IP4.

(cherry picked from commit 6af319ea9307feb840c9f318954c49c3eac8bbe1)





More information about the sr-dev mailing list