Actions

Add NOA Columns in Routes D: Difference between revisions

mNo edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9, v2.10''''' ===
{{DISPLAYTITLE:Add NOA Columns in Routes}}
{{DISPLAYTITLE:Add NOA Columns in Routes}}
{| class="wikitable"
|-
|rowspan="3"|This article applies to:
|'''Product'''
|'''Version'''
|-
|Tmedia
|3.0, 3.2, 3.3
|-
|SBC
|3.1, 3.3
|}


1- Click '''Routes''' in the navigation panel
1- Click '''Routes''' in the navigation panel.


[[Image:CreateCallRoute_0.png]]
[[Image:CreateCallRoute_0.png]]


2- Click '''Create New Route Column''' on the static routes page
2- Click '''Create New Route Column''' on the static routes page.


[[Image:AddNoAColumns_00.png]]
[[Image:AddNoAColumns_00.png]]




3- Create 2 New Route Column: '''calling_noa''' and '''called_noa'''
3- Create 2 New Route Columns: '''calling_noa''' and '''called_noa'''.


* Enter a '''name''' for the column  
* Enter a '''name''' for the column  
* Type Attributes: text
* Type Attributes: text
* Default: leave it blank or give a value from the valid values of NOA (see 4. on below page).
* Default: leave it blank or give a value from the valid values of NOA (see below).


[[Image:AddNoAColumns_0.png]]
[[Image:AddNoAColumns_0.png]]
Line 21: Line 32:
[[Image:AddNoAColumns_1.png]]
[[Image:AddNoAColumns_1.png]]


4- Valid values for NOA:
'''Valid values for NOA'''
* unknown_number
* unknown_number
* international_number
* international_number
Line 44: Line 55:




<div class="mw-collapsible mw-collapsed" data-collapsetext="Northbound Interface" data-expandtext="Northbound Interface" style="width: 400px;">
<div class="mw-collapsible mw-collapsed" data-collapsetext="Northbound Interface" data-expandtext="Northbound Interface" style="width: 700px;">


'''Path'''
'''Path'''

Latest revision as of 12:57, 22 June 2024

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

1- Click Routes in the navigation panel.

2- Click Create New Route Column on the static routes page.


3- Create 2 New Route Columns: calling_noa and called_noa.

  • Enter a name for the column
  • Type Attributes: text
  • Default: leave it blank or give a value from the valid values of NOA (see below).

Valid values for NOA

  • unknown_number
  • international_number
  • national_number
  • subscriber_number
  • network_specific
  • network_routing_national_format
  • network_routing_international_format
  • abbreviated_number
  • subscriber_number_operator_requested
  • national_number_operator_requeste
  • international_number_operator_requested
  • no_number_present_operator_requested
  • no_number_present_cut_through_call_to_carrier
  • test_line_test_code
  • non_unique_subscriber_number
  • non_unique_national_number
  • non_unique_international_number
  • call_950_number
  • national_number_with_transit_network_selection
  • international_number_with_transit_network_selection


Path

/configurations/@[configuration_name]/route_columns/@[route_column]

Parameters (text)

/configurations/@[configuration_name]/route_columns/@[route_column]
default_value   = ""
name            = "@[route_column]"
type_attributes = "text"

Parameters (json)

{
  "default_value" : "",
  "name" : "@[route_column]",
  "type_attributes" : "text"
}