![]() |
Presence Services logging is configured in logging.properties in the Domino\telephony_ext\resources directory for Community server and Domino\sametime_tcspi\resources directory for Media Manager. To get more information about what is happening inside the Presence Services, you can increase the logging level of any of the classes listed below by adding a line at the bottom of logging.properties.
The main program of the Presence Services is responsible for creating connections to the LDAP, AE Services, and Sametime servers.
com.avaya.sametime.presence.Presence Services
Once those connections have been established, two other classes do the work. The SametimeListener class is notified of Sametime user status changes. The AvayaListener class is notified of changes in telephone status. CallControlListenerDelegateImpl logs at the FINEST level the fact that it has received an event, then forwards the event to AvayaListener. The events that AvayaListener pays attention to are Originated, Established, ConnectionCleared, Transferred, and Conferenced.
com.avaya.sametime.presence.listeners.SametimeListener com.avaya.sametime.presence.listeners.AvayaListener com.avaya.sametime.common.impl.CallControlListenerDelegateImpl (called DefaultCallControlListenerDelegate in beta release)