[reSIProcate-users] Do I need to answer the INVITE which with replace header
Hi, I try to implement the attended transfer:
1: A was established with B, C.
2: A transer the B to C with replace
3: C received the REFER, then make refer INVITE with replace to B.
4: When B receiveing the INVITE from C in onNewSession, does there need to answer 200 to C ? I have
got an assert error when I try to pvoide answer 200. ServerInviteSession 364 line. the mState is UAS_Accepted.
So I think there just need to swap the session context and terminate the origin call, does not need to answer the INVITE, it's right ?
Thanks