Hi all,
I'm trying to write a little Java application to monitor the on hook/off hook state of some phones.
I wrote a class that implements the TerminalObserver interface.
I receive CiscoTermOutOfServiceEv and CiscoTermInServiceEv events, but nothing like a CiscoTermDeviceStateActiveEv event.
Does anyone has a example code snipplet for me how to receive these state change events?
Tanks in advance
Jörg