/* Extracting LSR from NTP timestamp and save it */
lsr=(ntohl(sr->sender_info.ntp_lsw)&0xffff0000)>>16|(ntohl(sr->sender_info.ntp_msw)&0x0000ffff)<<16;/* The middle 32 bits out of 64 in the NTP timestamp */
...
...
@@ -7753,7 +7749,7 @@ static int rtp_common_read(switch_rtp_t *rtp_session, switch_payload_t *payload_