Comms Release Log

From Taridium

(Difference between revisions)
Jump to: navigation, search
(25 intermediate revisions not shown)
Line 18: Line 18:
|-
|-
|Supported Operating Systems
|Supported Operating Systems
-
|RHEL/CentOS 6 & RHEL/CentOS 7
+
|RHEL/CentOS 6-8
|-
|-
|Supported Asterisk Versions
|Supported Asterisk Versions
Line 27: Line 27:
|-
|-
|Expected EOL
|Expected EOL
-
|Q4 2022
+
|Q4 2023
|}
|}
 +
 +
== Release 3.4.2-r ==
 +
 +
{| class="wikitable" style="background-color:#ffffcc; text-align:left;"
 +
|-
 +
|Type
 +
|maintenance/zero downtime
 +
|-
 +
|Date
 +
|2022-10-28
 +
|-
 +
|Configuration Database Tag
 +
|5184
 +
|-
 +
|CDR Database Tag
 +
|5011
 +
|-
 +
|Released by
 +
|bdept@taridium.com
 +
|}
 +
 +
*; User Panel
 +
** Fixes saving of SMS bulk lists due to incorrect DB schema
 +
*; Enterprise
 +
** Adds voicemail to extended permissions in the extension editor. This gives a user/extension Panel login the ability to see voicemail boxes of other, assigned users.
 +
** Adds Fax detection to IVRs and forwarding destination. This is limited to the primary channel of an extension (e.g. ATA). See stock dialplan 'fax' extension for modification details.
 +
** Adds $cfg['EnterpriseViewOnlyQL'] configuration option which enables the quick link for 'View Only' enterprise admins.
 +
 +
*; Switch
 +
** New starcode for timed calls, schedules a reminder/wakeup call. Allows passing of time in 24hr format. If dialed without, allows the input of time with confirmation and ability to delete the scheduled call.
 +
 +
 +
== Release 3.4.2-q ==
 +
 +
{| class="wikitable" style="background-color:#ffffcc; text-align:left;"
 +
|-
 +
|Type
 +
|maintenance/zero downtime
 +
|-
 +
|Date
 +
|2022-09-30
 +
|-
 +
|Configuration Database Tag
 +
|5183
 +
|-
 +
|CDR Database Tag
 +
|5011
 +
|-
 +
|Released by
 +
|bdept@taridium.com
 +
|}
 +
 +
*; Admin Panel
 +
** New Device template variable %%description%% which represents the extension description (see below for further details).
 +
 +
*; Enterprise
 +
** Adds ytxml-dir.xml dynamic directory for Yealink MS Teams phones: http://[server]/ent/xml/ytxml-dir.xml
 +
** Adds gxml-dir.xml dynamic directory for Grandstream phones: http://[server]/ent/xml/gxml-dir.xml
 +
** Adds description field to extension. See extension editor and extension list.
 +
 +
*; Switch
 +
** Adds P-Asserted-Identity header check on calls that come from authenticated trunks. This will match in the same way as the caller ID, but also work when there is a remote end forwarded caller ID. The tel URI is matched against the primary DID (like a caller ID) and the sip URI is matched against the e-mail address of the user.
 +
** Fixes account code setting on forwarded trunk calls.
 +
** Fixes state-updater script so that if Asterisk provides an 'unknown' connected line the dialed extension is passed instead.
 +
** Whenever possible, ensure that the voicemail status is updated in the '''commsapp''' CDR variable.
 +
 +
== Release 3.4.2-o ==
 +
 +
{| class="wikitable" style="background-color:#ffffcc; text-align:left;"
 +
|-
 +
|Type
 +
|maintenance/zero downtime
 +
|-
 +
|Date
 +
|2022-09-09
 +
|-
 +
|Configuration Database Tag
 +
|5183
 +
|-
 +
|CDR Database Tag
 +
|5011
 +
|-
 +
|Released by
 +
|bdept@taridium.com
 +
|}
 +
 +
*; Enterprise
 +
** Unassigned devices can now also have a template (for pre-provisioning purposes etc.) See Features > Devices > Add MAC (select preset template). This value will be saved for future use.
 +
**  Removing a device will now also remove the configuration file and sidecar details.
 +
 +
*; Admin
 +
** Removing a device will now also remove the configuration file and sidecar details.
 +
** Resellers can now have specific Mailgun API settings for mail2fax use (domain support).
 +
** Improved visibility of device template files and generation.
 +
 +
*; mail2fax
 +
** Mail2Fax now supports reseller specific Mailgun API settings.
 +
 +
== Release 3.4.2-n ==
 +
 +
{| class="wikitable" style="background-color:#ffffcc; text-align:left;"
 +
|-
 +
|Type
 +
|maintenance/zero downtime
 +
|-
 +
|Date
 +
|2022-08-20
 +
|-
 +
|Configuration Database Tag
 +
|5182
 +
|-
 +
|CDR Database Tag
 +
|5011
 +
|-
 +
|Released by
 +
|bdept@taridium.com
 +
|}
 +
 +
*; Enterprise
 +
** Groups now support delayed ringing of members (ringall strategy only).
 +
** Conference rooms now require PIN and leader PIN to be different from each other.
 +
** The conference room list now also provides a one-tap link when a DID is assigned to the conference room. This can include a PIN for easy login. Click on DID to copy value to clipboard.
 +
** Queue logon/logoff cause codes can now be customized. See Queue editor > click on cause label for a custom values.
 +
*; Switch
 +
** When using zero length prompts, IVRs do not answer and automatically move to the up-next value if defined. This enables the use of one-tap mobile codes for conference plaza logins etc.
 +
*; mail2fax
 +
** Mail2Fax sucess reporting now includes the original sender's subject (if available).
 +
*; User Panel
 +
** Numbers used for new SMS conversations now get parsed correctly (removal of any formatting characters and appropriate validation).
 +
 +
== Release 3.4.2-m ==
 +
 +
{| class="wikitable" style="background-color:#ffffcc; text-align:left;"
 +
|-
 +
|Type
 +
|maintenance/zero downtime
 +
|-
 +
|Date
 +
|2022-08-12
 +
|-
 +
|Configuration Database Tag
 +
|5181
 +
|-
 +
|CDR Database Tag
 +
|5011
 +
|-
 +
|Released by
 +
|bdept@taridium.com
 +
|}
 +
 +
*; User Panel
 +
** Adds $cfg['VMMoveOldOption'] (boolean) whether to offer a move to old folder option in the end user panel. On for legacy installs, off for new installs.
 +
 +
*; Switch
 +
** Adds $cfg['EmergencyOmmitAddressWarning'] option (boolean):  Whether to ommit address warning (no address) on emergency notification emails.
 +
 +
*; Enterprise
 +
** Prevents binding same line position & extension from being bound when using 'bind to device' mode.
 +
** Bind to device mode for extensions now supports up to 16 line positions.
 +
** The Yealink sidecar editor now supports custom values D and P, which indicate D-DTMF (Yealink button type 11) and P-prefix (Yealink button type 40) respectively.
 +
** The Yealink sidecar editor now supports a third expansion module.
 +
** Internal recording can now be disabled on a per extension basis. Extension Editor > Record > Exclude internal. This applies to both per extension recording and enterprise wide recording settings.
 +
** Direct DID/DDI forwarding now supports conditional forwarding using a caller ID routing table. Calls can be routed based on the incoming caller ID to a specific destination. The caller ID matching supports both discrete values and patterns that can include an original destination (DID).
 +
** Enterprise access control now allows users to reset their password (temporary) and force the user to set a new password.
 +
 +
*; Admin
 +
** Fixes enterprise deletion bug (permanent) with overlapping enterprise IDs.
 +
** Improved random enterprise ID generator. Checks for partial/overlapping enterprise IDs.
 +
 +
*; mail2fax
 +
** Mail2Fax error reporting now includes the FID and timestamp in the body of the message, as well as the original sender's subject (if available).
 +
** Administrator access control now allows users to reset their password (temporary) and force the user to set a new password.
 +
 +
== Release 3.4.2-j ==
 +
 +
{| class="wikitable" style="background-color:#ffffcc; text-align:left;"
 +
|-
 +
|Type
 +
|maintenance/zero downtime
 +
|-
 +
|Date
 +
|2022-05-20
 +
|-
 +
|Configuration Database Tag
 +
|5179-5180
 +
|-
 +
|CDR Database Tag
 +
|5011
 +
|-
 +
|Released by
 +
|bdept@taridium.com
 +
|}
 +
 +
*; Enterprise
 +
** The extended permissions dialog for CDR and Call recordings (Extension Editor) now features an option to only display calls for the extension in question.
 +
** Restricts Polycom XML directory listings when authorized client is a member of an organization with 'limit internal calling to organization' enabled.
 +
** Extensions now feature an 'Outbound Announcement'. This will play back a prompt on outbound (external) calls prior to connecting.
 +
** Fixes updates for extension names that would inadvertently overwrite sidecar information in enterprises that shared the same name/device type.
 +
 +
*; Admin
 +
** Page titles for the admin panel are now configurable using the $cfg['SystemName'] variable.
 +
 +
*; Switch
 +
** Directed parking now returns the call to the parker when the parking position is occupied.
 +
 +
*; Voicemail MWI
 +
** Manual MWI resets now include 'old' messages count
 +
 +
== Release 3.4.2-g ==
 +
 +
{| class="wikitable" style="background-color:#ffffcc; text-align:left;"
 +
|-
 +
|Type
 +
|maintenance/zero downtime
 +
|-
 +
|Date
 +
|2022-03-01
 +
|-
 +
|Configuration Database Tag
 +
|5178
 +
|-
 +
|CDR Database Tag
 +
|5011
 +
|-
 +
|Released by
 +
|bdept@taridium.com
 +
|}
 +
 +
*; Enterprise
 +
** Adds new default SMS DID/send number for the enterprise. See Features > Dialing Settings > SMS Default DID.
 +
** The XML directory for Poly phones now also supports D series (OBIHAI) formatting based on SIP user agent of registered phone.
 +
 +
*; User Panel
 +
** Bulk SMS messages now feature a 'copy to conversation' option. This adds the bulk SMS message to conversations when the recipient replies.
 +
 +
*; Switch
 +
** Spy/Barge on can now optionally be set to match the target only vs prefix.
 +
** Adds automatic time based switching BLF updates to toggle extensions (upon receiving a call).
 +
** Trunk forwarded calls that come from the associated extension's DID now use the extension's emergency caller ID settings.
 +
 +
== Release 3.4.2-d ==
 +
 +
{| class="wikitable" style="background-color:#ffffcc; text-align:left;"
 +
|-
 +
|Type
 +
|maintenance/zero downtime
 +
|-
 +
|Date
 +
|2022-01-22
 +
|-
 +
|Configuration Database Tag
 +
|5175-5177
 +
|-
 +
|CDR Database Tag
 +
|5011
 +
|-
 +
|Released by
 +
|bdept@taridium.com
 +
|}
 +
 +
*; Enterprise
 +
** Admins can now associate an emergency dialing caller ID to a MAC address. This number will be used with the highest priority when dialing from the associated device. See Features > Devices and use # link to change the emergency dialing caller ID.
 +
** Extension organizations can now be limited to calling within the organization members only. See 'Restricted Dialing' > 'limit internal calling to organization'.
 +
** New optional IVR option notes. Allows addition of notes to each IVR option. This setting can be enabled on the web server with $cfg['IVROptionNotes'] = TRUE. The default for this setting is FALSE.
 +
** Extension groups have now an optional 'call completed elsewhere' flag. See 'Missed Calls' > 'send completed elsewhere'.
 +
 +
*; User Panel
 +
** Bulk SMS sending now supports selection of from number including all assigned DID/DDIs. This also indicates which numbers are SMS enabled.
 +
 +
*; Switch
 +
** New starcode, 'bargeexten'. This star code works like the barge channel function, but attaches to the extension vs the channel only.
 +
 +
== Release 3.4.2-a ==
 +
 +
{| class="wikitable" style="background-color:#ffffcc; text-align:left;"
 +
|-
 +
|Type
 +
|maintenance/zero downtime
 +
|-
 +
|Date
 +
|2021-12-03
 +
|-
 +
|Configuration Database Tag
 +
|5171-5174
 +
|-
 +
|CDR Database Tag
 +
|5011
 +
|-
 +
|Released by
 +
|bdept@taridium.com
 +
|}
 +
 +
*; Enterprise
 +
** Enterprise DIDs can now be directly provisioned with an e911/emergency address in Dash.
 +
** Improved display of emergency numbers & selection + various fixes.
 +
** A custom emergency caller ID can now be provisioned by admin users (click on 'Emergency Caller ID' in extension editor)
 +
** Extension organization emergency dialing information editing can now be disabled with $cfg['EmergencyEnterpriseOrgAllow'] = FALSE. The default value for this is TRUE.
 +
** Adds ability to exclude duplicate call legs in enterprise reports.
 +
** New 'Devices' page allows addition of MAC addresses to an enterprise for roaming and provisioning purposes.
 +
 +
*; User Panel
 +
** Bulk SMS sending now supports selection of from number. This will either be the primary DID for the extension, or the caller ID of the enterprise. Only applies to $cfg['BSMSProvider'] = "smpp".
 +
** User Panel emergency information editing can now turned off with $cfg['EmergencyEUPAllow'] = FALSE. The default value for this is TRUE.
 +
 +
*; Switch
 +
** New starcode 'Page & Barge Conf'. This starcode pages an extension if idle, or barges on it when busy with a conference.
 +
** New optional configuration $cfg['GroupSpyAll'] (boolean, default FALSE), allows spying/whispering on any group member using their extension. This is applicable to groups with member ring options: primary channel or all channels and star codes: 'Spy[& Whisper] on an Extension (star code + extension)'
 +
 +
== Release 3.4.1-t ==
 +
 +
{| class="wikitable" style="background-color:#ffffcc; text-align:left;"
 +
|-
 +
|Type
 +
|maintenance/zero downtime
 +
|-
 +
|Date
 +
|2021-09-17
 +
|-
 +
|Configuration Database Tag
 +
|5170
 +
|-
 +
|CDR Database Tag
 +
|5011
 +
|-
 +
|Released by
 +
|bdept@taridium.com
 +
|}
 +
 +
*; Enterprise
 +
** Fixes deletion of call recordings in overlay (admin logins only)
 +
** Extensions can now have their faxes delivered to the user panel. See Extension Editor > Deliver Faxes to User Panel. Notifications will still be sent out, but faxes will no longer be attached to the e-mail.
 +
 +
*; User Panel
 +
** New hosted Fax display.
 +
** New Fax sending dialog (sending needs to be enabled). See also set up for dedicated fax server and $cfg['FaxServerSpoolPath'].
 +
 +
*; mail2fax
 +
** The mail2fax function now also converts TIFF files if they don't match the specifications for faxing.
 +
 +
*; Switch
 +
** New busy on busy call waiting option. See Features > Call Waiting for details.
 +
 +
== Release 3.4.1-r ==
 +
 +
{| class="wikitable" style="background-color:#ffffcc; text-align:left;"
 +
|-
 +
|Type
 +
|maintenance/zero downtime
 +
|-
 +
|Date
 +
|2021-09-03
 +
|-
 +
|Configuration Database Tag
 +
|5169
 +
|-
 +
|CDR Database Tag
 +
|5011
 +
|-
 +
|Released by
 +
|bdept@taridium.com
 +
|}
 +
 +
*; Switch
 +
** Fixes classification of CDR commsapp values when the call is sent to voicemail.
 +
** Fixes matching of DTMF input when using overlapping extensions in the conference plaza function.
 +
** Fixes missed call notifications when no device is attached/offline or set to DND.
 +
** Fixes return to voicemail when no operator is configured (press 0 during voicemail greeting)
 +
** Adds press 8 functionality during voicemail greeting.
 +
*; Custom Routing
 +
** The custom routing editor now correctly displays Caller ID Name + Number values.
 +
*; Enterprise
 +
** New sorting by table headers for extension table.
 +
** Adds Personal Conference Room to User Panel permissions. See Features > User Panel (requires 'personalconf' setting)
 +
** New 'Allow access to directory during voicemail greeting' feature. See Features > Dialing Settings > Dial By Name Directory
 +
** Extension groups now support an on-call mode: Callers can add/remove themselves to/from a group by calling in with the caller ID (Extension > Mobile Phone) of an existing group member.
 +
== Release 3.4.1-o ==
== Release 3.4.1-o ==
Line 48: Line 424:
|bdept@taridium.com
|bdept@taridium.com
|}
|}
 +
 +
*; Switch
 +
** Added optional outbound control to custom routing. See $cfg['OffnetCheckAllOutbound'] -> TRUE (default)/FALSE
*; Enterprise
*; Enterprise

Revision as of 11:37, 30 October 2022

Comms-box.png

Versions apply to to core comms, switch comms-switch and web server comms-web RPM packages. Always check the current database release tags and run the database update with comms-config for both configuration and CDR databases.

Contents

Taridium comms 3.4

Version and support information:

Type major
Official Public Release 3.4-e (Essex)
Date 2019-11-01
Supported Operating Systems RHEL/CentOS 6-8
Supported Asterisk Versions 11 & 13 & 16
Supported Database Backends MySQL 5.5+ & MariaDB 5.5+
Expected EOL Q4 2023

Release 3.4.2-r

Type maintenance/zero downtime
Date 2022-10-28
Configuration Database Tag 5184
CDR Database Tag 5011
Released by bdept@taridium.com


Release 3.4.2-q

Type maintenance/zero downtime
Date 2022-09-30
Configuration Database Tag 5183
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.2-o

Type maintenance/zero downtime
Date 2022-09-09
Configuration Database Tag 5183
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.2-n

Type maintenance/zero downtime
Date 2022-08-20
Configuration Database Tag 5182
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.2-m

Type maintenance/zero downtime
Date 2022-08-12
Configuration Database Tag 5181
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.2-j

Type maintenance/zero downtime
Date 2022-05-20
Configuration Database Tag 5179-5180
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.2-g

Type maintenance/zero downtime
Date 2022-03-01
Configuration Database Tag 5178
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.2-d

Type maintenance/zero downtime
Date 2022-01-22
Configuration Database Tag 5175-5177
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.2-a

Type maintenance/zero downtime
Date 2021-12-03
Configuration Database Tag 5171-5174
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.1-t

Type maintenance/zero downtime
Date 2021-09-17
Configuration Database Tag 5170
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.1-r

Type maintenance/zero downtime
Date 2021-09-03
Configuration Database Tag 5169
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.1-o

Type maintenance/zero downtime
Date 2021-07-23
Configuration Database Tag 5168
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.1-m

Type maintenance/zero downtime
Date 2021-06-18
Configuration Database Tag 5168
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.1-l

Type maintenance/zero downtime
Date 2021-06-04
Configuration Database Tag 5167
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.1-k

Type maintenance/zero downtime
Date 2021-05-08
Configuration Database Tag 5167
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.1-j

Type maintenance/zero downtime
Date 2021-04-23
Configuration Database Tag 5165, 5166
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.1-h

Type maintenance/zero downtime
Date 2021-03-19
Configuration Database Tag 5164
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.1-g

Type maintenance/zero downtime
Date 2021-02-27
Configuration Database Tag 5163
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.1-f

Type maintenance/zero downtime
Date 2021-02-13
Configuration Database Tag 5162
CDR Database Tag 5011
Released by bdept@taridium.com


Release 3.4.1-e

Type maintenance/zero downtime
Date 2021-02-05
Configuration Database Tag 5161
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.1-d

Type maintenance/zero downtime
Date 2021-01-29
Configuration Database Tag 5160
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4.1-c

Type maintenance/zero downtime
Date 2021-01-08
Configuration Database Tag 5158,5159
CDR Database Tag 5011
Released by bdept@taridium.com

first release to use extended subversioning

Release 3.4-x (Xalapa)

Type maintenance/zero downtime
Date 2020-12-04
Configuration Database Tag 5157
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4-w (Warsaw)

Type maintenance/zero downtime
Date 2020-11-13
Configuration Database Tag 5157
CDR Database Tag 5011
Released by bdept@taridium.com

Release 3.4-v (Victorville)

Type maintenance/zero downtime
Date 2020-10-31
Configuration Database Tag 5157
CDR Database Tag 5010
Released by bdept@taridium.com

Release 3.4-u (Ulm)

Type maintenance/zero downtime
Date 2020-10-09
Configuration Database Tag 5156
CDR Database Tag 5010
Released by bdept@taridium.com

Release 3.4-t (Toronto)

Type maintenance/zero downtime
Date 2020-09-25
Configuration Database Tag 5156
CDR Database Tag 5010
Released by bdept@taridium.com


Release 3.4-q (Quonset)

Type maintenance/zero downtime
Date 2020-08-21
Configuration Database Tag 5155
CDR Database Tag 5010
Released by bdept@taridium.com

Release 3.4-p (Preston)

Type maintenance/zero downtime
Date 2020-08-07
Configuration Database Tag 5154
CDR Database Tag 5010
Released by bdept@taridium.com

Release 3.4-o (Oswego)

Type maintenance/zero downtime
Date 2020-07-27
Configuration Database Tag 5154
CDR Database Tag 5009
Released by bdept@taridium.com

Release 3.4-n (Nevada)

Type maintenance/zero downtime
Date 2020-07-10
Configuration Database Tag 5153
CDR Database Tag 5008
Released by bdept@taridium.com


Release 3.4-m (Montreal)

Type maintenance/zero downtime
Date 2020-06-26
Configuration Database Tag 5151,5152
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.4-l (Lamassu)

Type maintenance/zero downtime
Date 2020-05-15
Configuration Database Tag 5150
CDR Database Tag 5008
Released by bdept@taridium.com


Release 3.4-k (Kiton)

Type maintenance/zero downtime
Date 2020-04-24
Configuration Database Tag 5149
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.4-j (Juno)

Type maintenance/zero downtime
Date 2020-03-15
Configuration Database Tag 5148
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.4-h (Helios)

Type maintenance/zero downtime
Date 2020-02-07
Configuration Database Tag 5147
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.4-g (Garrison)

Type maintenance/zero downtime
Date 2020-01-10
Configuration Database Tag 5146
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.4-f (Fulton)

Type maintenance/zero downtime
Date 2019-12-06
Configuration Database Tag 5145
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.4-e (Essex)

Type maintenance/zero downtime
Date 2019-11-01
Configuration Database Tag 5145
CDR Database Tag 5008
Released by bdept@taridium.com

Taridium comms 3.3

Version and support information:

Type major
Official Public Release 3.3-b (Bravo)
Date 2018-10-19
Supported Operating Systems RHEL/CentOS 6 & RHEL/CentOS 7
Supported Asterisk Versions 11 & 13
Supported Database Backends MySQL 5.5+ & MariaDB 5.5+
Expected EOL Q4 2020

Release 3.3-m (Moray)

Type maintenance/zero downtime
Date 2019-08-30
Configuration Database Tag 5144
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.3-j (Juneau)

Type maintenance/zero downtime
Date 2019-05-31
Configuration Database Tag 5143
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.3-i (Islamorada)

Type maintenance/zero downtime
Date 2019-04-05
Configuration Database Tag 5143
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.3-h (Habana)

Type maintenance/zero downtime
Date 2019-03-15
Configuration Database Tag 5142
CDR Database Tag 5008
Released by bdept@taridium.com


Release 3.3-g (Guana)

Type maintenance/zero downtime
Date 2019-02-08
Configuration Database Tag 5140,5141
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.3-e (Eagle)

Type maintenance/zero downtime
Date 2019-01-11
Configuration Database Tag 5138,5139
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.3-b (Bonanza)

Type maintenance/zero downtime
Date 2018-10-19
Configuration Database Tag 5137
CDR Database Tag 5008
Released by bdept@taridium.com

Taridium comms 3.0/3.1

Version and support information:

Type major
Official Public Release 3.0-b (Bravo)
Date 2016-12-01
Supported Operating Systems RHEL/CentOS 5 (limited) & RHEL/CentOS 6
Supported Asterisk Versions 1.8 (limited) & 11
Supported Database Backends MySQL 5.5+ & MariaDB 5.5+
Expected EOL Q4 2018

This release provides initial support for a pass-through proxy. This allows for better scalability and NAT qualification handling. On the web side this release is primarily an UI upgrade with some minor component bugfixes.

Release 3.1-v (Vero)

Type maintenance/zero downtime
Date 2018-09-21
Configuration Database Tag 5135, 5136
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.1-t (Trinity)

Type maintenance/zero downtime
Date 2018-08-31
Configuration Database Tag 5134
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.1-s (Samoa)

Type maintenance/zero downtime
Date 2018-08-02
Configuration Database Tag 5133
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.1-r (Riptide)

Type maintenance/zero downtime
Date 2018-07-20
Configuration Database Tag 5131,5132
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.1-q (Quagga)

Type maintenance/zero downtime
Date 2018-06-22
Configuration Database Tag 5130
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.1-p (Pinzon)

Type maintenance/zero downtime
Date 2018-06-01
Configuration Database Tag 5129
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.1-o (Okeechobee)

Type maintenance/zero downtime
Date 2018-05-18
Configuration Database Tag 5128
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.1-n (Nomad)

Type maintenance/zero downtime
Date 2018-05-04
Configuration Database Tag 5126, 5127
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.1-k (Kismeth)

Type maintenance/zero downtime
Date 2018-03-31
Configuration Database Tag 5125
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.1-i (Inagua)

Type maintenance/zero downtime
Date 2018-02-24
Configuration Database Tag 5124
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.1-h (Habanero)

Type maintenance/zero downtime
Date 2018-02-02
Configuration Database Tag 5122,5123
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.1-f (Fitzroy)

Type maintenance/zero downtime
Date 2018-01-19
Configuration Database Tag 5121
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.1-e (Eleuthera)

Type maintenance/zero downtime
Date 2018-01-05
Configuration Database Tag 5120
CDR Database Tag 5008
Released by bdept@taridium.com

Release 3.1-d (Dania)

Type maintenance/zero downtime
Date 2017-12-01
Configuration Database Tag 5119
CDR Database Tag 5007
Released by bdept@taridium.com

Release 3.1-c (Cebu)

Type maintenance/zero downtime
Date 2017-11-10
Configuration Database Tag 5119
CDR Database Tag 5007
Released by bdept@taridium.com

Release 3.1-a (Aruba)

Type maintenance/zero downtime
Date 2017-10-27
Configuration Database Tag 5118
CDR Database Tag 5007
Released by bdept@taridium.com

Release 3.0-y (Yamas)

Type maintenance/zero downtime
Date 2017-10-06
Configuration Database Tag 5117
CDR Database Tag 5007
Released by bdept@taridium.com

Release 3.0-x (Xanadu)

Type maintenance/zero downtime
Date 2017-09-29
Configuration Database Tag 5116
CDR Database Tag 5007
Released by bdept@taridium.com

Release 3.0-w (Waikiki)

Type maintenance/zero downtime
Date 2017-09-15
Configuration Database Tag 5116
CDR Database Tag 5007
Released by bdept@taridium.com

 {"softphone_credentials":
   [
       {   
           "extension":"1001",
           "calleridname":"Wilmer Cox",
           "calleridnumber":"1001",
           "username":"acme-CL9DF0E7CT",
           "password":"F9nsFOpmKQ",
           "proxy":"inagua.taridium.net",
           "backup_proxy":"inagua2.taridium.net",
           "srv_proxy":"tcp.taridium.com",
           "ipv6_proxy":"2001:470:5:39a:589c:e2bd:403:f781",            
           "transport":"udp",
           "vm":"*86"
       }
   ]
   }

Release 3.0-v (Vanuatu)

Type maintenance/zero downtime
Date 2017-08-25
Configuration Database Tag 5116
CDR Database Tag 5007
Released by bdept@taridium.com

Release 3.0-s (Sanibel)

Type maintenance/zero downtime
Date 2017-07-08
Configuration Database Tag 5115
CDR Database Tag 5007
Released by bdept@taridium.com

Release 3.0-r (Rotan)

Type maintenance/zero downtime
Date 2017-06-14
Configuration Database Tag 5114
CDR Database Tag 5007
Released by bdept@taridium.com

Release 3.0-p (Pamir)

Type maintenance/zero downtime
Date 2017-06-02
Configuration Database Tag 5113
CDR Database Tag 5007
Released by bdept@taridium.com

Release 3.0-o (Ocala)

Type maintenance/zero downtime
Date 2017-05-19
Configuration Database Tag 5112
CDR Database Tag 5007
Released by bdept@taridium.com


Release 3.0-n (Nauru)

Type maintenance/zero downtime
Date 2017-05-05
Configuration Database Tag 5111
CDR Database Tag 5007
Released by bdept@taridium.com

Release 3.0-m (Myanmar)

Type maintenance/zero downtime
Date 2017-04-29
Configuration Database Tag 5110
CDR Database Tag 5007
Released by bdept@taridium.com



Release 3.0-l (Lignum)

Type maintenance/zero downtime
Date 2017-04-05
Configuration Database Tag 5109
CDR Database Tag 5007
Released by bdept@taridium.com

Release 3.0-k (Kamalame)

Type maintenance/zero downtime
Date 2017-03-29
Configuration Database Tag 5108
CDR Database Tag 5007
Released by bdept@taridium.com

Release 3.0-j (Junkanoo)

Type maintenance/zero downtime
Date 2017-03-17
Configuration Database Tag 5107
CDR Database Tag 5007
Released by bdept@taridium.com


Release 3.0-i (Inverness)

Type maintenance/zero downtime
Date 2017-03-10
Configuration Database Tag 5106
CDR Database Tag 5007
Released by bdept@taridium.com



Release 3.0-g (Giulia)

Type maintenance/zero downtime
Date 2017-02-15
Configuration Database Tag 5105
CDR Database Tag 5007
Released by bdept@taridium.com

Release 3.0-f (Falernum)

Type maintenance/zero downtime
Date 2017-02-03
Configuration Database Tag 5104
CDR Database Tag 5006
Released by bdept@taridium.com


Release 3.0-e (Elf)

Type maintenance/zero downtime
Date 2017-01-13
Configuration Database Tag 5103
CDR Database Tag 5006
Released by bdept@taridium.com


Release 3.0-d (Duncan)

Type maintenance/zero downtime
Date 2016-12-17
Configuration Database Tag 5102
CDR Database Tag 5006
Released by bdept@taridium.com


Release 3.0-c (Caligula)

Type maintenance/zero downtime
Date 2016-12-09
Configuration Database Tag 5101
CDR Database Tag 5006
Released by bdept@taridium.com

Release 3.0-b (Bravo)

Type maintenance/zero downtime
Date 2016-12-02
Configuration Database Tag 5101
CDR Database Tag 5006
Released by bdept@taridium.com

Taridium comms 2.5

Version and support information:

Type major
Official Public Release 2.5-a (Alpha)
Date 2016-05-20
Supported Operating Systems RHEL/CentOS 5 & RHEL/CentOS 6
Supported Asterisk Versions 1.8 (limited) & 11
Supported Database Backends MySQL 5.5+ & MariaDB 5.5+
Expected EOL Q4 2017

Release 2.5-k (Kilo)

Type maintenance/zero downtime
Date 2016-10-30
Configuration Database Tag 5101
CDR Database Tag 5006
Released by bdept@taridium.com

Release 2.5-j (Juliet)

Type maintenance/zero downtime
Date 2016-10-21
Configuration Database Tag 5101
CDR Database Tag 5006
Released by bdept@taridium.com

Release 2.5-i (India)

Type maintenance/zero downtime
Date 2016-10-14
Configuration Database Tag 5100
CDR Database Tag 5006
Released by bdept@taridium.com

Release 2.5-h (Hilo)

Type maintenance/zero downtime
Date 2016-09-16
Configuration Database Tag 5100
CDR Database Tag 5006
Released by bdept@taridium.com

Release 2.5-g (Glengoolie)

Type maintenance/zero downtime
Date 2016-09-02
Configuration Database Tag 5099
CDR Database Tag 5006
Released by bdept@taridium.com

Release 2.5-f (Foxtrot)

Type maintenance/zero downtime
Date 2016-08-20
Configuration Database Tag 5098
CDR Database Tag 5006
Released by bdept@taridium.com

Release 2.5-e (Echo)

Type maintenance/zero downtime
Date 2016-08-07
Configuration Database Tag 5097
CDR Database Tag 5006
Released by bdept@taridium.com

Release 2.5-d (Delta)

Type maintenance/zero downtime
Date 2016-07-22
Configuration Database Tag 5096
CDR Database Tag 5005
Released by bdept@taridium.com

Release 2.5-c (Charlie)

Type maintenance/zero downtime
Date 2016-06-18
Configuration Database Tag 5096
CDR Database Tag 5005
Released by bdept@taridium.com

Release 2.5-b (Bravo)

Type maintenance/zero downtime
Date 2016-06-10
Configuration Database Tag 5095
CDR Database Tag 5005
Released by bdept@taridium.com

Release 2.5-a (Alpha)

Type maintenance/zero downtime
Date 2016-05-20
Configuration Database Tag 5095
CDR Database Tag 5005
Released by bdept@taridium.com

Taridium comms 2.4

Type major
Official Public Release 2.4-c (Charlie)
Date 2015-08-07
Supported Operating Systems RHEL/CentOS 5 & RHEL/CentOS 6
Supported Asterisk Versions 1.8 & 11
Supported Database Backends MySQL 5.5+ & MariaDB 5.5+
Expected EOL Q2 2017

Release 2.4-x (X-Ray)

Type maintenance/zero downtime
Date 2016-05-06
Configuration Database Tag 5094
CDR Database Tag 5005
Released by bdept@taridium.com

Release 2.4-w (Whisky)

Type maintenance/zero downtime
Date 2016-04-22
Configuration Database Tag 5093
CDR Database Tag 5005
Released by bdept@taridium.com

Release 2.4-v (Victor)

Type maintenance/zero downtime
Date 2016-04-15
Configuration Database Tag 5093
CDR Database Tag 5005
Released by bdept@taridium.com

Release 2.4-u (Uniform)

Type maintenance/zero downtime
Date 2016-04-09
Configuration Database Tag 5092
CDR Database Tag 5005
Released by bdept@taridium.com

Release 2.4-t (Tango)

Type maintenance/zero downtime
Date 2016-04-01
Configuration Database Tag 5092
CDR Database Tag 5005
Released by bdept@taridium.com

Release 2.4-s (Sierra)

Type maintenance/zero downtime
Date 2016-03-18
Configuration Database Tag 5091
CDR Database Tag 5005
Released by bdept@taridium.com

Release 2.4-r (Romeo)

Type maintenance/zero downtime
Date 2016-02-21
Configuration Database Tag 5090
CDR Database Tag 5004
Released by bdept@taridium.com


Release 2.4-q (Quebec)

Type maintenance/zero downtime
Date 2016-01-29
Configuration Database Tag 5089
CDR Database Tag 5004
Released by bdept@taridium.com


Release 2.4-p (Papa)

Type maintenance/zero downtime
Date 2016-01-24
Configuration Database Tag 5088
CDR Database Tag 5004
Released by bdept@taridium.com


Release 2.4-o (Oscar)

Type maintenance/zero downtime
Date 2016-01-09
Configuration Database Tag 5088
CDR Database Tag 5004
Released by bdept@taridium.com





For prior release information, please contact support@taridium.com.

Personal tools
Namespaces
Variants
Actions
Toolbox