12.2. CTI Routing configuration

Calls directed to the GSM/UMTS gateway are routed in transparent mode.

12.2.1. CTI Routing table configuration

Assume that:

  • Abilis has the following CTI ports configuration: ports 31 and 32 are toward the PBX, ports 33 and 34 toward the ISDN lines and ports 501 and 502 toward GSM/UMTS gateway.

Type the following command to verify ctig configuration:

[18:12:13] ABILIS_CPX:d ctig

----------------------------------+------------------------------------------------
ID: [DESCR:]
    S: R:                 MC: P:  |P1       P2       P3       P4       P5       ...
                                  |...      P62      P63      P64
    [Px:         CDO:  CGO:  SDO:  SGO:  RGO:  SP:  CODERS:  DJ:  MJ:  T301:      ]
----------------------------------+------------------------------------------------
0   [Iax/Sip/Disa/Vo group (Read Only)]
    R  ST                 MAX NO  |Iax      Sip      Disa     Vo       .        
----------------------------------+------------------------------------------------
1   [PBX_group]
    R  ST                 MAX NO  |31       32       .        .        .        
----------------------------------+------------------------------------------------
2   [ISDN_line_group]
    R  ST                 MAX NO  |33       34       .        .        .        
----------------------------------+------------------------------------------------
3   [GSM_group]
    R  ST                 MAX NO  |501      502      .        .        .        
----------------------------------+------------------------------------------------

12.2.1.1. CTIR from ISDN ports to GSM/UMTS gateway

The following routings allow to route calls coming from a group of BRI ports (G1) toward GSM/UMTS gateway (G3) for numbers starting with the digit 3.

[18:22:32] ABILIS_CPX:a ctir pr:3 poi:G1 out:G3 cdi:3*

COMMAND EXECUTED

[18:23:40] ABILIS_CPX:d ctir

Last change: 17/06/2015 08:36:47 CET

---+------+-----------------+---------+--------------------+--------------------
PR |[DESCR]
   |BCI   |POI |SR      |GI |OUT      |CDI                 |CDO
ACT|NEXT        |LAST       |EEC |T301|CGI                 |CGO
EDT|SP    |SC   |DJ   |MJ   |FMDJ|FMMJ|SDI                 |SDO
   |SPOUT |SCOUT|DJOUT|MJOUT|LCS |LCST|SGI                 |SGO
   |                        |BCO      |RGI                 |RGO
   |FMRLY |FAXSP|MODSP|FMLVL|ECM |UDT |IG  |OG  |SG        |DL  |DH
   |CODERS
   |CODERSOUT
   |TI1 .. TI5
--------------------------------------------------------------------------------
...              
--------------------------------------------------------------------------------
3   VOICE  G1   #        #   G3        *                    *                   
--------------------------------------------------------------------------------

The routing PR:3 routes calls coming from G1 ports and forwards them to the GSM/UMTS gateway.

12.2.1.2. CTIR from a remote cluster to GSM or UMTS gateway

The following routing allows to route calls coming from a remote cluster (e.g. Abilis2) toward GSM gateway (G3) for numbers starting with 3.

[18:33:54] ABILIS_CPX:a ctir pr:3 sr:Abilis2 out:G3 cdi:3* 

COMMAND EXECUTED

[18:34:38] ABILIS_CPX:d ctir

Last change: 17/06/2015 08:36:47 CET

---+------+-----------------+---------+--------------------+--------------------
PR |[DESCR]
   |BCI   |POI |SR      |GI |OUT      |CDI                 |CDO
ACT|NEXT        |LAST       |EEC |T301|CGI                 |CGO
EDT|SP    |SC   |DJ   |MJ   |FMDJ|FMMJ|SDI                 |SDO
   |SPOUT |SCOUT|DJOUT|MJOUT|LCS |LCST|SGI                 |SGO
   |                        |BCO      |RGI                 |RGO
   |FMRLY |FAXSP|MODSP|FMLVL|ECM |UDT |IG  |OG  |SG        |DL  |DH
   |CODERS
   |CODERSOUT
   |TI1 .. TI5
--------------------------------------------------------------------------------
...   
--------------------------------------------------------------------------------
3   VOICE  #    Abilis2  #   G3       3*                    *                   
--------------------------------------------------------------------------------

The routing PR:3 accepts the calls coming from the remote cluster Abilis2 toward numbers starting with 3 and forward them to GSM gateway.

12.2.1.3. CTIR from GSM or UMTS gateway to a group of ISDN ports

The following routings allow to route calls coming from the GSM/UMTS gateway (calls directed to the number of the SIM card inserted in the CELL modem) to a group of BRI ports (G1).

[18:46:24] ABILIS_CPX:a ctir pr:3 poi:g3 out:g1 
COMMAND EXECUTED

[18:51:00] ABILIS_CPX:d ctir

Last change: 17/06/2015 08:36:47 CET

---+------+-----------------+---------+--------------------+--------------------
PR |[DESCR]
   |BCI   |POI |SR      |GI |OUT      |CDI                 |CDO
ACT|NEXT        |LAST       |EEC |T301|CGI                 |CGO
EDT|SP    |SC   |DJ   |MJ   |FMDJ|FMMJ|SDI                 |SDO
   |SPOUT |SCOUT|DJOUT|MJOUT|LCS |LCST|SGI                 |SGO
   |                        |BCO      |RGI                 |RGO
   |FMRLY |FAXSP|MODSP|FMLVL|ECM |UDT |IG  |OG  |SG        |DL  |DH
   |CODERS
   |CODERSOUT
   |TI1 .. TI5
--------------------------------------------------------------------------------
...  
--------------------------------------------------------------------------------
3   VOICE  G3   #        #   G1        *                    *                   
--------------------------------------------------------------------------------

The routing PR:3 accepts the calls directed to GSM/UMTS gateway and forward them to G1 group (ISDN ports of PBX).