Thanks Douglas and ALL!

Initial thing I tested was the NCH client which now works again
(registers) without issue in this version.

On Fri, Apr 13, 2012 at 2:14 PM, Douglas Hubler <dhub...@ezuce.com> wrote:
> Update #16 : Fri, 13, Apr 2012
> ==============================================================
> - ** No security updates in this update **
> - ISO has *not* been rebuilt as decided in release policy. Yum update
> after installation is recommended for getting these updates.
> - Thank you all for your continued testing and fixes.
>
> Build Log
> ======================
> commit 16f5742159e3a315e104503eccba41a91559c088
> Author: Douglas Hubler <dhub...@ezuce.com>
> Date:   Fri Apr 13 09:22:52 2012 -0400
>
>    allow disabling sending back 100s on REGISTERs from web admin
>
> commit 0f322efa0f4b99e03266128a2e6b616727477829
> Merge: fb6d70b 9deb503
> Author: Joegen Baclor <jbac...@ezuce.com>
> Date:   Thu Apr 12 16:25:43 2012 +0800
>
>    Merge remote-tracking branch 'origin/release-4.4' into release-4.4
>
> commit fb6d70b51a8e311d9fcee2b8e85871f507cf2862
> Author: Joegen Baclor <jbac...@ezuce.com>
> Date:   Thu Apr 12 16:24:58 2012 +0800
>
>    XX-7997 : check for blank qop (strlen) and make sure qop-parameter
> for building the md5 hash is set to NULL if qop is empty.
>
> commit 9deb50334a38351be43c7e31876d1bd6eb41a596
> Author: George Niculae <geo...@ezuce.com>
> Date:   Wed Apr 11 19:46:36 2012 +0300
>
>    XX-10106: Add TCP fast failover setting for Polycoms
>
> commit ea16dc4b59c611606f70236da2e30f6f8083dbf0
> Author: Joegen Baclor <jbac...@ezuce.com>
> Date:   Wed Apr 4 13:11:29 2012 +0800
>
>    Ticket-179 : Allowed disabling of NIST 100 Trying to be configurable
>
> commit 5ede1a89398439af7ebcadd12aba4dbb9ccb740b
> Author: Eda Ercan <eda.er...@karel.com.tr>
> Date:   Mon Mar 12 22:31:32 2012 +0200
>
>    XX-9796 While exporting the CSV file the user data value certain
> field are not exported
>
> commit 7849ef21cb6a6f152d607e140155708302a78c90
> Author: Joegen Baclor <jbac...@ezuce.com>
> Date:   Fri Mar 30 14:48:45 2012 +0800
>
>    XX-7997 - Removed over zealous qop checking for REGISTERs
>
> commit 372f8b95ad3fb3edd76b554b5710c55b70b293a7
> Author: Joegen Baclor <jbac...@ezuce.com>
> Date:   Mon Mar 26 17:38:21 2012 +0800
>
>    XX-7997 : Remove over zealous check for qop disallowing backward
> compatibility with RFC 2069
>
> commit 17d117c27a8a5c0d970e934fb7ab24dab03d9964
> Author: George Niculae <geo...@ezuce.com>
> Date:   Mon Mar 19 16:45:10 2012 +0200
>
>    XX-10026: Increase number of file handles
>
> commit 07f8a9e76111f45d0b29cdd66869be8b0f22abce
> Author: George Niculae <geo...@ezuce.com>
> Date:   Wed Mar 14 01:23:07 2012 +0200
>
>    XX-10024: Improved german localization pages
>
>    Patch provided by IANT GmbH - Thanks!
>
> commit 53dafc759605f60511808b4c4eca63fa8ce92a2e
> Author: Eda Ercan <eda.er...@karel.com.tr>
> Date:   Mon Mar 12 23:11:34 2012 +0200
>
>    XX-10042 Did null check added.
>
> commit 4641d98a1bba92fe30eec884d0f12b3d00f01701
> Author: Joegen Baclor <jbac...@ezuce.com>
> Date:   Mon Feb 27 15:43:26 2012 +0800
>
>    Added check to cseq. If new cseq is less than current, ignore it.
> if equal increment it by one. If greater, then set.
>
>    Signed-off-by: Douglas Hubler <dhub...@ezuce.com>
>
> commit 34d05d5c91b2847a5f48131feb2ff034f0683179
> Author: Eda Ercan <eda.er...@karel.com.tr>
> Date:   Wed Feb 22 11:07:02 2012 +0200
>
>    XX-10042 Did should be different from extension in the configuration.
>
> commit 049cdecdeaef224627181e94ce3c3b32eb442bcf
> Author: Mircea Carasel <mirc...@ezuce.com>
> Date:   Mon Jan 23 13:48:08 2012 +0200
>
>    XX-10022: Optimize phonebook retrieval using plain SQL queries
> instead of Hibernate
>
>    -retrieve entries using jdbcTemplate (Plain SQL queries +
> RowCallbackhandler)
>    Based on Patch from George Niculae - Thanks!
>
>    -close streams when XStream writes response and fix hibernate
> exception when everyone setting is set on/off
>
> commit bdc56ed8e0cd191f9ca3ba3a508c4058525460da
> Author: Mircea Carasel <mirc...@ezuce.com>
> Date:   Tue Jan 24 15:54:23 2012 +0200
>
>    XX-10016: load 10.000 users in openfire
>
>    4.4 - above 3000 users in group of presence plugin becomes very
> slow due to openfire api cache/event operations that
>    take place at every user-member association
>    -optimize code to make sure of presence plugin gets initialized,
> use a timer task only, remove the additional code
>    that synchronously forced account-info parsing
>    -remove piece of code that was adding/removing the same id from
> group member collection - each user property update leads to a update
> openfire event
>    -rearanged the order on how we prune data - first prune user group
> membership, then prune users, and finally prune group
>    if we try to prun a group with thousands of members at once
> openfire gets stuck
>
> commit 97e3c1ea5f8f5462912e74d0488e2ee7fd0ef47e
> Author: Mircea Carasel <mirc...@ezuce.com>
> Date:   Mon Jan 16 19:27:02 2012 +0200
>
>    XX-10015: Create new user REST API to retrieve conference details
> for active conference owned by user
>
>    -new rest API introduced to retrieve details for owned active conference
>    -test added
>    -example: curl --digest -k -u 400:123
> https://<host>:8443/sipxconfig/rest/my/conferencedetails/{confName}
>
> commit 1aba6896e290df25fbbcd66e95ea077da07df8e8
> Author: Mircea Carasel <mirc...@ezuce.com>
> Date:   Thu Jan 12 19:53:32 2012 +0200
>
>    XX-10005: sipXivr REST api (port 8085) cannot authenticate when
> LDAP authentication is selected
>
>    -create sipXconfig RestRedirectorResource to bypass all calls to
> callcontroller, cdr and ivr through sipXconfig
>    -improved LoginDetails rest api to contain information wether
> ldap-openfire auth is enable
>    -updated ivr, callcontroller, cdr authenticators to validate
> requests from trusted host
>    -test added
>
> commit 4fa2fd2bef1e8bb38aac95e4872a8969893d3d7d
> Author: admin <admin@testhost.opsip.local>
> Date:   Thu Feb 9 11:32:17 2012 +0100
>
>    XX-10034: Italian version: if there are no active participants in
> a conference the system is counting 1 active
>
>
> for past releases see 
> http://download.sipfoundry.org/pub/sipXecs/ChangeLog-4.4.0
> _______________________________________________
> sipx-users mailing list
> sipx-users@list.sipfoundry.org
> List Archive: http://list.sipfoundry.org/archive/sipx-users/



-- 
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
sip: tgrazi...@voice.myitdepartment.net
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
Linked-In Profile:
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~

-- 
LAN/Telephony/Security and Control Systems Helpdesk:
Telephone: 434.984.8426
sip: helpd...@voice.myitdepartment.net

Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
_______________________________________________
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to