Versions Compared

Key

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

...

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a0c862eadf5e0163170affe7001b, userName='null'}
JIRAIDAUTHSBX-122444
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a0c8613a801e0161653d9e2d0027, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a0c8613a801e0161653d9e2d0027, userName='null'}


Panel

In this section:

Table of Contents


 Overview

Multiexcerpt include
MultiExcerptNameNotruf Overview
PageWithExcerptNotruf Emergency Call Support

Use the trunk group configuration for the SIP Notruf Profile to provide the information about the data provider. 

Command Syntax

Code Block
languagenone
% set profiles services sipNotrufProfile <profile_name>
	state 

...

<disabled | enabled>
	notrufProviderDetails providerid <providerid>
	notrufProviderDetails data-provider <data-provider>
	notrufProviderDetails provider-id-series <provider-id-series>
	notrufProviderDetails provider-contact-uri <provider-contact-uri>
	notrufProviderDetails provider-reference <provider-reference>
	notrufProviderDetails type-of-provider-data <type-of-provider-data>
	notrufProviderDetails customer-domain <customer-domain>
 
% show profiles services sipNotrufProfile <profile_name>

Command Parameters

The SIP Notruf Profile parameters are as shown:

Caption
0Table
1SIP Notruf Profile Parameters


Parameter

Length/Range

Description

provideridN/AThe id of the Notruf service provider.
data-providerN/AThe name of the Notruf service provider.
provider-id-seriesN/AIdentifies the issuer of the Notruf service provider.
provider-contact-uriN/AString that accepts the contact URI of the emergency service provider.
provider-referenceN/AString that accepts the reference of the emergency service provider.
type-of-provider-dataN/AString that provides the type of the emergency service provider.
customer-domainN/AString that accepts the domain of the emergency service provider.


Command Example

The following example creates an SIP Notruf profile.

Code Block
languagenone
set profiles services sipNotrufProfile <profile_name>
set profiles services sipNotrufProfile <profile_name> state <enabled/Disabled>
set profiles services sipNotrufProfile <profile_name> notrufProviderDetails providerid <providerid>
set profiles services sipNotrufProfile <profile_name> notrufProviderDetails data-provider <data-provider>
set profiles services sipNotrufProfile <profile_name> notrufProviderDetails provider-id-series <provider-id-series>
set profiles services sipNotrufProfile <profile_name> notrufProviderDetails provider-contact-uri <provider-contact-uri>
set profiles services sipNotrufProfile <profile_name> notrufProviderDetails provider-reference <provider-reference>
set profiles services sipNotrufProfile <profile_name> notrufProviderDetails type-of-provider-data <type-of-provider-data>
set profiles services sipNotrufProfile <profile_name> notrufProviderDetails customer-domain <customer-domain>
 
show profiles services sipNotrufProfile <profile_name>