Modify LNP profile D

From TBwiki
(Difference between revisions)
Jump to: navigation, search
m
m
Line 1: Line 1:
=== '''''Applies to version(s): v2.9, v2.10, v3.0''''' ===
+
=== '''''Applies to version(s): v2.9, v2.10, v3.0, v3.1''''' ===
 
{{DISPLAYTITLE:Modifying LNP Profile Settings}}
 
{{DISPLAYTITLE:Modifying LNP Profile Settings}}
  

Revision as of 08:55, 1 May 2019

Applies to version(s): v2.9, v2.10, v3.0, v3.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