Hello,<br><br>I&#39;m running Asterisk 1.4.26.2, DAHDI 2.2.0.2, and libpri 1.4.10.2 on Ubuntu with a Digium TE122 connected to my PRI. 

<p>I have an extension setup so that managers can monitor calls:<br>----<br># grep 9900 /etc/asterisk/extensions.conf<br>exten =&gt; 9900,1,DAHDIScan()<br>exten =&gt; 9900,2,Hangup<br>----</p><p>For whatever reason, this no longer works. It&#39;s not often used, so I don&#39;t even know when it stopped working. But now whenever I dial 9900, I just get dead air. The * key works to terminate the call, so I assume the # key is cycling through channels - but even if there&#39;s a few calls going on, I get no audio from this extension.<br>
<br>Calling 9900 yields this log message:<br>----<br>Executing [9900@from-sip-internal:1] DAHDIScan(&quot;SIP/7007-08479148&quot;, &quot;&quot;) in new stack<br>----</p><p>But switching channels shows nothing. Documentation on DAHDIScan() or its predecessor ZapScan() is pretty sparse. How do I track this down?</p>
<p><br></p><p>-SH<br></p>