--- rtp.c.orig Wed Nov 29 11:47:10 2006 +++ rtp.c Wed Jan 31 12:18:30 2007 @@ -522,7 +522,7 @@ } if(rtp_debug_test_addr(&sin)) - ast_verbose("Got RTP packet from %s:%d (type %d, seq %d, ts %d, len %d)\n" + ast_verbose("Got RTP packet from %s:%u (type %d, seq %u, ts %u, len %d)\n" , ast_inet_ntoa(iabuf, sizeof(iabuf), sin.sin_addr), ntohs(sin.sin_port), payloadtype, seqno, timestamp,res - hdrlen); rtpPT = ast_rtp_lookup_pt(rtp, payloadtype);