Basically, there are three kinds of routings needed by CTIVO:
Routing to Virtual Office to reach the virtual user.
Routing to Virtual Office to allow virtual user to perform calls.
Routing from Virtual Office to other CTI interfaces to reach USER or NET side of the virtual call.
The first routing is added via:
[16:06:42] ABILIS_CPX:a ctir pr:0 poi:* out:vo cdi:* cdi:'NumVoNet' sp:64000
COMMAND EXECUTED
The second routing is made via:
[16:06:42] ABILIS_CPX:a ctir pr:1 poi:* out:vo cdi:* cgi:'NumVoUser' cdo:3334567890 sp:64000
COMMAND EXECUTED
Note | |
---|---|
The |
In example if the dial out prefix is 0:
[16:06:42] ABILIS_CPX:s p res:ctivo outdial-digit:0
COMMAND EXECUTED [16:06:56] ABILIS_CPX:init res:ctivo
COMMAND EXECUTED
The OUTDIAL-DIGIT
parameter needs to add a prefix
to the calls to remote destinations, the exclude-prefix excludes the
adding of the outdial prefix i.e. for internal numbers.
Let's add a couple of routings to internal numbers and to external ones (i.e. via a UMTS-BOX).
The first routing from CTIVO to other INTERNAL destination is added via:
[16:06:42] ABILIS_CPX:a ctir pr:2 poi:vo out:101 cdi:701 sp:64000
COMMAND EXECUTED
The second routing is made via:
[16:06:42] ABILIS_CPX:a ctir pr:3 poi:vo out:501 cdi:0'NumVoUser' cdo:'cdi.s2' sp:64000
COMMAND EXECUTED
Type the following command to view the CTIR Routings:
[15:55:53] ABILIS_CPX:d ctir
- Not Saved (SAVE CONF), Not Refreshed (INIT) ---------------------------------
Last change: 17/06/2015 10:01:34 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
--------------------------------------------------------------------------------
0 VOICE * # # Vo 'NumVoNet' *
NO ANY NO Dft * *
64000 Sys Sys Sys Sys Sys * *
--------------------------------------------------------------------------------
1 VOICE * # # Vo * 3334567890
NO ANY NO Dft 'NumVoUser' *
64000 Sys Sys Sys Sys Sys * *
--------------------------------------------------------------------------------
2 VOICE Vo # # 101 701 *
NO ANY NO Dft * *
64000 Sys Sys Sys Sys Sys * *
--------------------------------------------------------------------------------
3 VOICE Vo # # 501 0'NumVoUser' 'CDI.S2'
NO ANY NO Dft * *
64000 Sys Sys Sys Sys Sys * *
--------------------------------------------------------------------------------
Tip | |
---|---|
Interesting chapter: Section 55.5, “CTI Router Overview”. |