" /> Tserver Programming - Genesys CTI User Forum

Author Topic: Tserver Programming  (Read 3528 times)

Michel Periard

  • Guest
Tserver Programming
« on: January 01, 1970, 12:00:00 AM »
Advertisement
Developping a program using Tserver APIs and being pretty new with Genesys, i have the following questions:

When a TOpenServer request is posted, a server name must be passed as an argument.

What is the magic behind such server name an the tcp/ip connection parameters (ip adress and port) of the Tserver?

Do i have to create a profile (the server name argument being the key) for each of my Tservers? If so, what need to be in the profile, where is it kept? How is it built?

If not, how can i express my Tserver connection parameters using TOpenServer?

Anything will help. Thanks.

Marked as best answer by on May 05, 2025, 03:08:43 AM

Michel Periard

  • Guest
Tserver Programming
« Reply #1 on: January 01, 1970, 12:00:00 AM »
  • Undo Best Answer
  • I just found TOpenServerEx that will answer all my needs.