>Jaraslov, I'm quite new here , could you point me to the code which >receives the 202 Accepted message. i would try to fix this bug.
in UtlBoolean SipSubscribeClient::addSubscription(SipMessage& subscriptionRequest, when we call mpRefreshMgr->initiateRefresh(subscriptionRequest, we also pass refreshCallback. It is defined in SipSubscribeClient and receives responses from mpRefreshMgr including the response SIP message. So void SipSubscribeClient::refreshCallback will receive the 202 message. There it will probably jump to case SipRefreshManager::REFRESH_REQUEST_SUCCEEDED: read the comments there. Jaroslav Libak _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
