Pre-Submission Checklist

Type Of Change

Checklist:

Description

The function isc_match_filter uses a local variable "firstflag",
to handle the case of an HSS based terminating unregistered service.

In that case, the S-CSCF exchanges SAR/SAA with the HSS in order
to learn the subscription data and the iFC for an unregistered
user or for a PSI.

The firstflag is necessary to make a distiction between the
FAILURE ROUTE that is used for this case and the FAILURE ROUTE
that is used for transaction failure towards the AS.

The error is, the firstflag is set for the latter case, too,
which leads to a wrong handling of communication errors towards
the AS.

This PR introduces a new function that looks for the old
ISCMARK in the lumps of the stored message and hence can make a
distinction between the SAR/SAA case and the AS failure case.


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/4018

Commit Summary

File Changes

(3 files)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/4018@github.com>