Arvind Sharma | Looking at the latest JTAPI APIs. I see the CiscoTerminal has states:
CiscoTerminal.DEVICESTATE_ILDE CiscoTerminal.DEVICESTATE_ACTIVE CiscoTerminal.DEVICESTATE_ALERTING CiscoTerminal.DEVICESTATE_HELD CiscoTerminal.DEVICESTATE_UNKNOWN CiscoTerminal.DEVICESTATE_WHISPER
And I also notice the events coming in the Observer for the Terminal :
TermConnRingingEv TermConnActiveEv Question: How much in real time the state of the Terminal is updated with the event I would observe in the observer thread ? For e.g. If a Terminal is getting a incoming call (RINGING), I would see the TermConnRingingEv event in the observer thread. If I just want to check the state of that terminal to determine if it is Ringing or not, can I just check for the CiscoTerminal.DEVICESTATE_ALERTING ? Arvind |
| Please sign in to flag this as inappropriate. |