Thank you so much !!!!!<br><br><div class="gmail_quote">On Mon, Jun 29, 2009 at 12:21 PM, Duncan Turnbull <span dir="ltr">&lt;<a href="mailto:duncan@e-simple.co.nz">duncan@e-simple.co.nz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
For Linux use tcpdump on the host you are after<br>
<br>
tcpdump udp and port 5060 or portrange 10000-16000 -s0 -i eth0<br>
<br>
where 5060 is your SIP port and 10000-16000 are your rtp ranges<br>
-s0 means snap length of 0 so capture all the packet rather than cutting<br>
off at a point<br>
<br>
And refine it by adding the host you are targetting and -w to write to a<br>
file.<br>
<br>
Then you can import the file in wireshark and use the voip utlities to<br>
listen to it fairly easily or use tcpdump -r to read it back and clean<br>
it out a bit more<br>
<br>
Cheers Duncan<br>
<div><div></div><div class="h5"><br>
Xavier Cardil wrote:<br>
&gt; Hi, do somebody knows how to sniff RTP and SIP traffic only for a<br>
&gt; faster debugging ?<br>
&gt;<br>
&gt; Thanks.<br>
</div></div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;    <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>