user_registered

Table of Contents

Description

Terminating a websocket connection from under an account user.

Table 1. System Characteristics

Class

Type

user_registered

Properties

Table 2. Properties
Specification Description

Name: user_id
Type: varchar
Blank value: — 

User ID.

Name: reason
Type: varchar
Blank value: — 

Reason for deleting registration:

  • 'expired_contact' - the connection registration time has expired, the extension has failed.

  • 'unregister_contact' - the connection is complete.

  • 'delete_contact' - the connection is complete.

  • 'delete_aor' - command to delete all subscriber registrations (e.g. account deleted).

Name: connection_id
Type: varchar
Empty value: — 

Websocket connection ID.

Name: session_id
Type: varchar
Empty value: — 

Authorization Session ID.

Name: app
Type: varchar
Empty value: — 

Client application ID if the application reported it.

Name: caps
Type: array(string)
Empty value: — 

List of connected capabilities (API modules supporting functionalities).

Name: peer_address
Type: varchar
Empty value: — 

IP address of the client node.

Name: peer_port
Type: integer
Empty value: — 

Client node port.

See also