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.
Integer value | User state |
---|---|
0 | NOT_REGISTERED |
1 | REGISTERED |
2 | REGISTERED_UNREG_SERVICES |
public void notifyIMSUserStateChange(int newState, String publicUserIdentity) throws Exception { // application logic }
Parameter Name | Type | Description |
---|---|---|
newState | int | One of the following integer values:
|
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:
|