You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In this section:

 

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

> show table addressContext default sipGeneratedSubscriptionStatus

Command Parameters

SIP 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

> show table addressContext <addressContext_name> sipSubCountStatistics
	sipSubCountAttempts
	sipSubCountCumCompletions
	sipSubCountPending
	sipSubCountStable
	sipSubCountTotal

Command Parameters

SIP 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.

sipSubCountTotal

Total number of current SIP subscriptions (sipSubCountAttempts + sipSubCountCumCompletions).

NOTE: At present, the parameter sipSubCountTotal is not supported and will return “0”.

SIP Subscription Count Statistics

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

Command Syntax

> show table addressContext <addressContext_name> sipSubCountStatistics
	sipSubCountAttempts
	sipSubCountCumCompletions
	sipSubCountPending
	sipSubCountStable
	sipSubCountTotal

Command Parameters

SIP Subscription 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.

sipSubCountTotal 

Total number of current SIP subscriptions (sipSubCountAttempts + sipSubCountCumCompletions).

NOTE: At present, this enum is not supported and will return “0”.

SIP Subscription Status

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

Command Syntax

> show table addressContext <addressContext_name> sipSubscriptionStatus

Command 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)

 

  • No labels