Author Message
NeetaKhanchandani
Joined: Nov 7, 2013
Messages: 3
Offline
Hi,

I have made an application which listens incoming call events on agent stations bound under provider.ie. TSAPI login

Incoming call can be from any 10 digit mobile number.So , want to identify which party had hanged up the call. ie. whether call is hanged up by agent station or by calling party.

Is there any way to know which party hanged up the call?

Thanks & Regards
Neeta
MartinFlynn
Joined: Nov 30, 2009
Messages: 1922
Offline
Assuming you are using a ConnectionListener or one of it's derivatives:

o If the monitored station disconnects, you will receive one connectionDisconnected event for the monitored station.

o If the other station drops, you will receive two connectionDisconnected events. The first will be for the other connection and the second will be for the monitored connection.

Martin
Go to:   
Mobile view