thats a boatload of fixes! I may wait to do another a little while for
more patches to come out and try on my other system.

On Wed, Jan 18, 2012 at 10:03 AM, Douglas Hubler <[email protected]> wrote:
> There were a few more changes that didn't get in, but there are the
> ones that did.  I didn't realize there were so many changes to 4.4 and
> according to George, we're waiting on a few more so this won't be
> pushed to 4.4 stable quite yet.
>
>
> commit e19470bb65522aa52845eafbf283ff63f7c3b55b
> Author: Baris Yanar <[email protected]>
> Date:   Mon Nov 14 17:30:32 2011 +0200
>
>    XX-9955 Removal of Hashmap based manual caching in
> sipxcommons/freeswitch/Localization
>
> commit fc028a6f6e72b6e881c94e3a86afca5753a7e5e7
> Author: Jorge Romero <[email protected]>
> Date:   Tue Oct 11 17:38:25 2011 -0500
>
>    XX-9776: incoming fax should offer pdf as an option or as a
> default instead of tiff
>
>    - new FaxProcessor class added - converts tiff to pdf and sends
> email on a different thread
>    - file format is declared in EmailFormats.properties, default is
> pdf, if you want to receive tiff change fax_format=tiff
>
> commit ba3cad0f7c311abde22c3f5d7e25d1e079c1b952
> Author: Mircea Carasel <[email protected]>
> Date:   Wed Dec 7 16:09:17 2011 +0200
>
>    XX-9886: invite into conference given the im id
>
>    -sample to use:
>    curl --digest -k
> https://400:[email protected]:8443/sipxconfig/rest/my/conference/Conf400/inviteim\&402im
>    if there is no corresponding user for the im id sent (402im) an
> error is thrown
>    -test added
>
> commit 544d241b2f5ad701aeea99a6e2d875b445b4dbd6
> Author: Mircea Carasel <[email protected]>
> Date:   Mon Oct 3 21:23:48 2011 +0300
>
>    XX-9886-FINAL-ALL: REST API to provide conference start/stop
> recording is needed
>
>    -created recording REST service in sipXrecording that extends the
> existing ConferenceService
>    -moved the ConferenceService in sipXrecording
>    -it enables start/stop recording and save recorded portion in user's 
> mailbox
>    -made improvements to make it working in HA env. we keep
> conference details in a prop file while recording
>    -created jetty instance in sipXrecording - used port 8549
>
>    -created Config REST service that
>    -verifies if user is conference owner
>    -executes methods like: record, mute, unmute, kick, lock, unlock, invite
>    pattern:
>    curl --digest -k
> https://400:[email protected]:8443/sipxconfig/rest/my/conference/Conf400/xml_list
>    curl --digest -k
> https://400:[email protected]:8443/sipxconfig/rest/my/conference/Conf400/invite\&401
>    curl --digest -k
> https://400:[email protected]:8443/sipxconfig/rest/my/conference/Conf400/kick\&all
>    curl --digest -k
> https://400:[email protected]:8443/sipxconfig/rest/my/conference/Conf400/record
>    curl --digest -k
> https://400:[email protected]:8443/sipxconfig/rest/my/conference/Conf400/record\&stop
>    curl --digest -k
> https://400:[email protected]:8443/sipxconfig/rest/my/conference/Conf400/record\&status
>    curl --digest -k
> https://400:[email protected]:8443/sipxconfig/rest/my/conference/Conf400/record\&duration
>
>    -tests added
>
> commit f9aa69b34477a8cd062767c49133070fa59b10d6
> Author: George Niculae <[email protected]>
> Date:   Thu Dec 15 23:30:10 2011 +0200
>
>    XX-9997: Checking "Use built-in SIP Trunk SBC without SIP Trunking
> role enabled causes Java exception
>
> commit 29a4f8286a64e541f08955c90a6fc25943e5b26d
> Author: George Niculae <[email protected]>
> Date:   Thu Dec 15 18:26:39 2011 +0200
>
>    XX-8831: sipXconfig GUI crashes after ciscoplus7975 phone was added
>
> commit be5261e85119eb34237a8a834a65d8c2f22ac324
> Author: George Niculae <[email protected]>
> Date:   Thu Dec 15 19:23:30 2011 +0200
>
>    XX-7443: CiscoSPA 501G,502G,504G,508G,509G,525G plugin
>
>    reworked and reincluded in build
>
> commit 397e63c9b354e7f9e8b58fcf47042f07a5c76c8c
> Author: Mircea Carasel <[email protected]>
> Date:   Sat Dec 3 00:33:05 2011 +0200
>
>    XX-9849: Unable to use alias and digest auth schema to call REST API
>
>    -added IM password detail (imPassword tag)
>
> commit f6b00674ef0759f3c571b8afbf3e771de8c0882a
> Author: George Niculae <[email protected]>
> Date:   Tue Nov 8 20:08:14 2011 +0200
>
>    XX-9953: sipxconfig-agent-process not localized
>
> commit 3b892967b66a8d9ceb262c62e61faf533ae94d8e
> Author: George Niculae <[email protected]>
> Date:   Sat Nov 5 03:02:03 2011 +0200
>
>    XX-9779: restore procedure requires both configuration and voicemail 
> process
>
>    - modified restore script to check archives only if provided
>
> commit 614d5721bb0552928759c6e3b25a93cef8c500b1
> Author: Mircea Carasel <[email protected]>
> Date:   Thu Oct 27 18:37:45 2011 +0300
>
>    XX-8779: Failure to upload certificate
>
>    -removed the certificate validation when uploading an authority
> certificate (CA), and keep only
>    the validation as certificate authority (check-cert.sh
> --certificate-authority) Most of the authorities certificates
>    are failing when are validated as client-purpose or server-purpose
> certificates
>    the client-purpose, server-purpose validations (check-cert.sh with
> no flags) are run only when uploading a web certificate (the web
> certificate tab in the UI)
>    usually, before a certificate signed by the trusted authority is
> uploaded as web certificate, you need to upload the corresponding
> certificate authority (use certificate authority tab in the UI). This
> CA is called also: "intermediate" certificate
>
> commit 4f86b186e1aa6c02ebd3059220a60a5d67239cd2
> Author: George Niculae <[email protected]>
> Date:   Fri Oct 28 13:33:28 2011 +0300
>
>    XX-9849: Unable to use alias digest auth schema to call REST API
>
>    - added REST API to retrieve userName and imId, clients should
> call this using basic auth + https to retrieve username then use it in
> subsequent digest calls
>
> commit 03a0d6a3b54ea89914812d6ae51601c1d1d8faba
> Author: George Niculae <[email protected]>
> Date:   Thu Oct 27 03:10:14 2011 +0300
>
>    XX-9248: SipXbridge Fails to start a session timer for reinvites
> after getting a 407 response
>
> commit 98843fd422db7c7db125d13d4a37f29be324d9e0
> Author: George Niculae <[email protected]>
> Date:   Thu Oct 27 00:42:08 2011 +0300
>
>    XX-9881: Fix InternetCalling page
>
>    - internal error due to NPE: ListSbcs table displayed address from
> associated sbc device which is always null for Aux Sbcs; displayed Aux
> SBC address instead
>    Note: subnet overlapping / domain validation happens in backend,
> nattraversalrules.xml generated with correct values
>
> commit 6ab3831d537b76ff908a933f885f7c40cb59499b
> Author: George Niculae <[email protected]>
> Date:   Wed Oct 26 12:18:14 2011 +0300
>
>    XX-9934: G.729 detection mechanism outdated
>
>    - if G.729 not detected using FS g729_status call give it one more
> chance by calling g729_available
>
> commit 760e39e3f70fdc0d31b6018d2bfea7fd8c6df35f
> Author: George Niculae <[email protected]>
> Date:   Mon Oct 24 14:46:32 2011 +0300
>
>    XX-9667: Fix Audiocodes M1000 Gateway Config to set Proxy DNS
> Query Type properly
>
>    - add new setting ProxyDNSQueryType, defaults to 1, that is SRV
>
> commit 6ac55df1dc4d717581469245f16e4de171438e54
> Author: George Niculae <[email protected]>
> Date:   Mon Oct 24 01:11:30 2011 +0300
>
>    XX-2384: set default value for audiocodes disconnect on broken
> connection on 0
>
> commit 2d73f1c876dd20d34b17752cc436f0f7cdad5213
> Author: Mircea Carasel <[email protected]>
> Date:   Sun Oct 23 13:09:00 2011 +0300
>
>    UC-1371: Reverse proxy fails to bypass /cdr REST service
>
>    -remove port filtering
>
> commit 83f303808b4b3f17900d22e3e5a775b41ad03fea
> Author: Nick Douma <nick@development>
> Date:   Thu Jul 14 14:51:07 2011 +0200
>
>    Add removeCallGroup functionality to CallGroup SOAP API
>
>    Signed-off-by: Nick Douma <[email protected]>
>
> commit 95f205c58e8f4956f52de8f8ef6e3c9292033fc3
> Author: George Niculae <[email protected]>
> Date:   Sat Oct 22 00:10:40 2011 +0300
>
>    XX-9609: remove device profiles pushes on updates
>
>    - removed sending profiles to gateway and phones in FirstRunTask
>
>    To be tested: phones should not restart after updating sipxecs
>
> commit 3bba7bb926e6ca1cc5c08a797d65d8fbc94abcb3
> Author: George Niculae <[email protected]>
> Date:   Thu Oct 20 16:30:13 2011 +0300
>
>    XX-9917: German localization for phonebook in user portal
>
>    properties files translated by Jan Fricke - Thanks!
>
> On Wed, Jan 18, 2012 at 9:24 AM, Tony Graziano
> <[email protected]> wrote:
>> Thanks! Did this yesterday. No unwanted effects. Is there a list of
>> fixes for this version so I can verify those? (fax as pdf's works).
>>
>> On Tue, Jan 17, 2012 at 12:05 PM, George Niculae <[email protected]> wrote:
>>> Hi All,
>>>
>>> new rpms were published in sipxecs-stage and expect some validation.
>>> Contains XX-9776 - fax2pdf among couple of other fixes, please give it
>>> a try
>>>
>>> Thanks
>>>
>>> George
>>> ----------
>>> Come meet us at CoLab @ CSU in March (5th & 6th)
>>> http://www.sipfoundry.org/sipx-colab
>>> http://wiki.sipfoundry.org/display/sipXecs/2012+sipX-CoLab+Hackfest
>>> _______________________________________________
>>> sipx-users mailing list
>>> [email protected]
>>> List Archive: http://list.sipfoundry.org/archive/sipx-users/
>>
>>
>>
>> --
>> ======================
>> Tony Graziano, Manager
>> Telephone: 434.984.8430
>> sip: [email protected]
>> Fax: 434.465.6833
>>
>> Email: [email protected]
>>
>> LAN/Telephony/Security and Control Systems Helpdesk:
>> Telephone: 434.984.8426
>> sip: [email protected]
>>
>> Helpdesk Customers: http://myhelp.myitdepartment.net
>> Blog: http://blog.myitdepartment.net
>>
>> Linked-In Profile:
>>  http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
>> Ask about our Internet Fax services!
>> _______________________________________________
>> sipx-users mailing list
>> [email protected]
>> List Archive: http://list.sipfoundry.org/archive/sipx-users/
>
>
>
> --
> Join me to talk about sipXecs and the upcoming version 4.6 at
>   CoLab @ CSU  March (5th & 6th).
>      http://www.sipfoundry.org/sipx-colab
> Hack with me on at the CoLab Hackfest.
>   http://wiki.sipfoundry.org/display/sipXecs/2012+sipX-CoLab+Hackfest
> _______________________________________________
> sipx-users mailing list
> [email protected]
> List Archive: http://list.sipfoundry.org/archive/sipx-users/
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to