M4 Local Number Portability

From Kolmisoft Wiki
Revision as of 10:31, 15 August 2022 by Admin (talk | contribs)
Jump to navigationJump to search

M4 Local Number Portability allows to connect to Local Number Portability (LNP) database and retrieve information about destination number local portability status (routing number).

LNP DB should be MySQL compatible, required DB fields are described in M4 settings page.

Intra/Inter/Indeter

Jurisdictional routing is telephone call routing logic based upon the locations of the calling and called number and regulatory considerations. Jurisdictional routing can be divided into three main parts:

  • Intrastate routing (Intra) - calls within the same state.
  • Interstate routing (Inter) - calls from one state to the other.
  • Indeterminate routing (Indeter) - calls where origination information cannot be determined (for example, calling number is not a valid number).

Jurisdictional routing is activated (activated means it can be enabled/disabled) once LNP Database is configured in M4 settings page.

Once LNP DB is configured, Jurisdictional routing can be enabled in the Origination Point settings.



Jurisdictional routing m4.png

Here you can select the appropriate Tariff and Routing Group for Intra/Inter/Indeter routes.



Work Flow

As you can see in the Configuration

The database should have 2 rows: key and value. In the example, these fields are named 'callnumber' and 'routingnumber'. You can name them as you like.

Example:

User dials number 123456789, this is 'callnumber'. The system looks by this number in the DB and let's say finds 'routingnumber': 123999999999. That means the system will match this 'routingnumber' with the inter/intra/indeter tariffs and bills the call accordingly based on the 'routingnumber'.

More information about Jurisdictional routing can be found in this whitepaper.