on 01-24-2014 04:02 PM
Caller Hangup: This has been answered many times on the Forum already. Go to Google and search: developer.cisco.com caller hangup - here's one such place where it was discussed: http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/5437146
You have to create an End of Call java class and check for how the call ended:
public void onEndCall(CallEndAPI data) throws AudiumException
{
if (data.getHowCallEnded().equals("hangup"))
{ blah blah blah
}
}
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: