This Web service method receives notification requests from the Sh subscriber profile Web service when the address of the Serving Call Session Control Function (S-CSCF) allocated to the subscriber changes in the HSS. Notifications can be received for both S-CSCF modifications and deletion.
This Web service method is used to receive notifications when the address of the Serving Call Session Control Function (S-CSCF) allocated to the subscriber changes in the HSS. The new URI of the S-CSCF and the associated publicIdentity are sent in the notification request. If the S-CSCF has been deleted by the HSS, the newURI parameter will be null.
public void notifySCSCFNameChange(URI newURI, String publicIdentity) throws Exception { // application logic }
Parameter Name | Type | Description |
---|---|---|
newURI | URI | The modified URI of the updated Serving Call Session Control Function (S-CSCF) received from the HSS notification request. If the S-CSCF has been deleted by the HSS this parameter will be null. |
publicIdentity | String | This parameter is the publicIdentity associated with the updated SCSCFName. Specifies the public user identity or public service
identity. This can be either a SIP URL or a TEL URL. Example:
|