<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#666666">
    <div class="moz-cite-prefix">Op 03-10-12 15:08, Tim Nelson schreef:<br>
    </div>
    <blockquote
      cite="mid:18000107.183705.1349269729722.JavaMail.root@rockbochs.com"
      type="cite">
      <pre wrap="">----- Original Message ----- 
</pre>
      <blockquote type="cite">
        <pre wrap="">Have a look at your /etc/asterisk/rtp.conf file. In it you specify
the UDP portrange your asterisk will use for RTP traffic. change the
rtpstart and rtpend to your needs and set them open in your FW. Do
not make the range too small each active call will normally take one
RTP channel incoming and one RTP channel outgoing.
I have mine set to for example: rtpstart=10000 and rtpend=10100. This
should be enough for 100 simultanious calls.
</pre>
      </blockquote>
      <pre wrap="">
2 RTP ports per session (inbound/outbound media)... that would mean 50 simultaneous calls, no?

--Tim

--

</pre>
    </blockquote>
    Tim,<br>
    <br>
    As Far as I known are the outbound RTP ports determined by the other
    end. It is also UDP traffic so the inbound stream could be destined
    for port 10000 and the outbound could be coming from port 10000. So
    still 100 simultanious calls.<br>
    <br>
    10000 ------&gt; XXX&nbsp; (outbound)<br>
    10000 &lt;----- XXX (inbound)<br>
    for one call.<br>
    <br>
    Michel.<br>
  </body>
</html>