Introduction

Carrier networks are more complex than ever, combining a multitude of networks elements of different origins. The routing logic is then often spread over this equipment due to (mainly) historical reasons. This makes the global routing configuration, the related troubleshooting or other maintenance activities extremely complicated. It can also slow down the development of new fatures and services.

Netaxis Solutions has developed the Session Routing Engine (SRE) to drastically simplify this routing challenge. SRE is a centralised, carrier-grade and multi-protocol routing platform for voice and other type of sessions.

SRE: Centralised routing engine

The platform features in a nutshell:

  1. The SRE centralizes routing decisions in a VoIP (or other SIP based) network
  2. The platform is multi-protocol and support triggers via SIP, ENUM and HTTP
  3. The distributed architecture assures local and geo redundancy while scaling up to thousands of CAPS
  4. It provides the service provider a GUI to create, test and release new routing logics. Several nodes are available to analyze, query and manipulate
  5. This flexibility is extended to the implementation of the supporting data model. External data sources can complement this internal database. They are queried via ENUM, HTTP (Restful API calls)
  6. The SRE is a software only solution. It runs on a standard virtualized hardware or in a container environment. It can also be consumed as a SaaS product.

Scalable Design

High Level Architecture

The client – e.g. the SBC or any other call control equipment - asks the SRE which routing policy should be applied. The SRE receives the request, applies the service logic to provide the client with the routing information. Based on this answer, the client routes the call to the correct destination. Different types of interfaces are exposed: SIP, ENUM and HTTP. Specifically for SIP, the SRE can act as a proxy. The SRE receives a SIP request from another network equipment. It applies the service logic and proxies the request to the correct destination, also providing its next hop any required information useful to reach the final destination.

High level architecture

The service logic is defined via a GUI. The execution of the service logic is supported by the data stored in an internal database. External data sources are queried via DNS/ENUM, Diameter, HTTP JSON, HTTP XML. LDAP (Active Directory) queries are possible as well to support use cases for enterprise customers.

The system supports the integration in the service provider BSS and OSS IT systems in different ways:

  • The internal database of the SRE comes with a set of APIs to provision the data. GET/PUT/POST and DELETE operations are supported. This possibility comes on top of the manual provisioning or bulk provisioning via CSV files
  • The SRE creates Call Detail Records (CDR) for billing and reporting purposes. The call information includes called and calling party, call duration..., the CDRs comes with a default format including 50 fields. They can be customized by adding or modifying fields via the service logic, using information from signalling as well as from the data model. The Ro-interface was also added to support on-line billing
  • The SRE generates SNMP for performance and alarm monitoring

SRE Building Blocks

The SRE has two types of building blocks.

The Element Manager (typically one active and one standby), is providing the GUI, the master DB with API’s to manipulate the data, the system configuration, CDRs logs and stats.

Several Call Processors process the actual routing requests from the call control, based on a local copy of the master DB. They keep track of the peer SIP agents’ availability by probing via OPTIONS messages. Logs, call tracing information and stats are sent to the Element Managers.

SRE building blocks

The CPs are self-contained call processing instances. The number of call processors depends on the capacity needs (expressed in Call Attempts per Second or CAPS), redundancy and the size of the supporting virtual machines. This allows the SRE to scale horizontally into the thousands of CAPS. The system recovers from an infrastructure failure without call impact. Typically, the platform is designed in a N+1 mode in two datacentres and as such is protected against local infrastructure failure or even the outage of a complete datacentre (geo-redundancy). Further decentralisation is possible either to reduce the cost of redundancy or to increase the proximity with the call control, e.g. in the case of a SIP trunking scenario.

Unlimited Routing Capabilities

Service Logic

The service provider creates the service logic in a graphical way via the Service Logic Editor. The creation of the logic is done by linking various nodes, each of them performing operations such as:

  • Analysing and manipulating SIP messages
  • Combining information, stored in variables, from the original request with data from the internal DB tables and/or external systems
  • Ultimately deciding when to relay the call, to block or crankback instead

Service Logic Editor

The service provider thus defines a service logic combining e.g. call blocking for blacklisted customers or incorrect incoming SIP headers, emergency call handling, least cost routing, number translation, codec-based routing etc. Some use cases are illustrated further in this document. The service logic can be applied on any SIP method (e.g. INVITE, NOTIFY, ...) as well as SIP provisional responses.

The ease of interfacing with existing IT systems through various protocols ensures that the SRE can seamlessly adapt to the current service provider infrastructure, data, and business practices, rather than requiring the infrastructure to adapt to it. This flexibility empowers service providers to leverage their existing systems and practices while integrating new technologies and capabilities.

The service provider validates the new or adapted service logic in the GUI. The built-in simulation tools remove the need for any long and tedious real-call testing. A simulation timeline shows the status of variables at each step in the service logic and the time needed to execute the actual step. Test cases are saved as a baseline for future validations. The service logic is released in production after a successful validation. Rolling back is always possible with a simple click.

Data Model

The service logic execution is supported by a data model that can be fully customized and managed by the service provider. This is done via the Data Model Editor. This function allows defining tables, their different columns and their relationship.

Information like customer ID and names, phone numbers, trunk groups, number portability prefixes are examples of data that the service provider typically stores in the SRE. Fields can be of the type of text, integer, float, boolean. They can be nullable or assume a default value. Along with the fields definition you can add constraints enforced at DB level. For each table, you can enable .csv import and export for batch provisioning.

Data model editor

This process is not static. When a data model version is created and then activated, the GUI as well as other provisioning interfaces - being the REST API and bulk provisioning - are adapted to provide the needed provisioning interfaces automatically. Every time a Data Model definition is saved through the editor, a new version of the Data Model is available to be activated (without impact on the service). Older versions are stored to allow for roll-back operations.

While most equipment forces the service provider to adapt its provisioning model to the configuration-based nature of the voice equipment, the SRE can be adapted to match the existing service provider provisioning model. This flexibility allows the transition from configuration-based routing to data-driven routing, where provisioning modifications are immediately reflected in the applied routing.

SIP Services

Call Admission Control (CAC) determines whether to accept or reject a new call, ensuring quality of service, resource assessment, and policy enforcement. It uses identity information extracted from the protocol or data provisioned in the internal DB as criteria to monitor active calls and manage thresholds effectively.

The SIP registrar functionality enables the handling of the registration of SIP devices, storing dynamic device location information in an internal location database. This process ensures that devices are properly registered and can be easily located within the network, facilitating efficient call routing and user mobility.

Conversely, surrogate registration allows the SRE to function as a SIP registration client for other equipment, registering on behalf of users or devices. This is particularly beneficial when users lack the capability to register themselves, when the topology changes dynamically, or under other constraints. In this role, the SRE acts as an intermediary node, concealing the potentially dynamic topology of end-users behind itself.

STIR/SHAKEN is a framework of standards and protocols designed to combat caller ID spoofing and enhance the security of telephone networks. For originating service providers, an authentication service can be built using the SRE. This service generates a proper Identity header and adds it to the outbound SIP message. Similarly, for terminating service providers, a verification service can be implemented. The SRE extracts the Identity header from the received INVITE message and validates it. All necessary building blocks are available to handle certificates, public/private keys, and interface with external repositories.

Operational Excellence

Deployment

On-Premise Deployment

SRE is a software only solution. It runs on virtual machines or on a container-based environment. Netaxis supports installations on dedicated COTS hardware as well. Dimensionning of the underlying infrastructure will be done with the Netaxis staff based on traffic expectations.

Virtual machine deployment

Container deployment

As a Service

Service providers and Enterprises can also subscribe to the SREaaS product operated by Netaxis. This platform can host new customers without the need for them to deploy any software. This translates into a capex reduction and a quicker time to market. In addition, it removes the needs, for the Service Provider or Entreprise, to maintain and secure the lower layers (virtualization, OS, etc.) since Netaxis will take care of those.

The onboarding includes the setup of a SIP trunk connection to the cloud front-end, the design and setup of a dedicated data model and service logic (done by the customer or with the support of Netaxis). The will access a dedicated GUI where Data Model and Service Logic can be edited, exactly in the same way as in an on-prem deployment.

Management

The SRE offers an administrator portal. On top of the service logic and data model editor explained above, the GUI offers a status service and statistics dashboard, alarming and extensive logging capabilities. Furthermore, it allows for in-GUI call simulation which dramatically reduces the time to find the point in the Service Logic where the issue may show up.

The statistics framework provides in-depth insights into service logic performance, system usage, and the health of underlying subsystems. This allows the service provider to monitor platform performance in real-time, ensuring optimal operation and swift identification of any issues.

The logging and tracing capabilities enable the capture of network calls, facilitating the identification of potential issues directly from the GUI. Activation occurs based on predefined criteria, enabling call-per-call activation without overloading the system. This streamlined approach ensures efficient troubleshooting and maintenance while minimizing system strain.

The CDR post-processing engine facilitates additional processing on completed CDRs, including augmenting call metadata with data from external systems or rating CDRs based on their duration and characteristics, supporting various business needs.

Role-Based Access

SRE users are created with a username and password for local authentication and are assigned a role. As an alternative, users can be authenticated against an Active Directory as well. Roles are defined into profiles granting access rights (Read-Edit-None). Depending on the access rights granted to the role a user has been assigned, some items might not be visible for that user. The fine-grained access rights system ensures that the users can only access parts of the service logic and data provisioning that their role grants them access to.

The auditing capabilities allow the service provider to monitor all actions taken on the system, ensuring compliance and enhancing security. This detailed tracking helps identify and address potential issues, supports regulatory adherence, and provides a clear audit trail for accountability.

Dual Database

SRE natively comes with a dual version of its internal databases hosting the data (numbers, trunk info, ...). When it comes to provisioning of massive quantity of data, or testing of a new provisioning platform using APIs, the standby version of the DB can help avoiding any impact on the data set supporting the running service logic.

Dual database

Multiple Use Cases

Our customers are using SRE for a huge variety of use cases. The following examples from live customers are just illustrative and intended to show SRE's flexibility. We are happy to hear about your own routing challenges.

SIP Trunking Offering

In many networks, SIP trunking is simply offered using class 4 routing between SBC’s. Call screening is not in place – which opens the doors to fraud. All provisioning actions are done manually.

SRE is introduced to connect the existing SBCs and centralize the routing intelligence. The SBCs will send an INVITE to the SRE for each of the incoming or outgoing calls. SRE will then perform Several carious actions such as screening of trunks and CLI, SIP header manipulations, call admission control, crankback...

As such the SRE takes the role of a light SIP trunking application server:

  • Block the call if the CLI of the outgoing call if the number does not belong to the range attributed to the customer, when the number of the calls exceeds the maximum CAC-value for that customers or when the customer is marked a ‘bad payer’
  • Change the FROM and PAI when needed
  • Choose an alternative trunk group when the primary trunk group fails or is congested

Differentiated originating and terminating services

The service provider may want to offer different services to its customer in a easy to configure way. SRE can offer such a flexibility by having its service logic entirely data drive:

  • A datamodel is designed to provision customers, available services (including trunks to reach them) and the link between customers and services
  • When a new call is received, the service logic screens the CLI to get the list of services to apply: it inserts a new SIP header with the services already triggered
  • Once all originating services have been applied, SL checks the callee to get the list of terminating services to apply
  • Call then continues to core network or customer

Sequence diagram for differentiated services

Outbound Routing - Number portability check

A service provider is relying on one transit partner to route all outbound traffic to the other service providers in the country. The local regulator requires that the service provider performs a number portability check and adds a routing prefix before the call is actually routed to the partner.

The service provider maintains a table of the internal SRE DB in synchronization with the central number portability database of the country, mapping each phone number with the corresponding service provider. Another table is available to map the service provider with the routing prefix and the SIP domain.

In case of an outbound call, the interconnect SBC will trigger the SRE and will send a 302 Redirect message with Contact: sip:<RoutingPrefix><NSN>@olo_x.com (the format is configurable in all its parts).

Later, the same service provider wants evolve its network and to save on transit costs. He then decides to interconnect with the three largest service providers in the country. The above logic can then be enriched with the SRE returning a 302 redirect message pointing to the right direction – either the 3 main olo’s directly connected to the service provider, or the transit service provider

Inbound Routing

A service-provider-1 has 3 call control platforms delivering Class5 services. Today, the inbound call routing to the right platform is performed via the SBC itself. It requires the definition of local routing tables on the SBC. service-provider-1 wants to partner with a new service-provider-2. service-provider-2 will bring in a new call control platform. Inbound and outbound call of both service providers will go through the same SBC.

However, service-provider-1 does not want to grant service-provider-2 acces to its SBC to define its own LRT. Instead, the SBC will be connected to a SRE. Dedicated local routing tables will be defined for each service provider. Using the role-based access feature of the SRE, the view of service-provider-2 is limited to their own tables only. This assures that inbound traffic as well as the traffic between both service providers is handled safely.

Microsoft Teams Direct Routing

Many service providers do have a Microsoft Teams Direct Routing offering. The phone system of the customer’s Teams tenant is connected to a SIP trunk via SBCs in the data centers of the service provider. This allows PSTN to Teams calls to be established. On top of the basic direct routing, the service provider enriches the service with e.g. a fax service, voice recording, some kind of fixed mobile convergence or a fallback to mobile should Microsoft Teams connection fail.

Each customer requires a specific routing configuration on the SBC. To do so, a manual SBC provisioning is feasible as long as the number of customers remains limited. In order to scale this offering, some automation is required. The SRE offers a way to abstract the complex routing logic from the SBC thanks to its predefined service logic and the presence of a datamodel based on customized information such as customers, users, number and services (instead of routing based on static concepts like trunkgroups and routing prefix). This abstraction is certainly needed in case the direct provisioning routing is to be automated.

Centralised Routing in a Carrier Network

One Carrier runs multiple TDM/VoIP platforms, one per country, each of them configured and patched over time to (try and) follow a consistent business logic when it comes to call routing. The Carrier decides to centralize the routing logic to a more modern and dynamic platform in order to solve its network fragmentation and allow for future-proof services, while ensuring the classic Least Cost Routing logics.

It does so using the following architecture:

  • Local SREs are deployed in each country.
  • A central SRE is deployed to hold the common routing logic.
  • The local SREs interrogates the central one for every call call. An HTTP query is sent from the local SRE to the central one to get the routing decision for the local call.
  • The central SRE applies its service logic, queries other IT systems (bridging the gap between voice and IT) and returns all data to the local SRE.
  • The Local SRE adds metadata to generate the correct accounting CDRs.

Sequence diagram for centralised routing

The available REST APIs on SRE are now used to provision the platform, hence reducing the OSS/BSS complexity and troubleshooting needs. Finally, running the platform on a virtualized environment allows the Carrier to more easily scale by adding new VMs, thus reducing the time for network growth, with automatic scaling up/down in the product radar.

Simple Licensing Model

SRE is licensed in a simple and transparent way. One SRE license allows the SRE to manage one CAPS of traffic. The basic SRE license gives access to most SRE features with a few optional features requiring specific add-on licenses. Those are described below.

ReferenceLicense nameDescriptionType
SRE-LIC-BASICSRE Basic Licenses (SIP)Basic SRE license required to run SRERequests/sec
SRE-LIC-ENUM-DNS-CLIENTSRE Option ENUM/DNS ClientRequired to perform ENUM or DNS requestsOn/Off
SRE-LIC-CACSRE Option CACRequired to perform Call Admission controlOn/Off
SRE-LIC-FLEX-ACCOUNTINGSRE Option Flex AccountingRequired to customize the default CDROn/Off
SRE-LIC-LDAP-ADSRE Option LDAP/ADRequired to connect to a LDAP / AD directoryOn/Off
SRE-LIC-HTTPSRE HTTP LICENSERequired for the SRE to be able to process HTTP requestsRequests/sec
SRE-LIC-ENUM-SERVERSRE ENUM SERVER LICENSERequired for the SRE to be able to process ENUM requestsRequests/sec