Modify LNP profile D

From TBwiki
(Difference between revisions)
Jump to: navigation, search
m
 
Line 1: Line 1:
=== '''''Applies to version(s): 2.9, 2.10, 3.0, 3.1, 3.2''''' ===
 
 
{{DISPLAYTITLE:Modifying LNP Profile Settings}}
 
{{DISPLAYTITLE:Modifying LNP Profile Settings}}
 
+
{| class="wikitable"
 +
|-
 +
|rowspan="3"|This article applies to:
 +
|'''Product'''
 +
|'''Version'''
 +
|-
 +
|Tmedia
 +
|2.9, 2.10, 3.0, 3.2
 +
|-
 +
|SBC
 +
|3.0, 3.1
 +
|}
  
 
Local Number Portability" (LNP) enables switching and terminating equipment to know how best to route a call to its destination. For further information about LNP, refer to [[Local_Number_Portability|Local Number Portability]].
 
Local Number Portability" (LNP) enables switching and terminating equipment to know how best to route a call to its destination. For further information about LNP, refer to [[Local_Number_Portability|Local Number Portability]].

Latest revision as of 14:20, 25 November 2020

This article applies to: Product Version
Tmedia 2.9, 2.10, 3.0, 3.2
SBC 3.0, 3.1

Local Number Portability" (LNP) enables switching and terminating equipment to know how best to route a call to its destination. For further information about LNP, refer to Local Number Portability.

To modify LNP profile settings:

1- Click LNP Options in the Editing Profile window, to display the customizable options.

ProfileLnp 0.png


2- Modify settings as required.

  • Click Save

ProfileLnp 1.png


Path

/configurations/@[configuration_name]/profiles/@[profile_name]

Parameters (text)

/configurations/@[configuration_name]/profiles/@[profile_name]
name                            = "@[profile_name]"

/configurations/@[configuration_name]/profiles/@[profile_name]/lnp_options
incoming_lnp_mode = "Terminate LNP"
outgoing_lnp_mode = "No LNP insertion"

Parameters (json)

{
"lnp_options" : {
    "incoming_lnp_mode" : "Terminate LNP",
    "outgoing_lnp_mode" : "No LNP insertion"
  }
}


List of Parameters

LNP Options

Personal tools