Author Message
RahulGupta4
Joined: Dec 2, 2013
Messages: 26
Offline
Hi ,


How to get getOriginalCallInfo() when CallObserver ,ProviderObserver is in use for call control. at the altering Event I got the MSISDN but for traverse Path and skill set. can I use ..

LucentCallInfo lucentCallInfo = (LucentCallInfo) connection.getCall();
if (lucentCallInfo != null) {
userToUserInfo = lucentCallInfo.getUserToUserInfo();
}


For information of user if yes where we can use the same.

Please help ..


Regards
Gupta Rahul
CraigJohnson5
Joined: Oct 24, 2013
Messages: 413
Offline
Please see the JTAPI Conference Sample application for retrieving UUI. When you get the Alerting event you should use that to get UUI.

((LucentCallInfo)ev.getCall()).getUserToUserInfo();
Go to:   
Mobile view