Collapse AllExpand All

14.12.4. Configuration Previous topic Parent topic Child topic Next topic

Calls to a Domain will be routed to a specific trunk based on the configuration via AMO CLIMA.
With AMO CLIMA, a mapping table can be configured with a DOMAIN-NUMBER, where NUMBER represents a preconfigured trunk access code.
Considering CLIMA is now the priority lookup, anyone using DNS names must differentiate internal SIP functions from URI domain dialing.
AMO LDPLN
  • For the new DOMAIN table, a DOMAIN NUMBERING PLAN has to be configured.
  • The 790 numbering plan in the LCR pool 8 will be reserved for the DOMAIN table.
ADD-LDPLN:LCRADM,790,8,20,"DOMAIN PATTERN PLAN";
INFO:
The 790 numbering plan in the LCR pool 8 is reserved for the DOMAIN table, therefore it must not be included by UPLOL in LDPLNS and LDPLN objects.
AMO CLIMA
  • A new TABLE named DOMAIN has been added for domain mapping.
  • The domain is mapped to a number which is a preconfigured trunk access code.
  • The calls to a specific domain will be routed to the configured trunk according to the DOMAIN-NUMBER pair configured with AMO CLIMA.
ADD-CLIMA:DOMAIN,ATOS.NET,101;
// the Domain ATOS.NET will be routed to preconfigured trunk access code 101     
   <ADD-CLIMA
TABLE = ?
TABLE           : TABLE TYPE
CHARACTERISTIC  : REQUIRED CONDITIONAL
POSS. VALUES    : DDI         DDI TABLE
                  CLI         CLI TABLE
                  DOMAIN      DOMAIN TABLE

TABLE = DOMAIN

DOMAIN = ?
DOMAIN          : DOMAIN; ALLOWED: 0..9,A-Z,A-Z,_,.,
CHARACTERISTIC  : REQUIRED
POSSIBLE VALUES : MAX. OF 63 POSITIONS

DOMAIN = ATOS.NET

NUMBER = ?
NUMBER          : TRUNK ACCESS CODE
CHARACTERISTIC  : REQUIRED
POSSIBLE VALUES : MAX. OF 22 POSITIONS
NUMBER = 101;
ADD-CLIMA:DOMAIN,ATOS.NET,101;
H500: AMO CLIMA STARTED
H04: DOMAIN HAS BEEN ADDED FOR DOMAINNO 6.

AMO-CLIMA-111 CLI MANIPULATION
ADD COMPLETED;



DIS-CLIMA:DOMAIN;
H500: AMO CLIMA STARTED
------------------------------------------------------------------------
| DOMAIN TABLE                                                         |
------------------------------------------------------------------------
| DOMAINNO : 1                                                         |
| DOMAIN   : ABA.COM                                                   | 
| NUMBER   : 100                                                       |
------------------------------------------------------------------------
| DOMAINNO : 6                                                         |
| DOMAIN   : ATOS.NET                                                  |
| NUMBER   : 101                                                       |
------------------------------------------------------------------------
| DOMAINNO : 7                                                         |
| DOMAIN   : SIEMENS.COM                                               |
| NUMBER   : 102                                                       |
------------------------------------------------------------------------

AMO-CLIMA-111 CLI MANIPULATION
DISPLAY COMPLETED
INFO:
For more information regarding the configuration of SIP URI, please see OpenScape Solution Set V10, OpenScape SIP URI Configuration Guide, Administrator Documentation.