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

Daniel-Constantin Mierla miconda at gmail.com
Wed Sep 12 09:55:41 CEST 2018


- URL:  https://github.com/kamailio/kamailio/commit/b6f49f92e11b3289a074cfe8a62d164665f937e5
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:25:39+02:00

sdpops: cast in dbg message to avoid compile warning on 32b systems

(cherry picked from commit f6921b92d382db3c0a72bd1d97eb46d1f4aee2d7)

- URL:  https://github.com/kamailio/kamailio/commit/dd9bc5441ec4682213ed2fa07d8a7f76175abac8
Author: Juha Heinanen <jh at tutpro.com>
Date:   2018-09-10T08:26:02+02:00

modules/auth: fixed path in auth.xml

(cherry picked from commit 26449dc2da3b47dd71265e8103de5957bd2245f4)

- URL:  https://github.com/kamailio/kamailio/commit/ff6af9edbbb08f6ccb9ae953b9ea6d5899c3073c
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:27:29+02:00

core: debug message when dropping a sip reply

(cherry picked from commit e4d2ca28ee2d42683d7604c6a767a201b6babbed)

- URL:  https://github.com/kamailio/kamailio/commit/d0f1d8212f0f42df8a1cc1e5c7b85fcc4e0e37db
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:27:41+02:00

core: more accurate debug messages when forwarding a reply

(cherry picked from commit 085e2c2ea5f85616c037b083495094a2232c405a)

- URL:  https://github.com/kamailio/kamailio/commit/5d6be9c971a0cd1bf3ebd10214e89f036371f4bb
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:27:55+02:00

tm: more debug messages for reply relay

(cherry picked from commit 927d738d0e1585ccbccc878ab55c219ae737091d)

- URL:  https://github.com/kamailio/kamailio/commit/8c191147abac8ffb1d2360f6a115617ff974514d
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:28:09+02:00

tm: added fcount field for free operations debugging

(cherry picked from commit e361e5ec2883775d14d92d46659d062b31c45f33)

- URL:  https://github.com/kamailio/kamailio/commit/3164b552f78762591199df6c29db55dea83066dc
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:29:04+02:00

app_lua: kemi - exported KSR.pv.getw("$...")

- get the value of the pseudo-variable if it is not $null and the empty string
("") if it is $null

(cherry picked from commit b98cb43b1ea33706fe133f6585c0705892663ae6)

- URL:  https://github.com/kamailio/kamailio/commit/9db1528afb6b6d90251a25f42d8f4f8d266eea2a
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:29:16+02:00

app_lua: split function for returning pv null value

(cherry picked from commit f3312715943867f76c8753eba992dad5859d8c2f)

- URL:  https://github.com/kamailio/kamailio/commit/c26b2fac5eefb47edcdba65a7ba9d6805f0eac02
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:29:30+02:00

app_lua: new KEMI pv functions KSR.pv.getvn(...) and KSR.pv.getvs(...)

- KSR.pv.getvn(pv, ival) - return the value of pv if not null,
 otherwise return the int value ival
- KSR.pv.getvs(pv, sval) - return the value of pv if not null,
 otherwise return the str value sval

(cherry picked from commit 1576dc7cf504a3a30e83919222f1b8441e4207b5)

- URL:  https://github.com/kamailio/kamailio/commit/4b05951967fb9460a0158fdb1765e4ab3c373fb0
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:29:39+02:00

app_lua: proper return 'nil' for $null values of pvs

(cherry picked from commit fd3656fba3fe5dcb472836f935e2b4781b02251e)

- URL:  https://github.com/kamailio/kamailio/commit/527c20056413d0cd088b8aadd2d84a2408b03053
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:30:05+02:00

app_python: implemented KSR.pv.gete(...)

(cherry picked from commit 63498d6c2180645562f495077d6b414b12b39820)

- URL:  https://github.com/kamailio/kamailio/commit/9a3d4698491a4f020b1c0d4635f1d3a4c2b410ee
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:30:30+02:00

app_jsdt: implemented kemi KSR.pv.gete(...)

(cherry picked from commit d92216ebdb94c4a068437c083c9f1809ddfa8857)

- URL:  https://github.com/kamailio/kamailio/commit/57debe742063c776cf8b91e34d5cbe3ebe1631c1
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:30:41+02:00

ipops: exported KSR.ipops.is_in_subnet(...)

- match the function name from kamailio.cfg
- so far it was exported as KSR.ipops.ip_is_in_subnet(...)

(cherry picked from commit 7bd55ca760a2b1aed8da431b61370c750742ff84)

- URL:  https://github.com/kamailio/kamailio/commit/44fc897c51f23f3da3c0d556a270edc335ec80dc
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:30:52+02:00

app_sqlang: implemented KSR.pv.gete(...)

(cherry picked from commit 89c65fa3210ab0682d4cb699d732ac1653ba0221)

- URL:  https://github.com/kamailio/kamailio/commit/50910ac1035df1d3899389d72314353957644a72
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:31:10+02:00

app_python: give scan format to PyArg_ParseTuple() via param

(cherry picked from commit c1701cf3e57adbf8448c414bfb8ba10426a69104)

- URL:  https://github.com/kamailio/kamailio/commit/b6ed4d39c68f543f18a4a938d1bba375535d4625
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:31:27+02:00

app_lua: rmode 1 corresponds to int returned value

(cherry picked from commit b7047205287a0fde12b3568bd0cd0425eeb68fcd)

- URL:  https://github.com/kamailio/kamailio/commit/57d8b5287d27fe32b302442c2b18a17642dd6898
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:32:17+02:00

tls: docs - some updates to sample tls.cfg

(cherry picked from commit 957b43ddea8dad434736e800a16581d49ccb2478)

- URL:  https://github.com/kamailio/kamailio/commit/6815f91eba33216102f7e8ebb0a67e74d0594e2a
Author: Roman Romanchenko <rromanchenko at sipwise.com>
Date:   2018-09-10T08:33:02+02:00

tm: crash on memcpy fix

- in some cases tag is not initialized and lead to crash.
  Memory pointer check before writing to added.

(cherry picked from commit db3b9dbd48f7bb74abf08b0e97bcac15015df719)

- URL:  https://github.com/kamailio/kamailio/commit/2ce4f035be25c8d43a96d24331a5673a0e574eb9
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:33:29+02:00

core: Makefiles - catch unavailbility of docbook2man tool

- print an info message instead of ending up in execution error of
Makefile rule trying to generate man pages from xml files
- DOCBOOK var renamed to DOCBOOKMAN to be more suggestive for its
purpose
- related to GH #1624

(cherry picked from commit 35aef078dfbcb92de9591eea2841b3ba0f9682f6)

- URL:  https://github.com/kamailio/kamailio/commit/7417602f16f17495bad935e87ef504aadc6595b3
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:34:01+02:00

core: xavp - more debug details when printing xavp

(cherry picked from commit 3fef2b3c18f83add1af13c2b84303b507e27aeca)

- URL:  https://github.com/kamailio/kamailio/commit/82117ce2d576a1f9073e36d1e0508d6aedee82e6
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:34:28+02:00

htable: exported sht_rm_value_re() and sht_rm_name_re() to kemi

- GH #1614

(cherry picked from commit 9121118444e638223c789641618ed4145a67b0f3)

- URL:  https://github.com/kamailio/kamailio/commit/290073feb2ebf94bfa64be8071cf4cc60c8618c1
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:34:47+02:00

pv: increased transformation buffer slots from 4 to 8

(cherry picked from commit d68c1bcb350bce2f1951b604f97e246734e43b84)

- URL:  https://github.com/kamailio/kamailio/commit/31fd064f209246ef028d0d2369be9e21272a5489
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:35:42+02:00

htable: exported sht_rm_name() and sht_rm_value() to KEMI

(cherry picked from commit 2806831045cdb8f110737a87470382c28c5ce094)

- URL:  https://github.com/kamailio/kamailio/commit/1fd8cc14ae5a81359ece661677b78188720ac936
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:36:11+02:00

htable: proper return on match for sw operator whith rm functions

(cherry picked from commit dec17cb6af275789c4ae804d5e1004a9f77010a3)

- URL:  https://github.com/kamailio/kamailio/commit/e6676483116cac28a958d5dc5edeea3fc07be102
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:36:26+02:00

tcpops: more debug messages when executing event route

(cherry picked from commit d453bdd36a6cd569978a1d19e41d55b28c2b4e13)

- URL:  https://github.com/kamailio/kamailio/commit/ce5fd6f415e504f967e00820d6c57ec3b450e53e
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:36:52+02:00

core: tcp - improved safety check for available byte in tcp read buffer

(cherry picked from commit 2fc11f183d8fcedeb35559c5236ad7159a6a5864)

- URL:  https://github.com/kamailio/kamailio/commit/aec30b799256fc3c1aeac537d111ecf2a60ff5a1
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:38:05+02:00

core: tcp - more safety check to avoid jumping out if receive buf for ws proto

(cherry picked from commit db00d11d6a30cb779cecfae73487de6d05b6b915)

- URL:  https://github.com/kamailio/kamailio/commit/aa7d8921eac1379f3d31648f99f71388f761b430
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:38:29+02:00

tls: cast to usigned for computing available size for read

(cherry picked from commit 1e67fdd53a1c6dc3964d25e891caad24029b7887)

- URL:  https://github.com/kamailio/kamailio/commit/d877cd62175dd31d8eb7a1fbcabb32b9d7b3683f
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-10T08:38:57+02:00

rtpengine: safety check for tm uas.request field

(cherry picked from commit 75040f62238d6181dc9aec977588c63d15dc5cbc)

- URL:  https://github.com/kamailio/kamailio/commit/b03b6f7a12e66eab1619e1f10eeba673d7a00cab
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-12T09:52:53+02:00

acc: more debug message when checking if acc should be done

(cherry picked from commit f21554c6befaddbc82016d5d498e11ab3720c404)

- URL:  https://github.com/kamailio/kamailio/commit/5195a700241650a1407f4e663db4c6ec85a068af
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-12T09:53:05+02:00

tm: update uas rb activ_type when overwriting realyed_code

- otherwise could end up skipping the execution for TMCB_RESPONSE_OUT tm
callback, affecting acc, ...

(cherry picked from commit 5b223a2e8a92f351b8eab756f5256fda7645ff21)

- URL:  https://github.com/kamailio/kamailio/commit/c9b1410c13fb8d70d4785779b4998987f8f5f19d
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-12T09:53:14+02:00

tm: activ_type field renamed to rbtype in struct retr_buf

- better matching the purpose and do not use a typo word
- field t_active changed from char to short for better mem align

(cherry picked from commit 1aad02edc6b9ffb104900cbc624f0853166ae926)

- URL:  https://github.com/kamailio/kamailio/commit/7438c7511c4ee151d5126ee34748e49a492da868
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-12T09:53:34+02:00

tm: typedefs renamed to match better module and common pattern

- were not used so far

(cherry picked from commit 0ea62995ab026737411f3106a4584ba4ba640426)

- URL:  https://github.com/kamailio/kamailio/commit/ebcffdb917b2c2c0a1b6d85cbf9c46e7a6afac4f
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-12T09:53:44+02:00

tm: set uas rb type along with the buffer when relaying replies

- ensure it is same reply code used in outgoing buffer

(cherry picked from commit 35dec4c20d78f49ba242229c877894d70c94705c)

- URL:  https://github.com/kamailio/kamailio/commit/fb69f81152368b8727f6d51298b6f8ab2f4753d0
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-12T09:54:14+02:00

dialog: update  active and early dialogs stats for dmq operations

- related to GH #1591

(cherry picked from commit bc41d0bc75f1b41f0185eeed37d5514525ef27be)

- URL:  https://github.com/kamailio/kamailio/commit/3c4f242fff1171fbe9c19472b8d9430bd7fb1edb
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-12T09:54:25+02:00

tls: proper upper limit for tls connection lifetime

- GH #1639

(cherry picked from commit deb2904d73a7a540f8eb6e2e8722185b7f0a9a99)

- URL:  https://github.com/kamailio/kamailio/commit/9ff43b7f8017fb68681a49379ab92736386be1e9
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-12T09:54:36+02:00

jsonrpcs: print flags in error message when rpc reply is not initialized

(cherry picked from commit 1501e20b65f63c64a89b84196dc925cef79b7c76)

- URL:  https://github.com/kamailio/kamailio/commit/780e44b9045e6051fc7f41a34db24187f80045a6
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-09-12T09:54:47+02:00

jsonrpcs: set global active context to delayed value for async commands

- GH #1640

(cherry picked from commit 1db7dc4de6588131b4340390b5996141940b7ef0)





More information about the sr-dev mailing list