Project

General

Profile

Feature #4349

Updated by neels over 4 years ago

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: 
 <pre> 
 mslookup 
  server 
   msc msc-1-2-3 
    service sip.voice at 1.2.3.4 5678 
 </pre> 

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

 <pre> 
   msc ipa-name ipa msc-1-2-3 
    service sip.voice at 1.2.3.4 5678 
 </pre> 

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

 <pre> 
   msc global-title XxXxXxXxX 
    service sip.voice at 1.2.3.4 5678 
 </pre> 

Back

Add picture from clipboard (Maximum size: 48.8 MB)