To transfer compressed phone calls the CTI Link associates a cluster with a data resource.
The following commands to manage the CTI Links use:
a ctil id:xx [par:value] : adds a new CTI Link;
s ctil id:xx [par:value] : sets a CTI Link;
c ctil id:xx : clears a CTI Link;
d ctil : displays the CTI Link table.
The d ctil ? command shows all available parameters.
The example below shows how to associate the cluster
Abilis2
with the resource pv-1
.
[15:55:24] ABILIS_CPX:a ctil id:1 res:pv-1 clus:abilis2 maxbw:64000
COMMAND EXECUTED [15:55:35] ABILIS_CPX:d ctil
- Not Saved (SAVE CONF) ------------------------------------------------------- Configured Links:1 ID: RES: CLUS: MAXBW: MAXCON: GROUP: (GROUP-MAXBW: GROUP-MAXCON:) ------------------------------------------------------------------------------- 1 Pv-1 Abilis2 64000 NOMAX NONE
Tip | |
---|---|
For each CTI Link you can define a maximum bandwidth to use with
compressed phone calls; this could be very interesting if you want to
limit the number of calls toward a specific direction. A link inside a
group and a further maximum bandwidth ( |
Caution | |
---|---|
Changes made on the CTI Links are not immediately active. To activate them, execute the initialization command init ctisys. |
CTI Link can be joined together in groups. For each group a value of MAX Bandwidth can be established. This can be very useful to limit the number of simultaneous compressed calls for the CTI Links which belong to the group.
The following commands to manage the CTI Link Groups use:
a ctilg id:<ctilg_number> [group-maxbw:<maxbw_value>] [descr:<description>] : adds a new CTI Link Group;
s ctilg id:<ctilg_number> [group-maxbw:<maxbw_value>] [descr:<description>] : sets an existing CTI Link Group;
c ctilg id:<ctilg_number> : clears a CTI Link Group;
d ctilg [id:<ctilg_number>] : displays the list of CTI Link Group or a specific one.
The d ctilg ? command shows all available parameters. The Example below shows how to create a new CTI Link Group and how join a CTI Link in the group.
[09:31:12] ABILIS_CPX:a ctilg id:1 group-maxbw:64000 descr:Collaborators
COMMAND EXECUTED [09:37:00] ABILIS_CPX:d ctilg
- Not Saved (SAVE CONF), Not Refreshed (INIT) --------------------------------- ID: GROUP-MAXBW: GROUP-MAXCON: DESCR: ------------------------------------------------------------------------------- 1 64000 NOMAX Collaborators [11:28:10] ABILIS_CPX:d ctil
- Not Saved (SAVE CONF), Not Refreshed (INIT) --------------------------------- Configured Links:1 Activated Links:8 ID: RES: CLUS: MAXBW: MAXCON: GROUP: (GROUP-MAXBW: GROUP-MAXCON:) ------------------------------------------------------------------------------- 1 Pv-1 Abilis2 64000 NOMAX NONE [11:28:23] ABILIS_CPX:s ctil id:1 group:1
COMMAND EXECUTED [11:28:43] ABILIS_CPX:d ctil
- Not Saved (SAVE CONF), Not Refreshed (INIT) --------------------------------- Configured Links:1 Activated Links:8 ID: RES: CLUS: MAXBW: MAXCON: GROUP: (GROUP-MAXBW: GROUP-MAXCON:) ------------------------------------------------------------------------------- 1 Pv-1 Abilis2 64000 NOMAX 1 ( 64000 NOMAX)
Caution | |
---|---|
Changes made on the CTI Link Groups are not immediately active. To activate them, execute the initialization command init ctisys. |