Next Release

  • Fix a bug in SequentialForkedSDPMediation feature when handling an ACK during mediation. (VOLTE-7976)

  • Fix an issue in the B2BUA SCUR feature that allowed rounding errors to accumulate over time. When the rounding error accumulates to a full second value the next CCR will include a greater number of Used-Service-Units than granted in the previous CCA. (VOLTE-8788)

  • As a result of this fix the OC-Cumulative-Granted counter (present in CDRs) will report a partial second value if at some point during a session credit is invalidated.

  • Fix issue where post mid call announcement the passive party would receive SDP answer containing m= lines not present in the SDP offer. This could happen if the played party negotiated different media to those agreed for the original call. (VOLTE-9212)

  • Fix error that occurs in Sentinel SIP when forwarding a request if multiple SIS RA entities are used. (VOLTE-9855)

3.1.0.6

Dependency Updates

  • Update the Sentinel Common dependency to 3.1.0.6

3.1.0.5

  • Update early-media play announcement feature to interrupt announcement if the called party responds with an error. (STLSIP-1313)

  • Updated leg manager to ensure Leg Aci mapping is removed when leg ends. (VOLTE-8601)

  • Modified handling of activities when a feature enters the waiting state. Previously all activities would be suspended and then activities that the feature is waiting on would be resumed, but this can cause issues when a feature has activity contexts from different transactions. So now activities will only be suspended if they will stay that way, activities that the feature is waiting on will never be suspended. (VOLTE-9290)

  • Extend Vertical Service Code feature to allow VSCs in SIP URIs with globally formatted (+) parameters for numbers in the home country code. (VOLTE-9164).

  • Fix Sentinel SIP Service handling of incoming mid-session INVITE failure responses; to prevent any following incoming INVITE requests from being rejected in that session. (STLSIP-1311)

Dependency Updates

  • Update the Sentinel Common dependency to 3.1.0.5

3.1.0.4

Dependency Updates

  • Update the Sentinel Common dependency to 3.1.0.4

3.1.0.3

  • Update SdpTransformerFunction to include attributes for a zero’d MediaDescription (VOLTE-8515).

  • Make interim CDR trigger generation overridable by subclasses (RRE-219)

  • Extend SDP rewriting to also update username, address and address-type in o= lines. (VOLTE-8789)

  • Add support in SipMidCallPlayAnnouncement feature for alternative ways of handling the passive party during an announcement. (VOLTE-9170) The feature now offers the following options, which can be chosen by features when they queue an announcement:

    • NO_HOLD: The passive party is not put on hold during the announcement, media streams are left as they were.

    • BLACK_HOLE_ONLY: SDP is renegotiated with the passive party so that for the duration of the announcement, all media streams are directed to a black hole IP.

    • FULL_HOLD: SDP is renegotiated with the passive party so that for the duration of the announcement, all media streams are directed to a black hole IP; additionally the passive party is put on hold by setting the stream status to sendonly or inactive. This is the old behaviour and remains the default.

  • If a Reason header is present on an incoming CANCEL request, it will now be copied onto any corresponding outbound CANCEL request on the linked SIP leg. Additionally, when a feature creates a new outbound CANCEL request with Reason header, the header will now be correctly included when the message is sent. (STLSIP-1301)

  • Make the Sentinel SIP service handle outstanding PRACK requests as per RFC 3262 (STLSIP-1298). Outstanding PRACK requests that match acknowledged reliable provisional responses respond with a 200 response irrespective of if a session has ended.

Dependency Updates

  • Update the Sentinel Common dependency to 3.1.0.3

3.1.0.2

  • Improve MediaDescription comparison in SdpTransformerFunction so that a media description rtpmap attribute which includes an explicit channel declaration (/1) is considered equivalent to the same rtpmap attribute that implies a single channel is in use (without /1). (VOLTE-8810)

  • Update ChargingInstanceToCCR mapper and SipAvpCdrUtil to ensure CCR-Us and ACR-Is include Timestamps AVP based on the SipTimestampAvpPresenceMode attribute from the DetermineChargingConfigProfileTable. (VOLTE-8493)

  • Fix NPE in SequentialForkedSDPMediationFeature when triggering leg not available. (STLSIP-1306)

Dependency Updates

  • Update the Sentinel Common dependency to 3.1.0.2

3.1.0.1

  • Ensure IMS-Information Timestamps AVP is populated when the final response is received on a forked leg. (VOLTE-7610)

  • Improved post-execution heap retention behavior of most pojo feature FSMs though use of new registerActionImplementationForNextExecute FSM method. (VOLTE-8690)

  • Add oc-ue-contact parameter to the Contact header stored in third party registration to indicate the UE’s contact. (VOLTE-8674)

Dependency Updates

  • Update the Sentinel Common dependency to 3.1.0.1

3.1.0.0

  • First release in the 3.1.0.x series.

  • Update the ErrorCodeAnnouncement feature to add a new custom header to the final response after it has played an announcement. This header will prevent the feature from repeating the announcement if it runs again on an upstream node. (VOLTE-7945)

  • Remove ICSCFURI from announcement profiles. Announcements will now use ICSCFURI value from SipSentinelConfigurationTable profile. (VOLTE-8036)

  • Rename SBB feature artifacts from -du.jar to .du.jar. (VOLTE-8239)

  • Write new Extension AVP to CCR and ACR messages as well as CDRs stating whether a session failover has occured. (STLSIP-1293)

  • Updated leg manager to ensure Leg ACI mapping is removed when leg ends. (VOLTE-8601)

  • Add the ability to trace in detail a selected subscriber’s SIP sessions. This can be enabled for a random proportion of SIP sessions or via operator specified screened URIs participating in these sessions. (VOLTE-7549).

  • Fix bug in SentinelSipMultiLegFeatureEndpoint.featureWaiting where an internal error (incorrect SessionState) would occur when processing simultaneous events. (VOLTE-8496)

  • Add extensions column to cassandra ASSOCURIS table to store PATH values from 3rd Party Register. (VOLTE-8358)

Dependency Updates

  • Update the Sentinel Common dependency to 3.1.0.0

3.0.0.2

  • Modify the SDP Monitor to ignore repeated SDP answers on the same SIP INVITE transaction. (STLSIP-1290)

  • Fix a bug in SequentialForkedSDPMediation feature when handling an ACK during mediation. (VOLTE-7976)

Dependency Updates

  • Update the Rhino dependency to 2.6.2.7

  • Update the Rf Control RA dependency to 1.0.2.2

  • Update the SIP dependency to 2.6.0.9

  • Update the SIS dependency to the 2.6.2.9 == 3.0.0.1

  • Fix a bug where local numbers that contained characters that are not allowed in international format numbers would be normalized to international format anyway. (STLSIP-1288)

  • Fix to allow the PLMN ID analyser to handle 2 digit MNCs that are padded with a leading 0. (VOLTE-7879)

Dependency Updates

  • Update the Rhino dependency to 2.6.2.3

3.0.0.0

  • First release in the 3.0.0.x series.

New Capabilities

  • Added ContinueCallOnOCSFailure flag to DetermineChargingConfigProfileTable. (VOLTE-7389)

  • Add support for playing early media announcements on receipt of specified INVITE error responses during call setup. (VOLTE-7450)

Other Changes

  • Fixed an issue where RecordTimestamps would not update latest timestamps when a message was sent due to a leg ending instruction. (VOLTE-6348)

  • Fixed a problem where SDPMonitor did not clear Leg’s HasOutstandingSDPOffer state when sending a failure response. (VOLTE-7336)

  • Fixed a problem where SipMidCallPlayAnnouncementFeature would attempt to rewrite SDP (in ACK to passive party) twice causing an IndexOutOfBoundsException. (STLSIP-1285)

  • Renamed DetermineCharging feature’s package and removed unused erroneous stats. (VOLTE-7389)

  • Fix an issue in Early Media Play Announcement feature where PRACK requests from the calling party could be ignored. (STLSIP-1266)

  • Ensure IMS-Information Timestamps AVP is populated when the final response is received on a forked leg. (VOLTE-7610)

  • Add session state variable to allow setting access network information as determined by application features. (VOLTE-7614)

  • Start directly invoked features with supplied ACI. (VOLTE-7561)

  • Pass ExtensionEvent ACI to features when trigerred on LocalEvents, if the feature was originally triggered by an out-of-the-blue extension event

  • Remove ESRVCC capabilities from DetermineRegistrationSessionType. (IPSMGW-981)

  • Update SequentialForkedSDPMediation to handle downstream forking. (VOLTE-7539)

Dependency Updates

  • Update the SIS dependency to the 2.6.2.4

  • Update the Sentinel Common dependency to 3.0.0.0

2.9.0.2

  • Fix state leak of ChargingManager and LegManager Predicates. (VOLTE-5297)

  • Fixed an issue where RecordTimestamps would not update latest timestamps when a message was sent due to a leg ending instruction. (VOLTE-6348)

  • Update LegManager isLegEnding and isInviteSessionEnding methods to handle releaseLeg instruction (VOLTE-7475)

  • Update sentinel-example-feature to remove HTTP response event handler and create a sentinel-sip-http-response-event-handler sbb-part module

    • Update sentinel-sip-example feature to replace HTTPResponse event handler with Diameter ReAuthAnswer event handler (VOLTE-7170)

Dependency Updates

  • Update the Rhino dependency to the 2.6.2.2

  • Update the Diameter RA dependency to 3.1.2.1

  • Update the Rf Control RA dependency to 1.0.2.1

  • Update the HTTP RA dependency to 2.5.0.1

  • Update the Sentinel Common dependency to 2.9.0.2

2.9.0.1

  • Remove History-Info header support from the SipShortCode feature. (VOLTE-7324)

  • Fix an issue with SAS tracing for the ExtractNetworkInfo feature. (VOLTE-7344)

Dependency Updates

  • Update the Rhino dependency to the 2.6.2.1

  • Update the SIS dependency to the 2.6.2.2

  • Update the Sentinel Common dependency to 2.9.0.1

2.9.0.0

  • First release in the 2.9.0.x series.

New Capabilities

  • Fix an issue in SipPlayAnnouncement and SipMidCallPlayAnnouncement features where announcements configured with an empty string locale were not handled gracefully (VOLTE-7187)

  • Add VerticalServiceCode feature. (VOLTE-6081)

  • Add support for Ro and Rf failover to Sentinel SIP (PRD-1070). See Changes in Major Release for details.

  • Add support for Vertical Service Codes. See Changes in Major Release for details.

  • Add SipProxyAndDoNotRecordRoute feature. (VOLTE-7158)

  • Add support for network initiated/timed out deregistration (VOLTE-6985)

  • Add support for History-Info header to the SipShortCode feature (VOLTE-7089)

  • Add SAS logging to DetermineChargeableLeg feature. (VOLTE-6030)

Other Changes

  • Update SipAddressUtil to remove phone-context when updating a URI with an internationally formatted number. (VOLTE-7110)

  • If a Rf Control Activity is incorrectly cleared by liveness check (when ACR:Acct-Interim-Interval > (2 * ACA:Acct-Interim-Interval)) a NPE is no longer thrown. Instead the new interim CDR stat RfControlActivityLost is incremented and the interim CDR feature fails with InvalidSessionState. The previously unused stat CdrNotSent has been removed. (VOLTE-6516)

  • Update SipAnnouncement feature and SipMidCallAnnouncement feature to ensure OC-Play-Announcement-Id AVPs are added in CDRs for each announcement the features are invoked to play. (VOLTE-6278)

  • Change SipPlayAnnouncement and MidCallPlayAnnouncement to use new session state queues of announcement objects. (VOLTE-6058)

    • EarlyMediaAnnouncementQueue, MidCallAnnouncementId, an MidCallAnnouncementQueue session state fields are deprecated.

    • EarlyMediaAnnouncementInfoQueue and MidCallAnnouncementInfoQueue should be used instead.

    • EarlyMediaAnnouncementInProgress and MidCallAnnouncementInProgress can be used to inspect if an announcement is underway.

  • Update MidCallPlayAnnouncement to allow charging to be resumed and suspended between announcements. (VOLTE-6344)

  • Remove IMS-Information Carrier-Select-Routing-Information AVP from ACRs, CCRs, and CDRs, and from SessionState (VOLTE-4483)

  • Update B2BUA feature to respond with 491 if a re-INVITE or UPDATE request cannot be forwarded due to a transaction in progress on the linked leg. (VOLTE-6529)

  • Updates to use of repeating timers for the SessionRefresh and MaxCallDuration features. (VOLTE-6056)

    • Add support for using periodic timers with the Service Timer Provider.

    • Update the SessionRefresh feature to use a periodic timer instead of setting a new timer each time the previous one expires.

    • Folded the functionality of the MaxCallDuration feature into the SessionRefresh feature, the SessionRefresh feature will set its timer to repeat until the max call duration is reached, at which point it will end the call.

    • Deprecated the MaxCallDuration feature and removed it from the standard feature execution scripts.

  • Update ExtractNetworkInfo feature to determine the ISO country code for the served user’s access network. (VOLTE-6548)

  • Update SipShortCode feature to remove the home country’s network prefix before attempting short code translation.

    • If a number is international and not prefixed by the home country’s network code no translation will occur.

    • The SipShortCode package is moved to com.opencloud.sentinel.sip.feature.initialtrigger.shortcode. (VOLTE-6842)

  • Add utility classes for manipulating History-Info headers (VOLTE-7052)

Dependency Updates

  • Update the Rhino dependency to the 2.6.2.x series

  • Update the Rhino Element Manager dependency to the 2.6.2.x series

  • Update the SIS dependency to the 2.6.2.x series

  • Update the Sentinel Common dependency to 2.9.0.0

2.8.0.3

  • Ensure SAS markers for internationally formatted numbers are reported with leading + (VOLTE-6132)

  • Ensure IMS-Information Timestamps AVP includes information relevant to the latest Sip-Request and associated Sip-Response. (VOLTE-6028)

  • Update default configuration for the sip-sis-ra entity to set RFC3263:failover_enabled to true. (VOLTE-6081)

  • Check new isInviteTerminated() method when attempting to send a BYE. (VOLTE-4786)

  • Add method to Leg to pass a MessageBody to endSubscription(). (VOLTE-4786)

  • Move SipNormalizationFeature normalization behaviour to a dedicated util class. (VOLTE-6216)

  • Use event name only in Allow-Events. (STLSIP-1274)

  • Add configuration to the announcements profile to allow one way media to be enforced between the MRF and the played party. (VOLTE-6332)

  • SAS log phone numbers in SIP headers even if the user=phone parameter is not provided. (VOLTE-6406)

  • Add User-Equipment-Info AVP to Rf Accounting-Requests. (VOLTE-6427)

  • Use E164 numbers for the SubscriptionId AVP when possible. (VOLTE-2692)

  • Update BaseSipInterimCdr feature to add the OC-Charging-Result AVP to ACRs. (VOLTE-6577)

Dependency updates

  • Update cassandra-cql dependency to 1.2.0.1

  • Update sdp-parser dependency to 1.0.0.5 (VOLTE-6399)

  • Update the Rhino dependency to 2.6.1.3

  • Update the SIS dependency to 2.6.1.6

  • Update the Diameter dependency to 3.1.1.2

  • Update the Rf Control dependency to 1.0.1.2

  • Update the Sentinel Common dependency to 2.8.0.3

2.8.0.2

  • Add simple SAS event example to the sentinel-sip-example feature module. (BLDSUPP-48)

Dependency updates

  • Update the SIS dependency to 2.6.1.5

  • Update the Sentinel Common dependency to 2.8.0.2

2.8.0.1

  • Ensure IMS-Information Cause-Code AVP is only present in CCR-T, CCR-Event, ACR-STOP and ACR-Event messages. (VOLTE-5985)

  • Update B2BUAScurPreChargingFeature to use Reporting-Reason QUOTA_EXHAUSTED in CCR-Update messages when currently Granted-Units have been consumed. (VOLTE-5981)

  • Update DiameterPerLegInfo feature to use the outgoing Request-URI to set the Called-Party-Address AVP for a given leg. (VOLTE-5701)

  • Update SipNormalization feature SAS log levels. (VOLTE-5956)

  • Add extra verification of Play Announcement configuration. (VOLTE-4094)

  • Add SAS logging to the SentinelSip service. (VOLTE-5229)

Dependency updates

  • Update the Rhino dependency to 2.6.1.2

  • Update the SIS dependency to 2.6.1.4

  • Update the Diameter dependency to 3.1.1.1

  • Update the Rf Control dependency to 1.0.1.1

  • Update the Sentinel Common dependency to 2.8.0.1

2.8.0.0

  • First release in the 2.8.0.x series.

New Capabilities

  • Added support for tracking information about SIP legs in the new Rhino Session Ownership Facility.

    • Extended the Leg API to allow features to manipulate what legs and information should be tracked. See Sentinel SPI Javadoc for details.

    • Added a new SIP system feature named External Session Tracking which is responsible for storing/updating/deleting leg information in the Session Ownership Facility.

  • Add support for triggering session replication at certain points during SIP session setup.

    • Triggers are configured in the SipSessionReplicationConfigProfileTable.

    • A new feature called Determine Session Replication is responsible for reading the configuration and arming triggers.

    • Leg state information has been moved from storage on SipSession attributes to CMP so it will be replicated.

    • A KV Store and Session Ownership Facility must be configured for session replication to function.

Other Changes

  • Added SentinelSipAVPs enum to the name and code for custom AVP definitions. Updated all uses of createAVP or similar to use new enum contant values. (VOLTE-5056)

  • Add new LegManager API to allow the importing of new legs using a handover INVITE request. The new API will automatically populate SDP data on the new leg from the request. (VOLTE-4947)

  • Remove deprecated methods, classes, and legacy modules. (VOLTE-5332) See Changes in Major Release for details.

Dependency Updates

  • Update the Rhino dependency to 2.6.1.1

  • Update the Rhino Element Manager dependency to 2.6.1.1

  • Update the SIS dependency to 2.6.1.2

  • Update the Sentinel Common dependency to 2.8.0.0

2.7.1.3

  • Add SAS logging to SipShortCode feature. (VOLTE-5810)

  • Improve handling of removal of parameters from URIs. (STLSIP-1257)

  • Update tracking of session established time to better handle upstream forks. (STLSIP-1259)

2.7.1.2

  • First release in the 2.7.1.x series.

  • Fix an issue around call waiting with preconditions. (VOLTE-5236)

  • SipAddress and SipAddressUtil moved to the sentinel-sip-spi module and the sentinel-sip-address-util module has been removed. (VOLTE-5326)

  • Update the MaxCallDuration feature to allow the max call duration to be overridden with a session state value (VOLTE-5401)

  • Add event handlers to the SentinelSip service for incoming HTTP request methods DELETE, HEAD, and PUT. (RM-84)

  • Update diameter service context Id value from 8.32260@3gpp.org to 12.32260@3gpp.org. (VOLTE-5686)

New Capabilities

  • Added Metaswitch Service Assurance Server (SAS) support to features:

    • B2BUA

    • B2BUAIECPreFeature, B2BUAIECPostFeature

    • B2BUAScurPreFeature, B2BUAScurPostFeature

    • B2BUAEcurPreFeature, B2BUAEcurPostFeature

    • SDPRewriter

    • SequentialForkedSDPMediation

    • SipNormalization

    • SipMidCallPlayAnnouncement

    • SipPlayAnnouncement

Dependency updates

  • Update the Sentinel Common dependency to 2.7.1.2

  • Update the Rf Control dependency to 1.0.1.0

2.7.0.10

  • Update SipMidCallAnnouncement feature to bring the passive party off of hold following termination of a call hold announcement if necessary. (VOLTE-5381)

  • Update SipMidCallAnnouncement feature to send 491 with 'OC-Retry-After' header when it receives and INVITE while connecting the played party to the MRF. (VOLTE-5301)

Dependency updates

  • Update the Sentinel Common dependency to 2.7.0.8

2.7.0.9

  • Fix an issue in SequentialForkedSDPMediation feature affecting mediation on unlinked legs. Required to fix an issue observed during early media announcements (VOLTE-5170)

  • Update DetermineCallType to detect orig term in URI of route header (not as a parameter) (VOLTE-5210)

  • Use the latest sent SDP on a leg when doing a session refresh re-INVITE. (VOLTE-5095)

  • Update the SDP transformer function in sentinel-sip-spi so that when SDPRewriter feature zeroes a conflicting media line, it will add a zeroed connection line at the media level as well. (VOLTE-5085)

  • Update SipMidCallAnnouncement feature to use latest sent SDP for leg when putting passive party on hold. (VOLTE-5076)

  • Add Remove Headers From Outgoing Messages Feature feature to remove SIP headers and Supported header values from outgoing messages based on configuration. (VOLTE-5091)

  • Update SIP features the following SIP features to consider synthesised OC-Term-P-Access-Network-Info:

  • Update B2BUACharging feature to suspend all legs while charging is underway. (VOLTE-4754)

  • Update the Session Refresh feature to allow the use of the UPDATE SIP method to perform session refresh. As part of this change UPDATE requests are now rejected if received between an INVITE and the corresponding PRACK or ACK and if an UPDATE transaction is already in progress. (VOLTE-5089)

  • Update the DiameterServiceInfo and DiameterPerLegInfo features to store calling party address data at session level rather than at per-leg level. (VOLTE-4912)

  • Update the SDP Monitor so that multiple SDP answers from the IM-SSF are handled correctly. (VOLTE-5300)

Dependency updates

  • Update the Sentinel Common dependency to 2.7.0.7

  • Update the Rf Control dependency to 1.0.0.2

2.7.0.8

  • Update both SipMidCallPlayAnnouncement and SipPlayAnnouncement features to set LocalContactAddress on MRF session to played party contact. (VOLTE-5009)

2.7.0.7

  • Added announcement configuration to allow session termination on early media announcement failure. (VOLTE-4939)

  • Update the SequentialForkedSDPMediation feature to mediate SDP on a forked 2xx response. (VOLTE-4934)

  • Expanded SIPUtil API for dealing with SIP message content bodies. (VOLTE-4598)

Dependency updates

  • Update the Sentinel Common dependency to 2.7.0.5

2.7.0.6

  • Update SipMidCallPlayAnnouncement feature to use a unique leg name for each MRF dialog. This ensures a clean session UAC leg FSM is used for each announcement. (VOLTE-4811)

  • Fix SequentialForkedSDPMediation feature to send UPDATE upstream when called party confirms that preconditions are met. (VOLTE-4748)

  • Added support for playing a queue of early media announcements to SipPlayAnnouncement. As part of adding this functionality, the redundant internally used session state field 'FirstTriggerOnSession' has been removed.(VOLTE-4718)

  • Added support for playing a queue of mid call announcements to SipMidCallPlayAnnouncement (VOLTE-4811)

  • Update default configuration of DetermineCallType feature to check the Request-URI cause parameter and History-Info when determining if a call has been forwarded. (VOLTE-4583)

  • Update SipUtil to set SDP attribute current remote qos status to none for outgoing initial INVITEs (VOLTE-4821)

  • Update SipShortCode address list naming to bring it in line with provisioning standards. Any existing list entries will need to be migrated, see the Jira issue for details on how to do this. (VOLTE-4749)

  • Added announcement configuration to allow session termination on announcement failure. (VOLTE-4939)

Dependency updates

  • Update the Sentinel Common dependency to 2.7.0.4

2.7.0.3

  • Update the feature waiting API to allow a feature to indicate that it is waiting on more than one activity. (VOLTE-4673)

  • Fix a bug in the DetermineCauseCode feature where it would it would report the incorrect INVITE error response code. (VOLTE-4673)

  • Update SIPNormalization Feature to skip normalization of short codes. (VOLTE-4630)

  • Fix a bug in DiameterPerLegInfo so it can find the initial requested party. (VOLTE-4628)

  • Fix a NPE in SipMidCallPlayAnnouncement when playing an announcement to any party after the calling party has left the call. Now it creates the MRF INVITE from the played party initial INVITE instead of the calling party INVITE (VOLTE-4765)

Dependency updates

  • Update the Sentinel Common dependency to 2.7.0.3

2.7.0.2

  • Update to B2BUAScurFeature when credit reservation instructed, session also established if applicable. (VOLTE-4567)

  • Improve ExtractNetworkInfoFeature stats. (VOLTE-4532)

  • Update DiameterServiceInfo to set P-Access-Network-Info AVPs based on registration. (VOLTE-4531)

  • Fix SequentialForkedSDPMediation feature to send UPDATE downstream when called party requests confirmation that preconditions are met. (VOLTE-4551)

  • Fix an issue where the SipMidCallPlayAnnouncement feature could generate incorrect SDP. (VOLTE-4509)

  • Add additionalCallForwardingDetection configuration to Determine Call Type feature. (VOLTE-4495)

Dependency updates

  • Update the SIS dependency to 2.5.4.7

  • Update the Sentinel Common dependency to 2.7.0.2

2.7.0.1

  • Expanded SIPUtil API for dealing with SIP message content bodies. (VOLTE-4272)

  • Add support for handling SDP content embedded in multipart content bodies. (VOLTE-4272)

  • Reject requests with 500 if Refer-To header is invalid. (VOLTE-4061)

  • Update Sentinel Sip Configuration to include ISOCode, MCC, MNCs. (VOLTE-4430)

  • Add new feature ExtractNetworkInfo to extract the MCC and MNC from the signaling and 3rd party registration data. (VOLTE-4376) See Extract Network Info Feature.

  • Add new profile MobileCountryCodeInformation with MCC and MNCs from operators extracted from http://mcc-mnc.com. (VOLTE-4389)

  • Update Ro, Rf and AvpCDRs to include the OC-Visited-Network-MCC-MNC, OC-Access-Network-MCC-MNC and OC-IMSI-MCC-MNC when applicable. (VOLTE-4378, VOLTE-4390)

Dependency updates

  • Update the Ant XJC dependency to 1.1.2

  • Update the SIS dependency to 2.5.4.4

2.7.0.0

  • First release in the 2.7.0.x series.

New Capabilities

  • Add support for Diameter Rf out of the box. Rf support can be selected at install time. Rf support includes replay of buffered CDRs when the Charging Data Function is not available. Support for Rf is enabled by the Rf Control Resource Adaptor.

  • The Rf Control Resource Adaptor includes out-of-the-box Alarms.

  • AVPs used on the Rf interface are described in the Charging Information section of the Administration guide.

  • The Interim CDR Feature can now be configured use the Rf Control Resource Adaptor, as well as AVP CDRs.

  • Out-of-the-box Diameter AVPs for Ro and CDRs are now based on 3GPP Rel 12, rather than 3GPP Rel 8.13.0 as in earlier releases. Rf AVPs are Rel 12.

  • The Diameter Ro Resource Adaptor has been updated to the 3.1.0.x release series, enabling AVP version downgrade/upgrade between Rel 12 and older versions. The Ro Resource Adaptor can now be configured with a SLEE API version that is different to the "wire" protocol version for the OCS. Downgrading from Rel 12 is supported as far back as Rel 8.13.0. For further information refer to Diameter Resource Adaptors Changelog.

  • The Sentinel Registrar service has been re-written in terms of Sentinel SIP. This means 3rd Party Registration features are programmed the same way as other SIP features, simplifying development. In previous releases general 3rd Party Registration functionality was only available as part of Sentinel VoLTE and Sentinel IP-SM-GW applications. As of this release it is available in Sentinel SIP. For further information refer to Sentinel Registrar Overview and Concepts

Dependency updates

2.6.0.10

  • Update early media SipPlayAnnouncement feature to support forwarding calling-party UPDATE requests to the MRF. (VOLTE-4270)

  • Fix bug in SipAddressUtil where escaped '#' characters are not handled when extracting phone numbers from SIP URIs. (VOLTE-4173)

  • Update Diameter service information feature to record URI parameters in Called-Party-Address and Calling-Party-Address AVPs. (VOLTE-4174)

  • Update the Sentinel Common dependency to 2.6.0.9

2.6.0.9

  • Update early-media play announcement feature to allow an announcement to the calling party to be interrupted if the called party answers the call. (VOLTE-4188)

  • Update the Sentinel Common dependency to 2.6.0.8

2.6.0.8

  • Update SequentialForkedSDPMediation to copy Contact header from 183 into UPDATE on calling party leg (VOLTE-3948)

  • Update SequentialForkedSDPMediation to maintain consistent SDP session ID on calling party leg (VOLTE-3961)

  • Update SipPlayAnnouncement so that a consistent Record-Route is sent in all dialog-creating responses sent upstream (VOLTE-3925)

  • Update the Sentinel Common dependency to 2.6.0.7

2.6.0.7

  • Add documentation for the SDP Rewriter Feature.

  • Add I-CSCF configuration to the Sentinel SIP Service configuration (VOLTE-3785) This change enables features to not have their own I-CSCF configuration values. Features with their own I-CSCF configuration values still use those values.

  • Add support for precondition callflows to the Early Media Play Announcement feature (VOLTE-3609)

  • Enhance SDP conflict management to support static SDP payload types from RFC 3551 (VOLTE-3668)

  • Update the Sentinel Common dependency to 2.6.0.6

  • Update the SIS dependency to 2.5.4.3

  • Update the Rhino dependency to 2.5.0.2

2.6.0.3

  • Improved handling of payload type conflicts in SDP bodies (VOLTE-3425)

  • Improved handling of SDP bodies with differing numbers of media lines (VOLTE-3424)

  • Add support for handling SDP inside multipart/mixed SIP message bodies (STLUSSI-30)

  • Update the SIS dependency to 2.5.4.2

  • Update CGIN dependency to 1.5.4.2

  • Update the Sentinel Common dependency to 2.6.0.3

2.6.0.1

  • Add support for the OC-Session-Start-Time, OC-Session-Established-Time and OC-Session-End-Time AVPs to the AVP CDR features (VOLTE-3462)

  • Add a retry-after header to 500 error responses generated when an SDP offer is received whilst an offer is in progress (VOLTE-3408)

  • Update the REM dependency to 1.5.0.3

  • Update the Sentinel Common dependency to 2.6.0.1

2.6.0.0

2.5.0.0

  • Add new Diameter service information feature. See Diameter Service Info Feature.

  • Add feature that notes time of initial request and response. See Record Timestamps Feature.

  • Add DetermineChargingInfo feature. See Determine Charging Information Feature.

  • Update CDR RA dependency to 2.3.0.0.

  • The CDR feature in Sentinel SIP has been refactored to not use mappers and instead populate the CDR directly with values obtained from the session state. The legacy behaviour and CDR format have been turned into their own features. See AVP CDR Feature and Legacy CDR Feature for more information about the features.

  • The format of the CDRs that Sentinel SIP creates has changed. See CDR Formats

  • Added a new system feature SequentialForkedSDPMediation (STLSIP-1151)

  • Enhance the SDP Comparison Feature allowing it to ignore named legs. (VOLTE-2397)

  • In cases where a SIP UA sends a REFER request and does not respond to the triggered NOTIFY request, allow a subsequent NOTIFY to pass through the B2BUA. (VOLTE-2056, VOLTE-2267)

  • Update the Diameter dependency to 2.7.0.4 (STLCORE-47)

  • Update from Diameter Ro v8.2.0 to v8.13.0 (VOLTE-2228)

  • Fix a bug where the SDPMonitor feature incorrectly re-writes the session-id in SDP origin information. (STLSIP-1121)

2.3.1.17

  • Fix a bug related to re-writing the Event header of NOTIFY requests when Sentinel acts as a B2BUA. (STLSIP-1122)

2.3.1.16

  • Update Sentinel Common dependency to 2.3.1.16

  • Update SIS dependency to 2.5.2.21

  • Update HTTP RA dependency from 2.2.0.6 to 2.2.0.11

  • Fixed an issue where RFC3263 config properties were not passed through to the SIP stack. (SIS-1074)

  • Failed servers are no longer blacklisted when RFC3263 failover is disabled. (SIP-372)

2.3.1.15

  • Update Sentinel Common dependency to 2.3.1.15

  • Fix a set of bugs in the SIP stack where client DNS procedures were not being followed correctly according to RFC 3263 (SIP-253, SIP-314)

2.3.1.13

  • Update Sentinel Common dependency to 2.3.1.13

  • Update Diameter dependency to 2.6.0.15

  • Update SIS dependency to 2.5.2.20

2.3.1.12

  • Update Sentinel Common dependency to 2.3.1.12

  • Included SIP Example module-pack (STLPACK-40)

2.3.1.9

  • Update Sentinel Common dependency to 2.3.1.9

  • The B2BUA System Feature properly handles the Max-Forwards header. Out of the box feature execution scripts updated as appropriate

  • Update SipNormalizationFeature and SipSubscriberDetermination to use getAddressHeaders for P-Asserted-Identity (VOLTE-1862)

  • Performance improvements such that performance is on par with the 2.2.0.x series

2.3.1.8

  • Update Sentinel Common dependency to 2.3.1.8

  • Improve extraction of phone numbers from URIs

2.3.1.5

  • Update Sentinel Common dependency to 2.3.1.5

  • Fix a bug in the SIP Determine Network Operator module pack

2.3.1.0

  • Initial release of Sentinel SIP 2.3.1 series

  • Sentinel SIP is now capable of all uses of the ISC interface. For an overview of the enhancements please refer to Sentinel SIP Enhancements.

Previous page Next page