This document was generated from CDN thread
Created by: Bruno Rosenberger on 18-06-2009 06:54:51 AM
From the transfer scenario in the JTAPI Dev Guide:
Call2.consult(TermConnB, C)
Call1.transfer(Call2)
Doing so, the transfer is successfully done, without exceptions.
After the transfer is done, Call2 is in invalid state - what is ok because it looses all its connections.
But, Call1 moves to invalid state too and looses its connections. I don't understand this, and also according to the manual, Call1 should stay active and keep the connections.
I added a call observer to Call1, because I want to monitor if the call is being answered after some time.
What could be the reason for this behaviour?
Please see the attached log file.