*** ProxyServerMediaSession.cpp	2012-10-21 07:13:37.147050300 -0400
--- ProxyServerMediaSession.cpp	2012-10-21 07:13:43.197655300 -0400
***************
*** 592,604 ****
        fPTAdjustment.tv_sec = timeNow.tv_sec - fromPT.tv_sec;
        fPTAdjustment.tv_usec = timeNow.tv_usec - fromPT.tv_usec;
        // Note: It's OK if one or both of these fields underflows; the result still works out OK later.
  
!       // Also, because the relayed presentation times for this subsession will be accurate from now on,
!       // enable RTCP "SR" reports for its "RTPSink":
!       RTPSink* const rtpSink = ssNormalizer->fRTPSink;
!       if (rtpSink != NULL) { // sanity check; should always be true
! 	rtpSink->enableRTCPReports() = True;
!       }
      }
  
      // Compute a normalized presentation time: toPT = fromPT + fPTAdjustment
--- 592,604 ----
        fPTAdjustment.tv_sec = timeNow.tv_sec - fromPT.tv_sec;
        fPTAdjustment.tv_usec = timeNow.tv_usec - fromPT.tv_usec;
        // Note: It's OK if one or both of these fields underflows; the result still works out OK later.
+     }
  
!     // Also, because the relayed presentation times for this subsession will be accurate from now on,
!     // enable RTCP "SR" reports for its "RTPSink":
!     RTPSink* const rtpSink = ssNormalizer->fRTPSink;
!     if (rtpSink != NULL) { // sanity check; should always be true
!       rtpSink->enableRTCPReports() = True;
      }
  
      // Compute a normalized presentation time: toPT = fromPT + fPTAdjustment
