[sr-dev] New commits on branch 4.2

Yuriy Gorlichenko ovoshlook at gmail.com
Wed Nov 5 09:52:49 CET 2014


Daniel hello. This commit:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aeb98d3deae7a551f11a6bb947378da7448e11fe
 not work at this branch, but it work at master branch. Tested today.

2014-11-04 2:21 GMT+04:00 Daniel-Constantin Mierla <miconda at gmail.com>:

> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aeb98d3deae7a551f11a6bb947378da7448e11fe
> Author: Daniel-Constantin Mierla <miconda at gmail.com>
> Date:   Mon Nov 3 18:41:01 2014 +0100
>
>     uac: use transaction to propagate uac_auth() flag
>
>     - needed by dialog to increase the cseq
>     - local request is no longer accessible at forwarding callback
>
>     (cherry picked from commit 952227ef749da464c7990fa7f056764daf4bda0d)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e82f1b2c3ab45472fcabf0ed4053d8ecc057d0ca
> Author: Daniel-Constantin Mierla <miconda at gmail.com>
> Date:   Fri Oct 31 12:35:56 2014 +0100
>
>     dialog: increase local cseq after REFER generated by dlg_bridge
>
>     - otherwise the next BYE can be rejected
>
>     (cherry picked from commit c76ee9facb771d2eae792214e6d4cef39c94a9eb)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4aea47fa023b705947af1bff747745cf105a64bf
> Author: Daniel-Constantin Mierla <miconda at gmail.com>
> Date:   Fri Oct 31 12:33:38 2014 +0100
>
>     tm: update headers shortcuts if buffer rebuilt after
> event_route[tm:local-requests]
>
>     - affecting transactions for local generated requests
>     - bulding local ACK uses the shortcuts and they ended up being broken
>     - reported by Kristian F. Høgh
>
>     (cherry picked from commit b6d3dc61a78e549c9a75ddfa2fbb86aa2a1682c5)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4f74bfc615ce29088762eed7e41873fd07c4d2d0
> Author: Daniel-Constantin Mierla <miconda at gmail.com>
> Date:   Fri Oct 31 11:09:53 2014 +0100
>
>     main.c: fix compile warning
>
>     (cherry picked from commit e4f18cb322d54035fb6825df3a2f712ed03a71db)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bf78e8498a9ac9441fcdb7141b0cf2a7b8739e83
> Author: Daniel-Constantin Mierla <miconda at gmail.com>
> Date:   Fri Oct 31 00:31:11 2014 +0100
>
>     tm: do all the clean local msg structure in one place
>
>     - uri/dst-uri were clened before the entire local sip message, not
> being
>       visible while rebuilding the content
>
>     (cherry picked from commit a2252afe90e0acd779e64c47eacc174b4bbdc41c)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7b220da5d06b316617e33d04e5cdc481672e5e83
> Author: Daniel-Constantin Mierla <miconda at gmail.com>
> Date:   Thu Oct 30 22:29:01 2014 +0100
>
>     pipelimit: update the limit of pipe for pl_check(pipeid, alg, limit)
>
>     - affects the dynamic pipes that could have been created by same
>       function on a previous execution, allowing to be on-the-fly updated
>     - reported by Alex Balashov
>
>     (cherry picked from commit 280f947eac5c66bfa6151c75983ffa9e533dd709)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=34c82570c23a0d133c82483bfd9425eb9a65b06e
> Author: Daniel-Constantin Mierla <miconda at gmail.com>
> Date:   Thu Oct 30 20:47:42 2014 +0100
>
>     rr: dont set msg flag FL_RR_ADDED for record_route() in branch_route
>
>     - the operation is specific only for the branch
>
>     (cherry picked from commit 58ad681ab68a14e8fe2b0f6ebc6cf03bdabeea80)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=631e558f97728b91b3c0b3341c6c4ecc16902a82
> Author: Daniel-Constantin Mierla <miconda at gmail.com>
> Date:   Thu Oct 30 11:41:41 2014 +0100
>
>     tm: safety catch inside t_check_trans() when already in a tm routing
> block
>
>     - transaction is known and some of these routing blocks are inside tm
>       lock, which can result in deadlock if not tested
>     - reported by Andrew Pogrebennyk, FS#482
>
>     (cherry picked from commit a8d50919bd614b704f3a4e08ff90d844b2c29829)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b5ead3683782495da208fad2dffef61f893371b3
> Author: Daniel-Constantin Mierla <miconda at gmail.com>
> Date:   Thu Oct 30 10:23:51 2014 +0100
>
>     sqlops: use row index for storing result of sql_pvquery()
>
>     - reported by Savolainen Dmitri, FS#487
>
>     (cherry picked from commit 367840503010d1be0da23e79525f2f88eb09ebcf)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3209d2245cbc3d2def94065aed0ccdab23678a64
> Author: Daniel-Constantin Mierla <miconda at gmail.com>
> Date:   Thu Oct 30 10:10:15 2014 +0100
>
>     htable: safety check for key type and value
>
>     - reported by FS#486
>
>     (cherry picked from commit f5d9b59ee5aabb1da934ae2ce8101250041c05d1)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7d31ee740c49034f83192feffdcba2f7b8601fab
> Author: Hugh Waite <hugh.waite at acision.com>
> Date:   Wed Oct 29 16:18:28 2014 +0000
>
>     registrar: Prevent incorrect application of path when forwarding a
> register
>
>     - Reset the internal path pointer after a save() to prevent it being
> added
>       as a Route: header, e.g. when running t_replicate()
>
>     (cherry picked from commit 61a1eee4fe2b7e3a7c6a8f82c86ac52957439053)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e968d72f51787f53b154c2cbc614188e60d8f9fb
> Author: Hugh Waite <hugh.waite at acision.com>
> Date:   Mon Oct 20 15:02:59 2014 +0100
>
>     sdpops/documentation: Add id's to function sections
>
>     (cherry picked from commit 69cd679496c482aabd17f2c7fbde7a5282864308)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=49c39a3b2409636d1360d943e6785a34002c9009
> Author: Hugh Waite <hugh.waite at acision.com>
> Date:   Wed Oct 8 21:11:55 2014 +0100
>
>     core/parser: Fix extract_sendrecv_mode to always return mode if valid
>
>     - All four sendrecv directions return 0
>     - is_on_hold flag set for inactive and sendonly
>
>     (cherry picked from commit 0a019df8f2922a940a41742ce0e4560bb6523d6c)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d503b1159af85ae17667ae943a515c3e9700c276
> Author: Jason Penton <jason.penton at gmail.com>
> Date:   Tue Oct 28 17:26:43 2014 +0200
>
>     modules/dialog_ng: prevent seg fault if socket struct is null
>
>     (cherry picked from commit de369d4b466078c4c5aada0fc55d9689b2d13047)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=96d3484b8f381be96162af94eb4afa5b9d110e3b
> Author: lucian balanceanu <lucian.balanceanu at 1and1.ro>
> Date:   Fri Oct 24 17:29:35 2014 +0300
>
>     cr: fix some cr kamctl fifo problems
>
>     - initialize builtin structures with appropiate values
>
>     (cherry picked from commit 22d125e3b73688b227a951dce1ce12b4c798229a)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c059fd51289945f34cfd38ad478e5ca62ad5c78c
> Author: lucian balanceanu <lucian.balanceanu at 1and1.ro>
> Date:   Fri Oct 24 17:12:34 2014 +0300
>
>     cr: decreased logging severity of some messages
>
>     - moved some informative messages from ERR to INFO, DBG
>
>     (cherry picked from commit 2a57414fd952f36f88b1ab2dc038934a8ddf6d64)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8c52d68aa4cf432f693a4e7eff9e56da251423f0
> Author: Daniel-Constantin Mierla <miconda at gmail.com>
> Date:   Tue Oct 21 16:32:26 2014 +0200
>
>     tls: note that SSLv3 should not be used if high security is needed
>
>     - the note was already for SSLv2
>
>     (cherry picked from commit 5fe0d14745303c61d3fafe9decbb735d5424a442)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=adc3d44f70f2c79bfeea95b1336798ce227d8170
> Author: Olle E. Johansson <oej at edvina.net>
> Date:   Tue Oct 14 09:25:12 2014 +0200
>
>     test/unit: Add Sipsak URL in README
>
>     (cherry picked from commit c2180873931408e7ff35e826f82505a7a99167e6)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a0cadc6c6a435b43545d28f1ecc7c01240db0f16
> Author: Daniel-Constantin Mierla <miconda at gmail.com>
> Date:   Mon Oct 13 23:50:21 2014 +0200
>
>     test/unit: updates to units 27, 28, 29, 31 ane 33
>
>     - parametrizied 11.cfg
>
>     (cherry picked from commit 4d898e9391ff4990eb5ce2319c9a5ca7d66d98b4)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3987ba284a09a71ed6a1f266867414ddcaf4953a
> Author: Daniel-Constantin Mierla <miconda at gmail.com>
> Date:   Mon Oct 13 22:49:38 2014 +0200
>
>     test/unit: sipsak listed as dependency in readme
>
>     (cherry picked from commit dad6e668c3839bafb20fcee31fdd35a1ce7ceac7)
>
>     Conflicts:
>         test/unit/README
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2b4bb3e0153cd951d3559382185382a838f3a728
> Author: Daniel-Constantin Mierla <miconda at gmail.com>
> Date:   Mon Oct 13 22:47:28 2014 +0200
>
>     test/unit: updated unit 25.sh
>
>     (cherry picked from commit 66b93da82ed075c0a4d9d6b1e5f93932432a1aee)
>
> URL:
> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fcc470429bf5dfee411cca052db424c29002499c
> Author: Daniel-Constantin Mierla <miconda at gmail.com>
> Date:   Mon Oct 13 22:35:07 2014 +0200
>
>     test/unit: updates to unit 22
>
>     (cherry picked from commit 6f476de8d0e658c148328ace7f0f27f0574fb52e)
>
>
> _______________________________________________
> sr-dev mailing list
> sr-dev at lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20141105/c23c3fe6/attachment-0001.html>


More information about the sr-dev mailing list