This feature classifies a REGISTER request according to how it should be handled. For example, is this an ESRVCC registration scenario, or a regular registration scenario?
Determining the Registration type
The VolteDetermineRegistrationSessionType
analyses the Feature-Caps header:
-
If the
+g.3gpp.atcf
,+g.3gpp.atcf-mgmt
and+g.3gpp.atcf-path
parameters are present:-
the session is classified as eSRVCCRegistration;
-
-
Otherwise, the session is classified as Regular3rdPartyRegistration.
Details
Feature script name |
VolteDetermineRegistrationSessionType |
---|---|
Applicable contexts |
SIP service |
SAS Support |
No |
Prerequisite features |
Session state inputs and outputs
Feature responses
featureCannotStart() |
If the first-party REGISTER request does not contain a Feature-Caps header |
---|---|
featureHasfinished() |
Once the feature has finished |
Statistics
Parameter | … incremented if … |
---|---|
MissingFeatureCapsHeader |
If the first-party REGISTER request does not contain a Feature-Caps header |
ESRVCCRegistration |
The session is an eSRVCC registration scenario |
Regular3rdPartyRegistration |
The session is a regular third-party registration scenario |