Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Michel Periard on January 01, 1970, 12:00:00 AM

Title: Tserver Programming
Post by: Michel Periard on January 01, 1970, 12:00:00 AM
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.
Title: Tserver Programming
Post by: Michel Periard on January 01, 1970, 12:00:00 AM
I just found TOpenServerEx that will answer all my needs.