[OpenSIPS-Devel] [opensips] route.c: 4 * bad if test ? (#146)

2013-12-06 Thread dcb314
I just ran the source code of opensips-1.10.0 through
the static analyser cppcheck. It said many things,
including

[route.c:1151] - [route.c:1151]: (style) Same expression on both sides of ''.
[route.c:1161] - [route.c:1161]: (style) Same expression on both sides of '='.
[route.c:1171] - [route.c:1171]: (style) Same expression on both sides of ''. 
[route.c:1181] - [route.c:1181]: (style) Same expression on both sides of '='.

Source code for the first one is

else if(rt==0  s1-lens1-len)

Suggest code rework.


---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/146___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 21f543: Fix a couple of potential deadlocks in commit b30b...

2013-12-06 Thread Liviu Chircu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 21f543d1c86eb1b5ad858e83331bb8644b3a1fbf
  
https://github.com/OpenSIPS/opensips/commit/21f543d1c86eb1b5ad858e83331bb8644b3a1fbf
  Author: Liviu Chircu li...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M modules/dispatcher/dispatch.c

  Log Message:
  ---
  Fix a couple of potential deadlocks in commit b30b43b4


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 6adb5c: fixed compile error when statistics are not enable...

2013-12-06 Thread Razvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 6adb5c3c031e45fb2bcab44ebc3b3aadd72f552b
  
https://github.com/OpenSIPS/opensips/commit/6adb5c3c031e45fb2bcab44ebc3b3aadd72f552b
  Author: Razvan Crainea raz...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M mem/f_malloc.c

  Log Message:
  ---
  fixed compile error when statistics are not enabled

Thanks to Liviu Chircu for reporting them


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] route.c: 4 * bad if test ? (#146)

2013-12-06 Thread Bogdan Andrei IANCU
Hi, good catch - actually it is a bug there, fixing it right now !

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/146#issuecomment-29988114___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 96921f: Fixed bogus condition in GT, GTE, LT and LTE scrip...

2013-12-06 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/1.10
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 96921f5f90919bdc3dc1a573bcb0c32899c65075
  
https://github.com/OpenSIPS/opensips/commit/96921f5f90919bdc3dc1a573bcb0c32899c65075
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M route.c

  Log Message:
  ---
  Fixed bogus condition in GT, GTE, LT and LTE script tests.
Reported by dcb314 on GITHUB
Closing issue #146


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] cffe25: Fixed bogus condition in GT, GTE, LT and LTE scrip...

2013-12-06 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/1.8
  Home:   https://github.com/OpenSIPS/opensips
  Commit: cffe2521deb5a40750c8b941513dbf3af98f0b82
  
https://github.com/OpenSIPS/opensips/commit/cffe2521deb5a40750c8b941513dbf3af98f0b82
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M route.c

  Log Message:
  ---
  Fixed bogus condition in GT, GTE, LT and LTE script tests.
Reported by dcb314 on GITHUB
Closing issue #146

(cherry picked from commit 96921f5f90919bdc3dc1a573bcb0c32899c65075)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 1b47fc: Fixed bogus condition in GT, GTE, LT and LTE scrip...

2013-12-06 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/1.9
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 1b47fc65c9467dbd77336c818fea67d60cdbfc4d
  
https://github.com/OpenSIPS/opensips/commit/1b47fc65c9467dbd77336c818fea67d60cdbfc4d
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M route.c

  Log Message:
  ---
  Fixed bogus condition in GT, GTE, LT and LTE script tests.
Reported by dcb314 on GITHUB
Closing issue #146


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] route.c: 4 * bad if test ? (#146)

2013-12-06 Thread Bogdan Andrei IANCU
Done, thank you once again on the report !

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/146#issuecomment-29988351___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] route.c: 4 * bad if test ? (#146)

2013-12-06 Thread Bogdan Andrei IANCU
Closed #146.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/146___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] d0086d: Fixed bogus condition in GT, GTE, LT and LTE scrip...

2013-12-06 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: d0086dfe62cedb4c2570c61d15b77bdb83a69beb
  
https://github.com/OpenSIPS/opensips/commit/d0086dfe62cedb4c2570c61d15b77bdb83a69beb
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M route.c

  Log Message:
  ---
  Fixed bogus condition in GT, GTE, LT and LTE script tests.
Reported by dcb314 on GITHUB
Closing issue #146

(cherry picked from commit 96921f5f90919bdc3dc1a573bcb0c32899c65075)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Via branch non RFC 3261 compliant (#145)

2013-12-06 Thread Bogdan Andrei IANCU
Reopened #145.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/145___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Via branch non RFC 3261 compliant (#145)

2013-12-06 Thread Bogdan Andrei IANCU
Closed #145 via 1f18541ced045645f8cbda1c73a85fe52597a1db.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/145___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 1f1854: Generate proper branch param for the NAT ping requ...

2013-12-06 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 1f18541ced045645f8cbda1c73a85fe52597a1db
  
https://github.com/OpenSIPS/opensips/commit/1f18541ced045645f8cbda1c73a85fe52597a1db
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M modules/nat_traversal/nat_traversal.c
M modules/nathelper/sip_pinger.h

  Log Message:
  ---
  Generate proper branch param for the NAT ping requests
Credits go to Varun (varunvairavan on GITHUB)
Closes #145


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Via branch non RFC 3261 compliant (#145)

2013-12-06 Thread Bogdan Andrei IANCU
Hi, the fix was uploaded on trunk. I tested the nathelper part, but I would 
appreciate @saghul if you could test the nat_traversal part too.
Once you  ( @varunvairavan and @saghul ) can confirm the fix, I will make the 
backports.

Thanks,
Bogdan

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/145#issuecomment-30031196___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 89b8ff: At shutdown, do not attempt to use the DB conn if ...

2013-12-06 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 89b8ffbcb2c3d6d7950d452c799d82f59e1b7d42
  
https://github.com/OpenSIPS/opensips/commit/89b8ffbcb2c3d6d7950d452c799d82f59e1b7d42
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M modules/drouting/drouting.c

  Log Message:
  ---
  At shutdown, do not attempt to use the DB conn if not opened.


  Commit: 012ad21d1fb05e06547ddcf6850c185193e52878
  
https://github.com/OpenSIPS/opensips/commit/012ad21d1fb05e06547ddcf6850c185193e52878
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M modules/dispatcher/dispatch.c
M modules/dispatcher/dispatcher.c

  Log Message:
  ---
  Fixed keeping DB conn open in the process doing shutdown
Fixed bug in memory handling (size and init)


Compare: 
https://github.com/OpenSIPS/opensips/compare/1f18541ced04...012ad21d1fb0___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] pua_dialoginfo: failed calls triggers sending PUBLISH errors (#142)

2013-12-06 Thread Bogdan Andrei IANCU
Hi Ovidiu,

It may sounds as a stupid question, but shouldn't we send a PUBLISH (with 
trying) all th time when a new call is started ? (like the publish_on_trying is 
set to 1 all the time)
Otherwise, if you have a call ending with timeout, no PUBLISH at all will be 
fired.

Regards,
Bogdan

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/142#issuecomment-30033512___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Fix bug where a new publication does not extend the desired expire time. (#129)

2013-12-06 Thread Bogdan Andrei IANCU
Merged #129.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/129___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 7cfa69: Fixes bug where a new publication does not extend ...

2013-12-06 Thread Bogdan Andrei IANCU
  Branch: refs/heads/1.8
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 7cfa6990e8de4152dd8ed16b403b49590daf48fc
  
https://github.com/OpenSIPS/opensips/commit/7cfa6990e8de4152dd8ed16b403b49590daf48fc
  Author: Damien Sandras dsand...@beip.be
  Date:   2013-11-15 (Fri, 15 Nov 2013)

  Changed paths:
M modules/pua/send_publish.c

  Log Message:
  ---
  Fixes bug where a new publication does not extend the desired expire time.

The old code only updated the desired_expires value when handling
a completely new PUBLISH request. This was not done when there is
a new state publication reusing an existing presentity.


  Commit: ccac0fac1da8ad663e500148fb7f7d9e43e34fd1
  
https://github.com/OpenSIPS/opensips/commit/ccac0fac1da8ad663e500148fb7f7d9e43e34fd1
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M modules/pua/send_publish.c

  Log Message:
  ---
  Merge pull request #129 from dsandras/ds-pua-expires-refresh-fix

Fix bug where a new publication does not extend the desired expire time.


Compare: 
https://github.com/OpenSIPS/opensips/compare/cffe2521deb5...ccac0fac1da8___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 9134eb: Merge pull request #129 from dsandras/ds-pua-expir...

2013-12-06 Thread Bogdan Andrei IANCU
  Branch: refs/heads/1.10
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 9134ebfcbd2f0b1d5814994b49ac6d0cab78591a
  
https://github.com/OpenSIPS/opensips/commit/9134ebfcbd2f0b1d5814994b49ac6d0cab78591a
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M modules/pua/send_publish.c

  Log Message:
  ---
  Merge pull request #129 from dsandras/ds-pua-expires-refresh-fix

Fix bug where a new publication does not extend the desired expire time.
(cherry picked from commit ccac0fac1da8ad663e500148fb7f7d9e43e34fd1)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 16a27c: Merge pull request #129 from dsandras/ds-pua-expir...

2013-12-06 Thread Bogdan Andrei IANCU
  Branch: refs/heads/1.9
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 16a27c7b8264dca14762b94473fa340f8b5d68f3
  
https://github.com/OpenSIPS/opensips/commit/16a27c7b8264dca14762b94473fa340f8b5d68f3
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M modules/pua/send_publish.c

  Log Message:
  ---
  Merge pull request #129 from dsandras/ds-pua-expires-refresh-fix

Fix bug where a new publication does not extend the desired expire time.
(cherry picked from commit ccac0fac1da8ad663e500148fb7f7d9e43e34fd1)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] ef43e3: Merge pull request #129 from dsandras/ds-pua-expir...

2013-12-06 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: ef43e3d66ecac2fb99f49224c0cd87c556a77245
  
https://github.com/OpenSIPS/opensips/commit/ef43e3d66ecac2fb99f49224c0cd87c556a77245
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M modules/pua/send_publish.c

  Log Message:
  ---
  Merge pull request #129 from dsandras/ds-pua-expires-refresh-fix

Fix bug where a new publication does not extend the desired expire time.
(cherry picked from commit ccac0fac1da8ad663e500148fb7f7d9e43e34fd1)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Renamed permissions parameter 'from_col' to 'pattern_col' (#135)

2013-12-06 Thread Bogdan Andrei IANCU
Thank you for the fix !

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/135#issuecomment-30034826___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Renamed permissions parameter 'from_col' to 'pattern_col' (#135)

2013-12-06 Thread Bogdan Andrei IANCU
Merged #135.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/135___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 4f285d: Renamed parameter 'from_col' to 'pattern_col'

2013-12-06 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 4f285d1acd59058c940262faac969262fac17534
  
https://github.com/OpenSIPS/opensips/commit/4f285d1acd59058c940262faac969262fac17534
  Author: Baptiste Cholley baptiste.chol...@modulis.ca
  Date:   2013-11-19 (Tue, 19 Nov 2013)

  Changed paths:
M modules/permissions/permissions.c

  Log Message:
  ---
  Renamed parameter 'from_col' to 'pattern_col'


  Commit: 10763008a99a48c0375f1a5bee32bb05231426b0
  
https://github.com/OpenSIPS/opensips/commit/10763008a99a48c0375f1a5bee32bb05231426b0
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M modules/permissions/permissions.c

  Log Message:
  ---
  Merge pull request #135 from bat-modulis/master

Renamed permissions parameter 'from_col' to 'pattern_col'


Compare: 
https://github.com/OpenSIPS/opensips/compare/ef43e3d66eca...10763008a99a___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 8601c0: Merge pull request #135 from bat-modulis/master

2013-12-06 Thread Bogdan Andrei IANCU
  Branch: refs/heads/1.8
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 8601c0cd19b9c5dde61821c0a6ef9f8bb498a74f
  
https://github.com/OpenSIPS/opensips/commit/8601c0cd19b9c5dde61821c0a6ef9f8bb498a74f
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M modules/permissions/permissions.c

  Log Message:
  ---
  Merge pull request #135 from bat-modulis/master

Renamed permissions parameter 'from_col' to 'pattern_col'
(cherry picked from commit 10763008a99a48c0375f1a5bee32bb05231426b0)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 52cf17: Merge pull request #135 from bat-modulis/master

2013-12-06 Thread Bogdan Andrei IANCU
  Branch: refs/heads/1.10
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 52cf1711aef4b6bfb9b1b58db0e14627913ce9ee
  
https://github.com/OpenSIPS/opensips/commit/52cf1711aef4b6bfb9b1b58db0e14627913ce9ee
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M modules/permissions/permissions.c

  Log Message:
  ---
  Merge pull request #135 from bat-modulis/master

Renamed permissions parameter 'from_col' to 'pattern_col'
(cherry picked from commit 10763008a99a48c0375f1a5bee32bb05231426b0)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 7253e6: Merge pull request #135 from bat-modulis/master

2013-12-06 Thread Bogdan Andrei IANCU
  Branch: refs/heads/1.9
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 7253e68a0da1ce4c8cc0b19de61c867df2a9fc32
  
https://github.com/OpenSIPS/opensips/commit/7253e68a0da1ce4c8cc0b19de61c867df2a9fc32
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M modules/permissions/permissions.c

  Log Message:
  ---
  Merge pull request #135 from bat-modulis/master

Renamed permissions parameter 'from_col' to 'pattern_col'
(cherry picked from commit 10763008a99a48c0375f1a5bee32bb05231426b0)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Via branch non RFC 3261 compliant (#145)

2013-12-06 Thread Saúl Ibarra Corretgé
I have not tested the code, but looks good to me :-)

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/145#issuecomment-30035248___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Feature request #77 fulfilled (#138)

2013-12-06 Thread Bogdan Andrei IANCU
Merged #138.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/138___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 238351: Feature request #77 fulfilled

2013-12-06 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 2383515079607507e6d2d51147c170fb0d047eb1
  
https://github.com/OpenSIPS/opensips/commit/2383515079607507e6d2d51147c170fb0d047eb1
  Author: Christian Lahme christian.la...@secusmart.com
  Date:   2013-11-26 (Tue, 26 Nov 2013)

  Changed paths:
M cfg.lex
M cfg.y
M config.h
M tls/doc/tls.sgml
M tls/doc/tls_user.sgml
M tls/tls_config.c
M tls/tls_config.h
M tls/tls_domain.h
M tls/tls_init.c

  Log Message:
  ---
  Feature request #77 fulfilled


  Commit: 9394e0a11da51b58a67da69b4f48be777453e965
  
https://github.com/OpenSIPS/opensips/commit/9394e0a11da51b58a67da69b4f48be777453e965
  Author: Christian Lahme christian.la...@secusmart.com
  Date:   2013-11-26 (Tue, 26 Nov 2013)

  Changed paths:
M tls/tls_init.c

  Log Message:
  ---
  Added IFDEF to ensure TLSv1.2 is only used when openssl = 1.0.1 is used


  Commit: 8988cdbcbb507793dd4cc83153bc10bd808f1f78
  
https://github.com/OpenSIPS/opensips/commit/8988cdbcbb507793dd4cc83153bc10bd808f1f78
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
M cfg.lex
M cfg.y
M config.h
M tls/doc/tls.sgml
M tls/doc/tls_user.sgml
M tls/tls_config.c
M tls/tls_config.h
M tls/tls_domain.h
M tls/tls_init.c

  Log Message:
  ---
  Merge pull request #138 from secusmartChris/master

Feature request #77 fulfilled


Compare: 
https://github.com/OpenSIPS/opensips/compare/10763008a99a...8988cdbcbb50___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Feature request #77 fulfilled (#138)

2013-12-06 Thread Bogdan Andrei IANCU
@secusmartChris , thanks a lot for your patch !

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/138#issuecomment-30035356___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Opensips TLS support / no DH or DHE ciphers allowed (#77)

2013-12-06 Thread Bogdan Andrei IANCU
Addressed by #138 

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/77#issuecomment-30035402___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Opensips TLS support / no DH or DHE ciphers allowed (#77)

2013-12-06 Thread Bogdan Andrei IANCU
Closed #77.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/77___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [opensips] opensips 1.10 eats all memory when rtpproxy disappear (#147)

2013-12-06 Thread Nick Altmann
I disabled today 4 of 8 rtpproxies and opensips eats all shared memory.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/147___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Via branch non RFC 3261 compliant (#145)

2013-12-06 Thread Varun
https://github.com/OpenSIPS/opensips/commit/1f18541ced045645f8cbda1c73a85fe52597a1db
 The int2bstr took a fews mins to wrap around my head. Looks good. Thank you 
for the fast turn around.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/145#issuecomment-30045127___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel