ast_log(LOG_NOTICE,"Comfort noise support incomplete in Asterisk (RFC 3389). Please turn off on client if possible. Client IP: %s\n",ast_inet_ntoa(iabuf,sizeof(iabuf),rtp->them.sin_addr));
rtp->flags|=FLAG_3389_WARNING;
ast_log(LOG_NOTICE,"Comfort noise support incomplete in Asterisk (RFC 3389). Please turn off on client if possible. Client IP: %s\n",
ast_log(LOG_DEBUG,"RTP NAT: Using address %s:%d\n",ast_inet_ntoa(iabuf,sizeof(iabuf),rtp->rtcp->them.sin_addr),ntohs(rtp->rtcp->them.sin_port));
if(option_debug||rtpdebug)
ast_log(LOG_DEBUG,"RTCP NAT: Got RTCP from other end. Now sending to address %s:%d\n",ast_inet_ntoa(iabuf,sizeof(iabuf),rtp->rtcp->them.sin_addr),ntohs(rtp->rtcp->them.sin_port));
ast_log(LOG_DEBUG,"RTP NAT: Using address %s:%d\n",ast_inet_ntoa(iabuf,sizeof(iabuf),rtp->them.sin_addr),ntohs(rtp->them.sin_port));
ast_set_flag(rtp,FLAG_NAT_ACTIVE);
if(option_debug||rtpdebug)
ast_log(LOG_DEBUG,"RTP NAT: Got audio from other end. Now sending to address %s:%d\n",ast_inet_ntoa(iabuf,sizeof(iabuf),rtp->them.sin_addr),ntohs(rtp->them.sin_port));
ast_log(LOG_DEBUG,"RTP Transmission error of packet %d to %s:%d: %s\n",rtp->seqno,ast_inet_ntoa(iabuf,sizeof(iabuf),rtp->them.sin_addr),ntohs(rtp->them.sin_port),strerror(errno));
/* Only give this error message once if we are not RTP debugging */
if(option_debug||rtpdebug)
ast_log(LOG_DEBUG,"RTP NAT: Can't write RTP to private address %s:%d, waiting for other end to send audio...\n",ast_inet_ntoa(iabuf,sizeof(iabuf),rtp->them.sin_addr),ntohs(rtp->them.sin_port));
ast_set_flag(rtp,FLAG_NAT_INACTIVE_NOWARN);
}
}
if(rtp_debug_test_addr(&rtp->them))
ast_verbose("Sent RTP packet to %s:%d (type %d, seq %d, ts %d, len %d)\n"