Modifying LNP Profile Settings
From TBwiki
Applies to version(s): v2.9, 2.10, 3.0
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.
2- Modify settings as required.
- Click Save
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