In my efforts to solve a mystery of asterisk slowly loosing it&#39;s ability to take incoming and outgoing calls I set asterisk to restart b-channels every 60 seconds hoping I would find something odd after some time. <br>
<br>So now I am looking at the CLI a few hours later and look what happens when asterisk restarts the 23 b-channels I have.<br><br>pbx1*CLI&gt; <br>&nbsp;&nbsp;&nbsp; -- B-channel 0/19 successfully restarted on span 1<br>&nbsp;&nbsp;&nbsp; -- B-channel 0/21 successfully restarted on span 1<br>
&nbsp; == Primary D-Channel on span 1 down<br>[Feb 10 01:41:23] WARNING[4102]: chan_zap.c:2401 pri_find_dchan: No D-channels available!&nbsp; Using Primary channel 24 as D-channel anyway!<br>[Feb 10 01:41:24] ERROR[4102]: chan_zap.c:8200 zt_pri_error: !! Got S-frame while link down<br>
&nbsp; == Primary D-Channel on span 1 up<br>&nbsp;&nbsp;&nbsp; -- B-channel 0/19 successfully restarted on span 1<br>&nbsp;&nbsp;&nbsp; -- B-channel 0/21 successfully restarted on span 1<br>&nbsp;&nbsp;&nbsp; -- B-channel 0/23 successfully restarted on span 1<br>pbx1*CLI&gt; <br>
<br><br>That&#39;s the output while I&#39;ve been writing this email. Those are TWO restarts of the b-channels. Notice I am missing a seizable amount of my 23 b-channels. <br><br>Where are they going?! How do I find out?<br>
<br>I&#39;ve recompiled my asterisk, zaptel, and libpri to the most recent versions but that&#39;s made no difference. <br><br>- Mark<br>