Author Message
Dmitriy_deprecated
Joined: Feb 16, 2017
Messages: 7
Offline
I mean cases

call start:
AGTCallStateChangedNotify(talking)
then
AGTCallNotify()

call complete:
AGTCallStateChangedNotify(Wrapup)
then
AGTReleaseLineRESP / AGTAutoReleaseLine

wrapup complete:
AGTCallStateChangedNotify(Idle)
then
AGTWrapupContactRESP()


can for example POM send AGTWrapupContactRESP before wired AGTCallStateChangedNotify(Idle) ?
Go to:   
Mobile view