12.2. CTI Routing configuration

Calls directed to 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: PICKUP: SCAN: RULE:
---------------------------+-------------------------+-------------------------
 [DESCR:]
 ID: SCAN: RULE: PICKUP:   |P1   P2   P3   P4   P5   |P6   P7   P8   P9   ...
                           |...  P62  P63  P64
---------------------------+-------------------------+-------------------------
 PBX_group
 1   NO    R     ST        |31   32   .    .    .    |.    .    .    .    .
---------------------------+-------------------------+-------------------------
 ISDN_line_group
 2   NO    R     ST        |33   34   .    .    .    |.    .    .    .    .
---------------------------+-------------------------+-------------------------
 GSM_group
 3   NO    R     ST        |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 digit 3.

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

COMMAND EXECUTED

[18:23:40] ABILIS_CPX:d ctir

- Not Saved (SAVE CONF), Not Refreshed (INIT) ---------------------------------

---+-----+-----------------+---------+--------------------+--------------------
PR |[DESCR]
   |TYPE |POI/SR   [SR]    |POO/DS   |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
   |                                 |RGI                 |RGO
   |FMRLY|FAXSP|MODSP|FMLVL|ECM |UDT |IG  |OG  |SG        |DL  |DH
   |CODERS
   |CODERSOUT
   |TI1 .. TI5
-------------------------------------------------------------------------------
...
-------------------------------------------------------------------------------
3  TR    G1                G3        3*                   *                   
-------------------------------------------------------------------------------

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

[Tip]Tip

Interesting chapter: Section 46.6, “CTI Router”.

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 type:ctov sr:Abilis2 poo:G3 cdi:3* 

COMMAND EXECUTED

[18:34:38] ABILIS_CPX:d ctir

---+-----+-----------------+---------+--------------------+--------------------
PR |[DESCR]
   |TYPE |POI/SR   [SR]    |POO/DS   |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
   |                                 |RGI                 |RGO
   |FMRLY|FAXSP|MODSP|FMLVL|ECM |UDT |IG  |OG  |SG        |DL  |DH
   |CODERS
   |CODERSOUT
   |TI1 .. TI5
-------------------------------------------------------------------------------
...
-------------------------------------------------------------------------------
3   CtoV  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 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 type:tr poi:g3 poo:g1 
COMMAND EXECUTED

[18:51:00] ABILIS_CPX:d ctir

---+-----+-----------------+---------+--------------------+--------------------
PR |[DESCR]
   |TYPE |POI/SR   [SR]    |POO/DS   |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
   |                                 |RGI                 |RGO
   |FMRLY|FAXSP|MODSP|FMLVL|ECM |UDT |IG  |OG  |SG        |DL  |DH
   |CODERS
   |CODERSOUT
   |TI1 .. TI5

...
-------------------------------------------------------------------------------
10  TR    G3                G1        *                    *
-------------------------------------------------------------------------------

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