Author Message
hemant1007
Joined: Jul 23, 2020
Messages: 1
Offline
We get the active call from the CallEvent (https://downloads.avaya.com/elmodocs2/AES/4.2/javax/telephony/CallEvent.html) object
and we map to the Call object - LucentV7CallInfo (https://downloads.avaya.com/elmodocs2/AES/3.1.1/jtapi/com/avaya/jtapi/tsapi/LucentV7CallInfo.html).

LucentV7CallInfo callInfo = (LucentV7CallInfo) callEvent.getCall();

But we are wondering if we can get the stationId from either the callEvent or the call object?

Version of ecsjtapia.jar is below.
Implementation-Title: ecsjtapia
Implementation-Version: 7.1.0.8


Thanks
Hemant
UmeshC
Joined: Apr 18, 2011
Messages: 89
Offline
Get connection object from event and from that you will get station address.
Should be event.getConnection().getAddress().getName()

Regards,
Umesh
Go to:   
Mobile view