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

Daniel-Constantin Mierla miconda at gmail.com
Mon May 9 21:42:33 CEST 2016


- URL:  https://github.com/kamailio/kamailio/commit/e1b8cc38ba493f6de6a3c70519fb327841efad94
Author: Konstantin S. Vishnivetsky <voip-projects at vishnivetsky.ru>
Date:   2016-05-09T21:28:31+02:00

pkg: added rpm spec file for Oracle Enterprise Linux 7

- includes adding shadow-utils dependency added to make %pre scriplet
  work properly
- baed on PR #588

(cherry picked from commit b7ec49886264b52b15d22b80c1c74ac40a6fb314)

- URL:  https://github.com/kamailio/kamailio/commit/1851ba4c67c8bfa48ae5f65ccecee076960870f8
Author: Olle E. Johansson <oej at edvina.net>
Date:   2016-05-09T21:29:01+02:00

msilo Minor edits to the README

- Move the database field definitions close to the table definition
- Fix typos, rewrite some parts

(cherry picked from commit ceccf4b9d178e895ae5972f2cddf28e3ef108910)

- URL:  https://github.com/kamailio/kamailio/commit/aa39e12bf63a325effa52eae924a946005baee3c
Author: Jonas Böttner <boettner at sipgate.de>
Date:   2016-05-09T21:30:21+02:00

enum: single digit is valid in function enum_query

- is_e164() returns true for a single digit (previously two digits)

(cherry picked from commit 86ecdb2ec109af536efa70c2b0e4b93c4072e8b5)

- URL:  https://github.com/kamailio/kamailio/commit/c29e524283b50b74f61e704f0e32b86c7941da6b
Author: Jonas Böttner <boettner at sipgate.de>
Date:   2016-05-09T21:30:32+02:00

enum: print out malformed uri in enum_query()

- previous error message did not show up the username part of r-uri.
  therefor debugging was difficult.

(cherry picked from commit fd3c30f981d97622fb99f2122ce0bc950774edfb)

- URL:  https://github.com/kamailio/kamailio/commit/6f60780e3fa3d8314e77b9960c04a127ede86b1f
Author: Konstantin S. Vishnivetsky <voip-projects at vishnivetsky.ru>
Date:   2016-05-09T21:30:45+02:00

pkg/rpm: added folders with rpm specs for oracle el6 and el7

(cherry picked from commit e72c7e068dd510a56033ce422343675aa0fdafe7)

- URL:  https://github.com/kamailio/kamailio/commit/2189d14f20cf52c4802baffc258ecd5b9127c0c0
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-05-09T21:31:03+02:00

sdpops: removed svn $Id$ lines, coherent indentation and whitespacing

- added license header text

(cherry picked from commit c4299225989d9ccf47c18e50b0014025270c65c7)

- URL:  https://github.com/kamailio/kamailio/commit/f739c6d0a861fce1808a93e4660546c746dc7672
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-05-09T21:32:01+02:00

sdpops: safety check if sdp pointer is null inside sdp_get()

(cherry picked from commit cd67fbb8ecb83944f458ec8a127adc14d5b38aeb)

- URL:  https://github.com/kamailio/kamailio/commit/b696390ac29225dd29bdeb1ec8fe01690e1c2608
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-05-09T21:33:11+02:00

cdp: don't lock anymore for session during shutdown callbacks

- if sigterm killed a worker in a locked zone, results in a deadlock at
  shutdown. The cleanup is done by a sigle process, no other processes
  run, therefore no more race

(cherry picked from commit f3f87ca550d44364e3c6cc1653970258fdffaa2c)

- URL:  https://github.com/kamailio/kamailio/commit/316925662a3be833693eba6a2895b41661b4d0db
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-05-09T21:33:26+02:00

cdp: use the function to check if it is shutdown phase

- global variable is not accessible directly, breaking the build - issue
  introduced with previous commit

(cherry picked from commit e70283a0b6010e4a4c567a50b9008e0d7c1e27d5)

- URL:  https://github.com/kamailio/kamailio/commit/c5c4610fa293ce8afc15bd6cc04897e34fde797f
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-05-09T21:33:57+02:00

corex: add section ids to docs

(cherry picked from commit cb41e0146a73d9c91b0c590d65094e300ef67933)

- URL:  https://github.com/kamailio/kamailio/commit/fdeba44e840616e08a2309eb3cf1517a34ea29fa
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-05-09T21:34:10+02:00

core: print tos value if socket option for it cannot be set

- to help with GH #598

(cherry picked from commit 0118338d82e2471572990a1ea09593265161e4a4)

- URL:  https://github.com/kamailio/kamailio/commit/31b69ed11536e1dd7ce4baef25d2da91697f1e74
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-05-09T21:34:50+02:00

kazoo: added some docs for pua_mode param based on lists discussions

(cherry picked from commit df30b8c7c6021d84f560a6fb7d82a11cd0e1b3d5)

- URL:  https://github.com/kamailio/kamailio/commit/e16a2373eeb7e9add61058bda3ab2d5c3cee437e
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-05-09T21:35:13+02:00

smsops: safety check for pkg malloc result

- allocated the biggest possible size to simplify the checks

(cherry picked from commit fd01e587ed115a21284d27d7f402d51dc6f8743a)

- URL:  https://github.com/kamailio/kamailio/commit/1fb9685ea83353a1d32edd7f94f3b4dc7b755258
Author: Tsvetomir Dimitrov <tsv.dimitrov at gmail.com>
Date:   2016-05-09T21:35:26+02:00

pkg/rpm: added missing modules to the SPEC file for CentOS 6

- cnxcc added as separate package
- GH #597

(cherry picked from commit 35a861a89e946a771623001f36dc3d17117be602)

- URL:  https://github.com/kamailio/kamailio/commit/a2697207977e43784fe8eba632b7f88f4c641802
Author: Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
Date:   2016-05-09T21:39:32+02:00

updated SQL and docs

(cherry picked from commit 76649e4bced09b45d5c470a696168929e1758111)

- URL:  https://github.com/kamailio/kamailio/commit/a588ced38ff3460469e0d46a31c5786cb57fcaf8
Author: Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
Date:   2016-05-09T21:39:47+02:00

modules/sipcapture updated modparam description

(cherry picked from commit 6e9f1c045ae827ea4f6bec8ab62187ec41788255)

- URL:  https://github.com/kamailio/kamailio/commit/a164d19bbe74720ac428a2efd6074397cfb5180e
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2016-05-09T21:40:01+02:00

smsops: safety checks for pkg malloc in pv get handler

(cherry picked from commit d4a2ba2ef4323b4306109ab5ecccd1368e8c5f82)





More information about the sr-dev mailing list