T-Server Internal Flashcards

1
Q

Client Handler

A

Allows client to communicate with the T-server via the listening ports that it opens. It understand the T-Library protocol messages going between the T-sever(encodes) and clients(decodes) such as request or event which are associated with AttributeReference ID.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

DDP

A

Communicates with PBX switch of all types via messages with the use of the CTI Link Protocol. T-server are classified by their DDP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Device Table

A

Contains the list of all the DNs from the switch which is associated with the T-server that monitors and controls them in the Configuration layer. Indexed by the DN.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Call Record Table

A

Stores all the active calls and their current state. Indexed by Call and Conn ID.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Party Table

A

Links the Device and Call Record table together serving as a pointer to the two table. Implement the state machine. It also tracks the DN participating in the call. External Party object are created in the party table while internal party object are in the device table that both reference the ConnID from the Call Recording Table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Client Table

A

Contains the T-lib clients connected to the T-server. The entries will contain the application name, socket descriptor, list of registered devices, event Mask.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Management Interface

A

Opens another separate listening port for client connection. It used for various purposes such as stuck call management, troubleshooting utilities, and polling(DB Server, Config Server, URS, Call Concentrator). Uses internal API to access link, device, and client table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

management-port

A

Configure port in T-server option for the Management Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

ISCC

A

Used for multi-site transfer and connection between different T-servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Main Loop

A

Heart of the T-server that helps services internal timers, reads data of sockets, output queues against sockets, and defines the order various internal component of like DDP or ISCC are called. Serves T-serve connection. All T-server functions start from the Main Loop and invoke callback functions for socket activity and timer expiry.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Message Record Table

A

Table contains the message ready to be sent to client based on request from the PBX and temporary stores the request information to be able to generate the appropriate response. Limit to number of entries in table. Indexed by Invoke ID.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

T-Sever Licensing

A

T-sever connect to the license manager to acquire licenses its configure to work with from the license pool. Default takes all available licenses but can configure to request a specific number. It need at-least one.

Connect to LM using command line option -l lmport@lmhost

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

T-Server connection to SCS

A

SCS connect to the T-server using the management interface. It can retrieve the internal T-Server objects table contents(device,table, client) and pass it to SNMP client. Require a special license key to activate this. Connection with the SCS is optional.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the T-Server Management Client

A

A Tool that connect to the Management interface to retrieve information on the DN, Client, and existing calls from table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly