Question about TServer Logs

Hi,
I see in my TServer logs a lot of lines like:

  • Ap [12344] -<- 2184 @20:45:27.3800
  • Ap [12344] ->- 2184 @20:45:27.3800

Are these pings? This means between TServer and PBX I have 2184 miliseconds lag?

Thank you,
Mihai

those are ADDP messages between 2 Genesys applications, nothing to do with the PBX.

Ap = polling response
12344 = id of the polling response

= message was sent
= message was recieved
2184 = socket number

So an application connected to TServer with ADDP configured with the trace type set to “Trace on both sides” is causing those messages

1 Like

Thank you very much,
Mihai