Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

In this section:

Table of Contents
maxLevel4

 

SIP Generated Subscription Status

Active list of individual subscriptions for a list of SIP endpoints. All subscriptions present in the system display in the command results. Terminated subscriptions, however, are not included.

Command Syntax

Code Block
languagenone
> show table addressContext default sipGeneratedSubscriptionStatus

Multiexcerpt
MultiExcerptNameSIPGeneratedSubscriptionStatus

Command Parameters

Caption
0Table
1SIP Generated Subscription Status Parameters
3SIP Generated Subscription Status Parameters
ParameterDescription
id

Linked Registration Id (reg-info value) created for the registration session

packageName

Event package name

registrarIpAddress 

SIP registrar's IP address

extExpirationTime

The external expiration timer value in seconds

subscriptionState

Administrative state of the subscription

domainName 

The SIP subscriber's domain name

 

SIP Sub Count Statistics

Displays the SIP relayed subscription count statistics for the SIP endpoints or the node.

Command Syntax

Code Block
languagenone
> show table addressContext <addressContext_name> sipSubCountStatistics
	sipSubCountAttempts
	sipSubCountCumCompletions
	sipSubCountStable

Multiexcerpt
MultiExcerptNameSIPSubCountStatistics

Command Parameters

Caption
0Table
1SIP Sub Count Statistics Parameters
3SIP Sub Count Statistics Parameters
ParameterDescription
name

Name of the subscription.

sipSubCountAttempts

Number of SIP relayed subscription attempts.

sipSubCountCumCompletions 

Accumulative number of completed SIP subscription attempts.

sipSubCountStable 

Current number of stable SIP subscriptions.

SIP Subscription Count Statistics

Displays the SIP relayed subscription count statistics for the SIP endpoints or node.

Command Syntax

Code Block
languagenone
> show table addressContext <addressContext_name> sipSubscriptionCountStatistics
	sipSubscriptionCountAttempts
	sipSubscriptionCountSuccessful
	sipSubscriptionCountActive
	sipSubscriptionCountPending
	sipSubscriptionCountFailed

Multiexcerpt
MultiExcerptNameSIPSubscriptionCountStatistics

Command Parameters

Caption
0Table
1SIP Subscription Count Statistics Parameters
3SIP Subscription Count Statistics Parameters
ParameterDescription
name The name of the SIP subscription.

sipSubscriptionCountAttempts

The number of SIP subscription attempts for this address context.

sipSubscriptionCountSuccessful

The accumulative number of completed/successful SIP subscriptions for this address context.

sipSubscriptionCountActive

The current number of active SIP subscriptions for this address context.

sipSubscriptionCountPending

The number of pending SIP subscriptions for this address context.

sipSubscriptionCountFailed

The total number of failed SIP subscriptions for this address context.

SIP Subscription Status

The active SIP subscription status for a list of SIP endpoints.

Command Syntax

Code Block
languagenone
> show table addressContext <addressContext_name> sipSubscriptionStatus

Multiexcerpt
MultiExcerptNameSIPSubscriptionStatus

Command Parameters

Caption
0Table
1SIP Subscription Status Parameters
3SIP Subscription Status Parameters
ParameterDescription
callId 

Caller ID that uniquely identified the relayed subscription.

expirationTime 

The expiration timer value in seconds.

nextHopIpAddress 

Next hop TSAP IP address.

nextHopPortNum 

Next hop TSAP UDP port number.

origEPDomain

Originating endpoint contact host.

previousHopIpAddress

Originating endpoint's IP Address.

previousHopPortNum 

Originating endpoint's UDP port number.

serverDomainName  The SIP subscription server's domain name as received in contact header of 200 OK for SUBSCRIBE.

state 

The subscription state of the endpoint. (active | expired | initiating | null | terminated)

Pagebreak