Project

General

Profile

Actions

Feature #4349

closed

msc identification in mslookup config: add 'ipa-name' keyword

Added by neels over 4 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
01/08/2020
Due date:
% Done:

100%

Spec Reference:

Description

currently, we identify all MSCs by IPA unit name. But we are already making provision in the code to be able to easily add future interop (think DIAMETER/MAP), by keeping the MSC identification as a union that may be extended with different kinds of MSC identification.

So we should also add an obvious switch in the mslookup config to be future proof:

Currently:

mslookup
 server
  msc msc-1-2-3
   service sip.voice at 1.2.3.4 5678

should probably add 'ipa-name' as keyword after 'msc':

  msc ipa-name msc-1-2-3
   service sip.voice at 1.2.3.4 5678

so that in the future, we could also have things like

  msc global-title XxXxXxXxX
   service sip.voice at 1.2.3.4 5678
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)