sipXcom Beta Release 19.08
August 22, 2019
Summary
eZuce is pleased to announce the Beta Release of sipXcom 19.08.
As a beta release, some of these notes may be revised before the actual release.
Important - For Beta Testers - sipXcom 19.08 is a CentOS 7 only release.
This will be a fairly light update with only bug fixes for sipXcom.
Highlights
sipXcom Improvements:
- Bug fixes
Notes
- Full Beta Release Notes with installation information are located here: 19.08 Full Beta Release Notes
- 19.08 is now released on CentOS 7 only. This will require that administrators install CentOS 7 minimal, then install Uniteme with our single line installer and then restore from a previous version backup.
Who Should Install?
This is a beta release and not recommended for production use.
New software releases are made at a rate of two to four releases a year. Releases are numbered in the <yy>.<mm>.<uu> format where <yy> and <mm> designate the year and the month, respectively, in which a release is made generally available. Where applicable, <uu> corresponds to an update release relative to a general release on which fixes are made available.
Questions
Please post to the sipXcom-users google group if you have questions.
https://groups.google.com/forum/#!forum/sipxcom-users
Specific Issues Addressed
Jira # | JIRA Name | RN Content | Enhancement/Fix/Known Issue | Keywords |
SIPX-795 | Copyright year in Admin GUI footer should be dynamic | Uniteme 19.04 still shows in Admin GUI footer Copyright (C) 2017 eZuce, Inc. The year could be set as a variable (server time year or build machine year). | Bug | AdminGUI |
SIPX-805 | REST bug CDR offset | There are two types of REST Services that involve CDRs 1. User Rest service, which requires user credentials, that does not have offset param, only limit example: curl -k -u 200:12345678 https://10.3.0.100/sipxconfig/rest/my/redirect/cdr/200?limit=1 2. Admin rest service: curl -k -u superadmin:12345678 https://10.3.0.100/sipxconfig/api/cdrs/user/200/history?fromDate=201801000000 or curl -k -u superadmin:12345678 https://10.3.0.100/sipxconfig/api/cdrs/history?fromDate=201801000000 For section 2, the offset and limit parameters are not effective and fromDate parameter is mandatory: this is a bug in our code. Please open a jira ticket to track this | Support Bug | CDR |
SIPX-806 | MP3's on 19.04 Centos7 for Voicemail or Prompts | sipXcom 19.04 (19.04.20190522074125). When a call is transferred to VoiceMail by IVR, instead of the 'beep', the caller is disconnected. If .mp3 is used as the voicemail format, the call is dropping as soon as the beep to leave a message. Silence is played for message prompts if an mp3 is used. Switch the message format back to .wav worked | Bug | Voicemail |
SIPX-807 | Sendmail queue must be flushed every 15 seconds [Centos 7] | Centos 7 uses a different parameter in /etc/sysconfig/sendmail to configure mail queue flushing. It is: SENDMAIL_OPTS Put SENDMAIL_OPTS=-q15s instead of QUEUE=p15s which is the Centos 6 corresponding sendmail option for flushing queue | Bug | Voicemail |
UC-4823 | Freeswitch.log not included in CentOS7 snapshots | freeswitch.log in centos7 moved to /var/log/freeswitch/freeswitch.log rather than /var/log/sipxpbx/freeswitch.log and is missing from snapshots. | Support Bug | Snapshot |