Context
The context of sis within the schema tree is shown. Italicised links are to other pages.
deployment-config:sentinel-volte (in sentinel-volte-gsm-config.yaml and sentinel-volte-cdma-config.yaml) sis unavailable-peer-list-timer-milliseconds failover-timer-milliseconds originating-address
SIS configuration.
unavailable-peer-list-timer-milliseconds
The duration for which a server will be blocked after a failure is detected. This avoids the RA trying to use the server immediately after a failure, when it is most likely just going to fail again. After this time has passed the failed server may be tried again on subsequent client transactions. If a server specifies a Retry-After duration in a 503 response, that value will be used instead.
Type uint64
- Value
 - 
a number in the range 0 or more
 - Default value
 - 
60000
 
failover-timer-milliseconds
Specifies the duration of the failover timer. If this timer expires before any responses were received, the RA treats this as a transport error and tries sending the request to the next available server. This timer should be set to a value smaller than the default Timer B and Timer F timers (32s) so that failures can be detected promptly. A value of zero disables this timer.
Type uint64
- Value
 - 
a number in the range 0 or more
 - Default value
 - 
4000
 
originating-address
Deprecated. Now set in scc.service-centralisation.inbound-ss7-address
Type sccp-address-type
- Description
 - 
A type representing an SCCP address in string form. The basic form of an SCCP address is:
type=<variant>,ri=<address type>,<parameter>=<value>,…where
<variant>isA7for ANSI-variant SCCP orC7for ITU-variant SCCP, and<address type>is one ofgtorpcssn(for an address specified by Global Title (GT), or Point Code (PC) and Subsystem Number (SSN), respectively).The
<parameter>options are:- 
Point code:
pc=<point code in network-cluster-member (ANSI) or integer (ITU) format> - 
Subsystem number:
ssn=<subsystem number 0-255> - 
Global title address digits:
digits=<address digits, one or more 0-9> - 
Nature of address:
nature=<nature>where<nature>isunknown,international,national, orsubscriber - 
Numbering plan:
numbering=<numbering>where<numbering>isunknown,isdn,generic,data,telex,maritime-mobile,land-mobile,isdn-mobile, orprivate - 
Global title translation type:
tt=<integer 0-255> - 
National indicator:
national=<true or false>.parameternames are separated from their values by an equals sign, and all<parameter>=<value>pairs are separated by commas. Do not include any whitespace anywhere in the address.Only the
ssnandnationalparameters are mandatory; the others are optional, depending on the details of the address - see below.Note carefully the following:
 - 
For ANSI addresses, ALWAYS specify
national=true, unless using ITU-format addresses in an ANSI-variant network. - 
For ITU addresses, ALWAYS specify
national=false. - 
All SCCP addresses across the deployment’s configuration must use the same variant (
A7orC7). - 
Be sure to update the SGC’s SCCP variant in
sgc-config.yamlto match the variant of the addresses.
For PC/SSN addresses (with
ri=pcssn), you need to specify the point code and SSN. For GT addresses (withri=gt), you must specify the global title digits and SSN in addition to the fields listed below (choose one option).There are two options for ANSI GT addresses:
 - 
translation type only
 - 
numbering plan and translation type.
There are four options for ITU GT addresses:
 - 
nature of address only
 - 
translation type only
 - 
numbering plan and translation type
 - 
nature of address with either or both of numbering plan and translation type.
Some valid ANSI address examples are:
 - 
type=A7,ri=pcssn,pc=0-0-5,ssn=147,national=true - 
type=A7,ri=gt,ssn=146,tt=8,digits=12012223333,national=trueSome valid ITU address examples are:
 - 
type=C7,ri=pcssn,pc=1434,ssn=147,national=false - 
type=C7,ri=gt,ssn=146,nature=INTERNATIONAL,numbering=ISDN,tt=0, digits=123456,national=false - 
type=C7,ri=gt,ssn=148,numbering=ISDN,tt=0,digits=0778899,national=false 
 - 
 - Value
 - 
a string with length 0 or more matching
(.,)*type=(A|C)7.and matching(.,)*ri=(gt|pcssn).and matching(.,)*ssn=[0-2]?[0-9]?[0-9].and matching.=.(,.=.)* 
