<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;">Hello,<br><br>I am runing asterisk on a embedded linux and am having some RTP audio issues at the beginning of the call: the comfort noise packet seems to be opening the pinhole in the firewall though I don't understand why it is not already opened. Then audio is then transferred correctly between caller and callee through the asterisk bridge.<br><br>The SIP INVITE is received on a WAN interface and then I dial out to another SIP channel through the same interface. CLI output with RTP debug shows that Packet2Packet is only started and RTP is only sent by asterisk after the first rtpkeepalive timeout.<br><br>If I sniff at a mirroring port in the network I can see the first RTP packet going from my caller to the asterisk server yet it seems that it is never received (or it never reaches) asterisk (it is a direct route).<br><br>All firewall rules on the asterisk box are setup for the range of ports defined by rtp.conf (10k-11k in mycase); that is consistent with the SDP signaling generated by asterisk for the INVITE OUT and for the 200 OK back to the caller in the media description attribute.<br>Watching iptables live activation does not show any RTP packet blocked at the beginning of the call.<br><br>netstat shows:<br><br>netstat -an | grep udp | grep 10<br>netstat: no support for 'AF INET6 (tcp)' on this system<br>netstat: no support for 'AF INET6 (udp)' on this system<br>netstat: no support for 'AF INET6 (raw)' on this system<br>udp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 216.54.141.148:10554&nbsp;&nbsp;&nbsp; 0.0.0.0:*<br>udp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 216.54.141.148:10555&nbsp;&nbsp;&nbsp; 0.0.0.0:*<br>udp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 216.54.141.148:10102&nbsp;&nbsp;&nbsp; 0.0.0.0:*<br>udp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 216.54.141.148:10103&nbsp;&nbsp;&nbsp; 0.0.0.0:*<br><br>as I am using bindaddr=0.0.0.0 in the sip.conf.<br><br>I have multiple NICs on that box, could it be a problem or ...?<br><br>Thanks for any suggestion,<br><br>Sebastien.<br></div></body>
</html>