providing the highest level of communication services

Answering call

Hi chris,

our project is now back in action; so I am back with some question.

When I receive CSTACallEventReceived, and check for delivered event... I answer this call. with the code below

if (arg0 instanceof Delivered){
Delivered dd_event = (Delivered)arg0;
alog.trace(dd_event.get_alertingDevice());
alog.trace(dd_event.get_callingDevice());

//answer this call:
deviceID = dd_event.get_calledDevice().get_deviceID().get_value();
callID = dd_event.get_connection().get_callID().get_value();

csta.answerCall(deviceId, callID);

**************** hope this is the correct procedure... or are there better ways to do it ?

With best regards to Australia
Kristjan

Like that

That's exactly how you do it. Ugly but straight forward.
All good down under!

Have a good weekend in Slovenia

Cheers
Chris