Update #15 : Fri, 17, Feb
2012==============================================================- **
No security updates in this update **- ISO has *not* been rebuilt as
decided in release policy. Yum updateafter installation is recommended
for getting these updates.- Thank you all for your continued testing
and fixes.

Past release changelog
http://download.sipfoundry.org/pub/sipXecs/ChangeLog-4.4.0

Build Log======================
commit db499880abdfcba6c0fd957596232eb8b4e666f3Author: Douglas Hubler
<dhub...@ezuce.com>Date:   Wed Feb 8 10:08:36 2012 -0500
    build err : from jbaclor patch
commit ef825f6c6261ad529dceeebaf5fcd4162cf3da2cAuthor: Joegen Baclor
<jbac...@ezuce.com>Date:   Fri Feb 3 11:12:26 2012 +0800
    Reject request if the from uri is malformed
commit c45a9e252bb8cf871315eb00e7bae282e5ce2154Author: George Niculae
<geo...@ezuce.com>Date:   Mon Feb 6 00:57:44 2012 +0200
    XX-9776: incoming fax should offer pdf as an option or as a
default instead of tiff        - backward compatibility: use pdf as
deafult fax format for existing custom EmailFormat.properties
commit 208f7e8dc734bb7d479b9f6010532bb0563db326Author: George Niculae
<geo...@ezuce.com>Date:   Mon Feb 6 00:36:56 2012 +0200
    XX-10029: do not add same alias for im if already added as an user alias

commit 6770366d4236a2626011b3c4f1eb75a3fe96d46eAuthor: George Niculae
<geo...@ezuce.com>Date:   Tue Jan 24 23:27:21 2012 +0200
    XX-9826: Change caller-id for internal calls as well
    - change caller id instead display name
commit 5f054c3d62eb82e856c9dbb1cd6fbd489d8315e3Author: Mircea Carasel
<mirc...@ezuce.com>Date:   Fri Jan 6 11:26:51 2012 +0200
    XX-9833: Disable subscribe to presence for user, but keepsubscribe
to presence enabled for Administrator
    -backport to 4.4
commit c0a90a3608d8deceb2cbf1e2fadf54c368023c05Author: George Niculae
<geo...@ezuce.com>Date:   Fri Jan 6 13:53:46 2012 +0200
    XX-9826: Change caller-id for internal calls as well
    - sipXproxy plugin that checks if internal call and
re-writescaller id with value specified in cidrules.xml file    - no
config support in 4.4 at this stage as it it risky fromreplication
point of view, steps to enable plugin are:
    1. add plugin reference
in/etc/sipxpbx/sipxproxy/sipXproxy-config.vm and send profiles
toserver:    SIPX_PROXY_HOOK_LIBRARY.720_callerid
:/usr/lib[64]/authplugins/libCallerID.so
SIPX_PROXY.720_callerid.ENABLE_INTERNAL_CID : 1
    (if you want to disable it after
changeSIPX_PROXY.720_callerid.ENABLE_INTERNAL_CID : 0)
    2. under /etc/sipxpbx add cidrules.xml file with following format:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>    <items>
     <item extension="200" rewrite="TEST1" />      <item
extension="201" rewrite="TEST" />    </items>
    specify configured expresion and value to re-write cid for internal calls
    3. restart sipXproxy service (mind that sipXproxy should
berestarted for picking up cidrules.xml changes)
commit 8c38417a001c85ad0efea224890b56bc3e09f493Author: Douglas Hubler
<dhub...@ezuce.com>Date:   Fri Jan 13 07:58:03 2012 -0500
    add dependency sipxivr to sipxconfig. this 4.4 only AFAIU
commit e19470bb65522aa52845eafbf283ff63f7c3b55bAuthor: Baris Yanar
<baris.ya...@karel.com.tr>Date:   Mon Nov 14 17:30:32 2011 +0200
    XX-9955 Removal of Hashmap based manual caching
insipxcommons/freeswitch/Localization
commit fc028a6f6e72b6e881c94e3a86afca5753a7e5e7Author: Jorge Romero
<horhay.rom...@gmail.com>Date:   Tue Oct 11 17:38:25 2011 -0500
    XX-9776: incoming fax should offer pdf as an option or as adefault
instead of tiff
    - new FaxProcessor class added - converts tiff to pdf and
sendsemail on a different thread    - file format is declared in
EmailFormats.properties, default ispdf, if you want to receive tiff
change fax_format=tiff
commit ba3cad0f7c311abde22c3f5d7e25d1e079c1b952Author: Mircea Carasel
<mirc...@ezuce.com>Date:   Wed Dec 7 16:09:17 2011 +0200
    XX-9886: invite into conference given the im id
    -sample to use:    curl --digest
-khttps://400:1...@gerula440-dev.buc.ro:8443/sipxconfig/rest/my/conference/Conf400/inviteim\&402im
   if there is no corresponding user for the im id sent (402im)
anerror is thrown    -test added
commit 544d241b2f5ad701aeea99a6e2d875b445b4dbd6Author: Mircea Carasel
<mirc...@ezuce.com>Date:   Mon Oct 3 21:23:48 2011 +0300
    XX-9886-FINAL-ALL: REST API to provide conference
start/stoprecording is needed
    -created recording REST service in sipXrecording that extends
theexisting 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 keepconference 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
-khttps://400:1...@gerula440-dev.buc.ro:8443/sipxconfig/rest/my/conference/Conf400/xml_list
   curl --digest
-khttps://400:1...@gerula440-dev.buc.ro:8443/sipxconfig/rest/my/conference/Conf400/invite\&401
   curl --digest
-khttps://400:1...@gerula440-dev.buc.ro:8443/sipxconfig/rest/my/conference/Conf400/kick\&all
   curl --digest
-khttps://400:1...@gerula440-dev.buc.ro:8443/sipxconfig/rest/my/conference/Conf400/record
   curl --digest
-khttps://400:1...@gerula440-dev.buc.ro:8443/sipxconfig/rest/my/conference/Conf400/record\&stop
   curl --digest
-khttps://400:1...@gerula440-dev.buc.ro:8443/sipxconfig/rest/my/conference/Conf400/record\&status
   curl --digest
-khttps://400:1...@gerula440-dev.buc.ro:8443/sipxconfig/rest/my/conference/Conf400/record\&duration
    -tests added
commit f9aa69b34477a8cd062767c49133070fa59b10d6Author: George Niculae
<geo...@ezuce.com>Date:   Thu Dec 15 23:30:10 2011 +0200
    XX-9997: Checking "Use built-in SIP Trunk SBC without SIP
Trunkingrole enabled causes Java exception
commit 29a4f8286a64e541f08955c90a6fc25943e5b26dAuthor: George Niculae
<geo...@ezuce.com>Date:   Thu Dec 15 18:26:39 2011 +0200
    XX-8831: sipXconfig GUI crashes after ciscoplus7975 phone was added
commit be5261e85119eb34237a8a834a65d8c2f22ac324Author: George Niculae
<geo...@ezuce.com>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 397e63c9b354e7f9e8b58fcf47042f07a5c76c8cAuthor: Mircea Carasel
<mirc...@ezuce.com>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 f6b00674ef0759f3c571b8afbf3e771de8c0882aAuthor: George Niculae
<geo...@ezuce.com>Date:   Tue Nov 8 20:08:14 2011 +0200
    XX-9953: sipxconfig-agent-process not localized
commit 3b892967b66a8d9ceb262c62e61faf533ae94d8eAuthor: George Niculae
<geo...@ezuce.com>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 614d5721bb0552928759c6e3b25a93cef8c500b1Author: Mircea Carasel
<mirc...@ezuce.com>Date:   Thu Oct 27 18:37:45 2011 +0300
    XX-8779: Failure to upload certificate
    -removed the certificate validation when uploading an
authoritycertificate (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-purposecertificates    the client-purpose,
server-purpose validations (check-cert.sh withno flags) are run only
when uploading a web certificate (the webcertificate tab in the UI)
usually, before a certificate signed by the trusted authority
isuploaded as web certificate, you need to upload the
correspondingcertificate authority (use certificate authority tab in
the UI). ThisCA is called also: "intermediate" certificate
commit 4f86b186e1aa6c02ebd3059220a60a5d67239cd2Author: George Niculae
<geo...@ezuce.com>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 shouldcall
this using basic auth + https to retrieve username then use it
insubsequent digest calls
commit 03a0d6a3b54ea89914812d6ae51601c1d1d8fabaAuthor: George Niculae
<geo...@ezuce.com>Date:   Thu Oct 27 03:10:14 2011 +0300
    XX-9248: SipXbridge Fails to start a session timer for
reinvitesafter getting a 407 response
commit 98843fd422db7c7db125d13d4a37f29be324d9e0Author: George Niculae
<geo...@ezuce.com>Date:   Thu Oct 27 00:42:08 2011 +0300
    XX-9881: Fix InternetCalling page
    - internal error due to NPE: ListSbcs table displayed address
fromassociated sbc device which is always null for Aux Sbcs; displayed
AuxSBC address instead    Note: subnet overlapping / domain validation
happens in backend,nattraversalrules.xml generated with correct values
commit 6ab3831d537b76ff908a933f885f7c40cb59499bAuthor: George Niculae
<geo...@ezuce.com>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
morechance by calling g729_available
commit 760e39e3f70fdc0d31b6018d2bfea7fd8c6df35fAuthor: George Niculae
<geo...@ezuce.com>Date:   Mon Oct 24 14:46:32 2011 +0300
    XX-9667: Fix Audiocodes M1000 Gateway Config to set Proxy DNSQuery
Type properly
    - add new setting ProxyDNSQueryType, defaults to 1, that is SRV
commit 6ac55df1dc4d717581469245f16e4de171438e54Author: George Niculae
<geo...@ezuce.com>Date:   Mon Oct 24 01:11:30 2011 +0300
    XX-2384: set default value for audiocodes disconnect on
brokenconnection on 0
commit 2d73f1c876dd20d34b17752cc436f0f7cdad5213Author: Mircea Carasel
<mirc...@ezuce.com>Date:   Sun Oct 23 13:09:00 2011 +0300
    UC-1371: Reverse proxy fails to bypass /cdr REST service
    -remove port filtering
commit 83f303808b4b3f17900d22e3e5a775b41ad03feaAuthor: 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 <n.do...@nekoconeko.nl>
commit 95f205c58e8f4956f52de8f8ef6e3c9292033fc3Author: George Niculae
<geo...@ezuce.com>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 3bba7bb926e6ca1cc5c08a797d65d8fbc94abcb3Author: George Niculae
<geo...@ezuce.com>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!--
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
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to