All Downloads are FREE. Search and download functionalities are using the official Maven repository.

help.sccp_address_modify.txt Maven / Gradle / Ivy

There is a newer version: 8.0.112
Show newest version
Name
	sccp address modify

SYNOPSIS
	sccp address modify    
	   
	stackname 

DESCRIPTION
	This command is used to modify the values of an address
	previously defined.

PARAMETERS

	Standard Parameters                     
                                              
				-	Identifier of the address to be modified.

		-	The address indicator is the first field in a SCCP 
					Party Address (called/calling) and is one octet in
					length. Its function is to indicate which
					information elements are present so that the 
					address can be interpreted. In other words, it 
					indicates the type of addressing information that 
					is to be found in the address field. The 
					addressing information from the original global 
					title is then compared with the passed address
					information to match the rule. 

					SCCP ADDRESS INDICATOR
					--------------------------------
					| 8 | 7 | 6 | 5 | 4 |3 | 2 | 1 |
					--------------------------------

					Bit '1'     : PC Indicator              
						      (1 = included)

					Bit '2'     : SSN Indicator             
						      (1 = included)

					Bit '3 - 6' : GT Indicator		
						      (0000 = GT not included)
						      (0001 = GT includes 
							      Nature of Address)
						      (0010 = GT includes
							      Translation Type)
						      (0011 = GT includes 
							      Translation Type, 
							      Numbering Plan and 
							      Encoding Scheme)
						      (0100 = GT includes 
							      Translation Type, 
							      Numbering Plan and 
							      Encoding Scheme and
							      Nature of Address)

					Bit '7'     : Routing Indicator 	
						      (0 = Route on GT, 
						      1 = Route on PC + SSN)	

					Bit '8'     : Reserved for National use.

			-	MTP Signaling Point Code. This is ignored if 
					Bit '0' of address-indicator is not set.

		-	This is ignored if Bit '1' of address-indicator is 
					not set.

		-	This is ignored if GT Indicator is 0000 or 0001.

					TRANSLATION TYPE VALUES
	
					Value		Description
					----------------------------------	
					0		Unknown

					1  - 63		International Service

					64 - 127	Spare

					128 - 254	National Network Specific

					255		Reserved for Expansion

		-	The Number Plan (NP) field specifies the numbering
					plan which the address information follows. This
					is ignored if GT Indicator is 0000, 0001 or 0010.

		-	The Nature of Address Indicator (NAI) field 
					defines the address range for a specific numbering 
					plan. This is only used if GT Indicator is 0100.

			-	The global title address information to translate 
					to. Specified as string of digits divided into 
					subsections using separator '/' depending on if 
					the mask contains separator or not. 
					The digits string can contain:  

					DIGIT PATTERN
					
					Value		Description
					----------------------------------	
					-		padding - ignored

					/		separator used to split the digit 
							pattern into sections. 
							Each section is processed 
							differently as specified by the 
							mask parameter in the 
							'sccp rule create' command.
							
	Optional Parameters
						
		-	Name of the stack on which this command is executed. 
					If not passed, the first stack configured in ShellExecutor
					will be used.							

SEE ALSO
	sccp sap create, sccp sap modify, sccp sap delete, sccp sap show, 
	sccp dest create, sccp dest modify, sccp dest delete, sccp dest show, 
	sccp rule create, sccp rule modify, sccp rule delete, sccp rule show, 
	sccp address create, sccp address delete, sccp address show, 
	sccp rsp create, sccp rsp modify, sccp rsp delete, 
	sccp rsp show, sccp rss create, sccp rss modify, sccp rss delete, sccp rss show, 
	sccp lmr create, sccp lmr modify, sccp lmr delete, sccp lmr show, sccp csp create, 
	sccp csp modify, sccp csp delete, sccp csp show, sccp get, sccp set




© 2015 - 2024 Weber Informatics LLC | Privacy Policy