<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">&lt;<a href="mailto:virbhati@gmail.com">virbhati@gmail.com</a>&gt; wrote:<br>
&gt;how many UDP ports is required for 1 call. and why .<br>
<br>
If you mean a voice call, it appears that each host must open three<br>
UDP sockets:<br>
<br>
- One to send/receive SIP commands<br>
- Two to receive sound (one for RTP, one for RTCP; The first port is<br>
even, the other is odd)<br></blockquote><div><br></div><div>This is I think the best answer provided to you so far. The simplest and most relevant I should say. Just to add to that, first port is TCP port and the other two are UDP ports assuming you are using SIP protocol.</div>

<div><br></div><div>-Bruce</div></div>