Author Message
sercanoztorun
Joined: Feb 14, 2018
Messages: 31
Offline
Dear Experts,

We are developing custom call intercept snap-in by using avaya breeze sdk.

Our problem is that can't handle reject,busy,not answered,not registered events while calling.

How we can understand these events ?

(Ex : callAnswered() function handle answer event. There is any event to understand reject,busy,not answered or not registered status)


Best regards.


JoelEzell
Joined: Nov 15, 2013
Messages: 780
Offline
Hi, you should get a callTerminated callback for all of these conditions. There are different CallTerminationCause values that would help distinguish some of these.
Go to:   
Mobile view