X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=channels%2Fchan_h323.c;h=d4b79e498e079b07c4c7fc0f4917ade0ed519a6b;hp=02f159b95192204d53ff4e4d224a6c1f4554a74c;hb=1dfc11aec906e097300a57a50c12b2477b113a69;hpb=34e4f69f843d6a16b855e783793e52160fade17e diff --git a/channels/chan_h323.c b/channels/chan_h323.c index 02f159b..d4b79e4 100755 --- a/channels/chan_h323.c +++ b/channels/chan_h323.c @@ -1074,7 +1074,7 @@ struct rtp_info *external_rtp_create(unsigned call_reference, const char * token /* evil hack, until I (someone?) figures out a better way */ info->addr = ast_inet_ntoa(iabuf, sizeof(iabuf), bindaddr.sin_addr); info->port = ntohs(us.sin_port); - ast_log(LOG_DEBUG, "Sending RTP 'US' %s:%d\n", iabuf, info->port); + ast_log(LOG_DEBUG, "Sending RTP 'US' %s:%d\n", info->addr, info->port); return info; }