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

Daniel-Constantin Mierla miconda at gmail.com
Mon Mar 13 19:03:19 CET 2017


- URL:  https://github.com/kamailio/kamailio/commit/1c7d33a9a9c169cdd55be00f30a5af1e5525c915
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:50:03+01:00

Makefile: make tar updated to skip obsolete folder

- paths updated to run with src folder

(cherry picked from commit 7ecd9dfb37b3b4a9770265c7a846d3224be98d84)

- URL:  https://github.com/kamailio/kamailio/commit/fe22bef294f2d6bbb9ef20cf39691c5fbb391b1f
Author: Olle E. Johansson <oej at edvina.net>
Date:   2017-03-13T18:50:39+01:00

manpage Add proper web address to the project (include https)

(cherry picked from commit 1f3884ce4cd08c6b7b52c2dd15bb2a5ac1905a63)

- URL:  https://github.com/kamailio/kamailio/commit/0d1f93bb5406ce74de50dee2ad71493b98e765c9
Author: Olle E. Johansson <oej at edvina.net>
Date:   2017-03-13T18:50:54+01:00

dialog	Add missing ka_failed_limit parameter to README

(cherry picked from commit 307ad0a3e1084a7a03c045dc563421829b46c3e2)

- URL:  https://github.com/kamailio/kamailio/commit/3959d25e8f6f709d081cb47e67066de96d6b5153
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:51:24+01:00

topos: new parameter storage

- specify the storage type to be used
- default value is "db", to use database connectors

(cherry picked from commit 4fa7a93fb60d8e8468b0f98272c1661d4913c463)

- URL:  https://github.com/kamailio/kamailio/commit/40359c7318b0e61219e460160d2e26c0fef551c0
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:51:34+01:00

topos: restrict storage value to db and redis

(cherry picked from commit 58c1ab8fa03c992d201f226eab06d2fbe9999ee5)

- URL:  https://github.com/kamailio/kamailio/commit/274c7d27d340fbc7874d47323eb3b8b4cdae5569
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:53:14+01:00

topos: group storage function in an api structure

(cherry picked from commit d40635aa946d2d9e49227ab87cba4e045bcc5ebd)

- URL:  https://github.com/kamailio/kamailio/commit/c628bbf9f08f0714f32f3fb0c3271bf6a42a477b
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:53:30+01:00

topos: export intermodule api to set storage functions

(cherry picked from commit 9e6f94e0ed3845f5da0c548e04f549906f58456e)

- URL:  https://github.com/kamailio/kamailio/commit/9f9832c53c68da14eecfad75b518f9cb3980e04d
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:53:55+01:00

topos: unique id per dialog reused for both local contacts

- relocated safety checks for storage update

(cherry picked from commit 0aaeed773316d4763471e723cfdc8d1230dfd5c1)

- URL:  https://github.com/kamailio/kamailio/commit/3adcdf863de38518366a99ae15321204b0555457
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:54:19+01:00

topos: proper detection of direction for requests within dialog

- related to GH #1005

(cherry picked from commit a43d8460f4caca20f42f0eb44ec4bd9e22cb1513)

- URL:  https://github.com/kamailio/kamailio/commit/e341821cacef7ef6c70e5e2c098cff644fca0ef5
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:54:37+01:00

topos: api functions to get dialog and branch expire values

(cherry picked from commit 83a8c97798d9dbac7e67203e4a246b6013503c01)

- URL:  https://github.com/kamailio/kamailio/commit/9e0fd2ebada61e59a17d8558e1746192a3761f5d
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:57:07+01:00

db_mongodb: re-init iterator and search again if fails to find from crt position

(cherry picked from commit 501c41dd35fb9f15fdf96f4f3778860395e37a84)

- URL:  https://github.com/kamailio/kamailio/commit/9e9fc9a322221dce58108c4430cbe0af41b31d02
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:57:20+01:00

db_mongodb: re-init iterator for bson covert search failure

(cherry picked from commit 6bd32088de1d7ae816643aea4a60c70911e46b5e)

- URL:  https://github.com/kamailio/kamailio/commit/944961ecc9a83785e9fc9f86985ef42873f969b3
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:57:56+01:00

websocket: proper parameters for rpc response building of ws dump

- reported by GH #1022

(cherry picked from commit 679febf10e325ddbb90d6070b5599478fb858d75)

- URL:  https://github.com/kamailio/kamailio/commit/f714655a4e13f6b0d57d0a9a6a5b227f6edc753d
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:58:15+01:00

topos: reworked dialog update in order to refresh contact values

- related to GH #1005

(cherry picked from commit 639013a14d46790dd5605f58f683317eb6b9f3f4)

- URL:  https://github.com/kamailio/kamailio/commit/bde35f20f26993cdccf546aeb7f84568e9b6a6d6
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:58:28+01:00

websocket: split the addition of info structure for ws.dump rpc

- related to GH #1022

(cherry picked from commit 3d6f5770b456f2ec63d1c722fc7d3c518cb7c326)

- URL:  https://github.com/kamailio/kamailio/commit/8c38fad2bf335df919eaed276ba03fa05dfebc7e
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:58:47+01:00

topos: removed unused ftag variable

- code was moved to a function

(cherry picked from commit a9d2cbc591f7e1da8743b3598576ef7753c5f32c)

- URL:  https://github.com/kamailio/kamailio/commit/fb859b9388ddfa82e7c6cf098940d920fead055b
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:59:02+01:00

core: more safety checks for getting int values from cfg function params

- related to GH #1011

(cherry picked from commit 97b3ce7c8991774f42c013122704f32e2822ac58)

- URL:  https://github.com/kamailio/kamailio/commit/943a5b2c12426b5b6d3839ae899411f4e1a42414
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:59:11+01:00

dialog: more checks for dlg_set_timeout() params

- related to GH #1011

(cherry picked from commit 618888cc9497ae5c478c41d7b0efc27731b42b22)

- URL:  https://github.com/kamailio/kamailio/commit/25726edd0d9c8bc4186b9cd2c472a0e9c72d712b
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-03-13T18:59:22+01:00

pv: attempt to print cfg line for string transformation errors

- 0 is printed when not a transformation in config
- requested by GH #1019

(cherry picked from commit 8ce23dda673441541de836e71af9101d8b7894ea)





More information about the sr-dev mailing list