WebSphere brand IBM WebSphere IP Multimedia Subsystem Connector, Version 6.2

notifyIMSUserStateChange Web service method

This Web service method receives notification requests from the Sh subscriber profile Web service when the IMSUserState for the associated subscriber changes in the HSS.

Usage

This Web service method is used to receive notifications when the IMSUserState for the associated subscriber changes in the HSS. The possible values are shown in the following table:
Table 1. Return Values
Integer value User state
0 NOT_REGISTERED
1 REGISTERED
2 REGISTERED_UNREG_SERVICES

Example

public void notifyIMSUserStateChange(int newState, 
                                     String publicUserIdentity) 
                                     throws Exception {

   // application logic
}

Parameters

Parameter Name Type Description
newState int
One of the following integer values:
  • 0: NOT REGISTERED
  • 1: REGISTERED
  • 2: REGISTERED_UNREG_SERVICES
publicUserIdentity String

This parameter is the publicIdentity associated with the updated IMSUserState.

A subscriber is allocated one or more public user identities, which are created by the home operator. A public user identity is either a SIP URL (as defined in RFC 3261) or a TEL URI (as defined in RFC 3966) and helps route a SIP request. 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.