WebSphere brand IBM WebSphere IP Multimedia Subsystem Connector, Version 6.2

notifySCSCFNameChange Web service method

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.

Usage

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.

Example

public void notifySCSCFNameChange(URI newURI,
                                  String publicIdentity)
                                  throws Exception {
        
    // application logic
}

Parameters

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:
  • sip:Alice.Smith@example.com:transport=tcp
  • sips:carol@ws1234.example.com
  • sip:+358-555-1234567;postd=pp22@example.com;user=phone
  • sip:alice;day=tuesday@example.com
  • tel:+919-123-4567
  • tel:+358-555-1234567;postd=pp22



Terms of use
(C) Copyright IBM Corporation 2009. All Rights Reserved.