I understand. I&#39;m interested in simulate the real situation because I&#39;m doing an academic comparative between algorithms, and is really interesting have all possible situations.<div>In the real situation I use a E1 to connect a PBX through a R2 link, so I want to try change DAHDI to 10 ms... What should I modify?</div>
<div>Any other sugestion to make it works?<br>
<br><div class="gmail_quote">2011/9/14 Kevin P. Fleming <span dir="ltr">&lt;<a href="mailto:kpfleming@digium.com" target="_blank">kpfleming@digium.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div>On 09/14/2011 02:37 PM, Gustavo Santos wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;m trying to simulate the situation:<br>
<br>
SIP &lt;----&gt; Asterisk &lt;-------&gt; PSTN<br>
<br>
In this case 16 ms works?<br>
<br>
I&#39;ve read in voip-info: &quot;Simplistically, you&#39;d need a &quot;tail circuit&quot;<br>
(the distance between your echo canceller and the source of the echo) of<br>
over 2500 miles to acheive an echo path of 30ms [...] Asterisk&#39;s default<br>
of 128taps will therefore handle echo paths of up to 16ms, and is<br>
therefore probably good for most things.&quot;.<br>
</blockquote>
<br></div>
You are missing some basic details of the environment here. I&#39;ll try to explain.<br>
<br>
In the diagram you&#39;ve shown above (assuming there is an FXO port in the Asterisk server connected to an FXO line from the PSTN), there are potentially two sources of line echo: the 2/4 wire hybrid in the FXO port, and the 2/4 wire hybrid at the far end of the FXO line (and potentially even farther into the PSTN, but we can ignore that here). Echo caused by the FXO port hybrid would be heard by the person at the other end of the FXO line (across the PSTN), and would not be cancelled by any echo canceller on the FXO card or in DAHDI. Echo caused by the far end would be heard by the user of the SIP phone, and could potentially be cancelled by an echo canceller on the FXO card or in DAHDI.<br>


<br>
That quote you&#39;ve included above is correct: assuming a *TRADITIONAL* PSTN link (no VoIP, no packetization of audio, all circuits either analog or TDM), the echo generated by the far end of the FXO line will likely not be more than 16ms after the transmission. In this case, a 16ms echo canceller window will be adequate. If an echo (primary or secondary) is generated by the real &quot;far end&quot; (across the PSTN), it could easily be delayed by 30ms (or much more). In these cases, having a 64ms or 128ms echo canceller window is beneficial, and with modern hardware is not expensive to provide (or harmful in any way).<br>


<br>
However... using Asterisk with an FXS card and the Echo() application is *NOT* a &#39;PSTN simulator&#39;. When an audio signal is received into the FXS card, it will take 20-40ms to be sent back out the FXS card, depending on packetization intervals, scheduling delays and other factors. This is because, as I stated previously, Asterisk is internally a &#39;voice over packet&#39; system, and it does not have any way to forward audio in anything less than reasonable size packets. For cards driven by DAHDI, &#39;reasonable&#39; defaults to 20ms, although it could be changed to 10ms with a corresponding increase in CPU overhead... but even if you did change it, it is likely that under many situations the echoed audio would be delayed by more than 16ms.<br>


<br>
If you *need* to test an echo canceller configured with a tiny 16ms window, you&#39;ll have to find another way of generating echo for it to be tested against.<div><div></div><div><br>
<br>
-- <br>
Kevin P. Fleming<br>
Digium, Inc. | Director of Software Technologies<br>
Jabber: <a href="mailto:kfleming@digium.com" target="_blank">kfleming@digium.com</a> | SIP: <a href="mailto:kpfleming@digium.com" target="_blank">kpfleming@digium.com</a> | Skype: kpfleming<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>
Check us out at <a href="http://www.digium.com" target="_blank">www.digium.com</a> &amp; <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a><br>
<br>
--<br>
______________________________<u></u>______________________________<u></u>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</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/<u></u>mailman/listinfo/asterisk-<u></u>users</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Atenciosamente,<div>Gustavo Santos.</div><br>
</div>