<div dir="ltr">Got it! It's working fine  with 25. Actually, I just revisited your KB article and it does clearly instruct  to test 1, 25, and so forth... But I was still thinking spans, not channels. So my apologies for this RTFM moment.<div>
<br></div><div>Thanks!</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 15, 2014 at 5:43 PM, Shaun Ruffell <span dir="ltr"><<a href="mailto:sruffell@digium.com" target="_blank">sruffell@digium.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Wed, Jan 15, 2014 at 05:29:44PM +0000, Rodrigo Borges Pereira wrote:<br>
> Shaun, sorry to insist on this, but this kind of diagnostic is new for me<br>
> and extremely valuable for my support operations.<br>
><br>
> You say "when configured this way".. do you mean regarding dahdi? Here's my<br>
> system conf, based on your KB article for loop testing:<br>
><br>
> shell> cat system.conf<br>
> loadzone=us<br>
> defaultzone=us<br>
> span=1,0,0,esf,b8zs<br>
> clear=1-24<br>
> span=2,0,0,esf,b8zs<br>
> clear=25-48<br>
><br>
> How could  I configure now so I can get conclusive readings for span2?<br>
<br>
</div>No problem. So given the above configuration, there are only two<br>
channels that can be opened from user space, channels 1 and 25.<br>
<br>
So if you would like to keep things configured this way and check<br>
span 2, you would then just run patlooptest on channel 25.<br>
<br>
If you want to run patlooptest on individual channels in the span,<br>
configure like a PRI is normally:<br>
<br>
loadzone=us<br>
defaultzone=us<br>
span=1,0,0,esf,b8zs<br>
bchan=1-23<br>
dchan=24<br>
span=2,0,0,esf,b8zs<br>
bchan=25-47<br>
dchan=48<br>
<br>
<br>
Then you will be able to run patlooptest on all channels expcept 24<br>
and 48 (which now have HDLC framing enabled on them).<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Shaun Ruffell<br>
Digium, Inc. | Linux Kernel Developer<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> & <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a><br>
<br>
--<br>
_____________________________________________________________________<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/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br></div>