---------- Forwarded message ----------
From:
Xiexin <xiexin1008@xxxxxxxxx>Date: Fri, Jul 3, 2009 at 11:56 PM
Subject: Urgent: bug report for 1.5
To:
resiprocate-users@xxxxxxxxxxxxxxxSeems the 1.5 version does not handling NOTIFY of the REFER is succeeded, for example, here have a conversation between A and B,
now A use REFER to transfer call to C, when the B received REFER message ,it will make call to C, after the C answered the call, B will
send a NOTIFY message to A, and it has body "200 OK", in past version(e.g. 1.4.1), the void UserAgent::onTerminated(ClientSubscriptionHandle h, const SipMessage& msg)
callback will fired when this NOTIFY arrived, but in 1.5, it never fired even if received the NOTIFY, attachment is the log file.
Thanks