Asterisk runs as root on this system. Verified by looking at the running processes.<br><br>#cat /dev/dahdi/pseudo<br>Predictably spits out the same char over and over.<br><br>I did manage to fix the behavior by removing dahdichanname=no from asterisk.conf. This did however break any reference to ZAP channels in my extensions.conf but since I set that as a global variable it was easy to fix. Just set it to refer to DAHDI instead of ZAP. I still think there is a bug somewhere but I am unable to find it.<br>

Thanks for the help.<br>Dave<br><br><br><div class="gmail_quote">On Fri, Apr 3, 2009 at 10:09 AM, Martin <span dir="ltr">&lt;<a href="mailto:asterisklist@callthem.info" target="_blank">asterisklist@callthem.info</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Well maybe turn the dahdichanname=no to yes...<br>
And check if you can open &quot;cat /dev/dahdi/pseudo&quot; ... or better yet<br>
maybe you&#39;re running asterisk with user asterisk<br>
and it doesn&#39;t have access to /dev/dahdi/pseudo ... ? Meetme tries to<br>
open that for timing source.<br>
<font color="#888888"><br>
Martin<br>
</font><div><div></div><div><br>
On Fri, Apr 3, 2009 at 10:24 AM, Dave Poirier &lt;<a href="mailto:dpoirier@mesd.k12.or.us" target="_blank">dpoirier@mesd.k12.or.us</a>&gt; wrote:<br>
&gt; Thanks for the reply Martin. I&#39;m pretty sure that we are running dahdi (see<br>
&gt; below). Could the problem be that I didn&#39;t remove the Zaptel libraries prior<br>
&gt; to compiling Asterisk? If that&#39;s the case I should be able to rerun the<br>
&gt; ./configure without the zaptel libs and see if that fixes it. I&#39;m just not<br>
&gt; sure what it checks for though. I did set the dahdichanname=no in the<br>
&gt; asterisk.conf if that makes any difference. It seemed to in calling the<br>
&gt; channel in the dialplan but didn&#39;t seem to effect the meetme app.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Dave<br>
&gt;<br>
&gt; Relevent bits from lsmod<br>
&gt;<br>
&gt; Module                  Size  Used by<br>
&gt; dahdi_dummy            38984  0<br>
&gt; dahdi_echocan_mg2      39048  0<br>
&gt; xpp_usb                52304  0<br>
&gt; xpp                   226468  1 xpp_usb<br>
&gt; wctc4xxp               83392  0<br>
&gt; dahdi_transcode        42376  1 wctc4xxp<br>
&gt; wcb4xxp               110756  0<br>
&gt; wctdm                  73804  0<br>
&gt; wcfxo                  47136  0<br>
&gt; wctdm24xxp            159332  0<br>
&gt; wcte11xp               59936  0<br>
&gt; wct1xxp                48544  0<br>
&gt; wcte12xp              102404  0<br>
&gt; wct4xxp               349696  24<br>
&gt; dahdi                 232144  66<br>
&gt; dahdi_dummy,dahdi_echocan_mg2,xpp,dahdi_transcode,wcb4xxp,wctdm,wcfxo,wctdm24xxp,wcte11xp,wct1xxp,wcte12xp,wct4xxp<br>
&gt;<br>
&gt;<br>
&gt; From the console...<br>
&gt;<br>
&gt; asterisk*CLI&gt; dahdi show status<br>
&gt; Description                              Alarms     IRQ        bpviol<br>
&gt; CRC4<br>
&gt; T2XXP (PCI) Card 0 Span 1                OK         0          0<br>
&gt; 0<br>
&gt; T2XXP (PCI) Card 0 Span 2                RED        0          0          0<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Apr 2, 2009 at 9:40 PM, Martin &lt;<a href="mailto:asterisklist@callthem.info" target="_blank">asterisklist@callthem.info</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; That&#39;s very strange ... the code when is compiling checks whether<br>
&gt;&gt; zaptel is present and then<br>
&gt;&gt; the #define HAVE_ZAPTEL is set.<br>
&gt;&gt;<br>
&gt;&gt; Since your error says No &quot;ZAP&quot; channel ...<br>
&gt;&gt;<br>
&gt;&gt; and the code says<br>
&gt;&gt;<br>
&gt;&gt; ast_log(LOG_WARNING, &quot;No %s channel available for conference, user<br>
&gt;&gt; introduction disabled\n&quot;, dahdi_chan_name);<br>
&gt;&gt;<br>
&gt;&gt; and<br>
&gt;&gt;<br>
&gt;&gt; in main/asterisk.c<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; #ifdef HAVE_ZAPTEL<br>
&gt;&gt; static char _dahdi_chan_name[AST_CHANNEL_NAME] = &quot;Zap&quot;;<br>
&gt;&gt; #else<br>
&gt;&gt; static char _dahdi_chan_name[AST_CHANNEL_NAME] = &quot;DAHDI&quot;;<br>
&gt;&gt; #endif<br>
&gt;&gt;<br>
&gt;&gt; I deduct from that ... that you&#39;re still running zaptel and not dahdi.<br>
&gt;&gt; Because your log should say &quot;No DAHDI channel available ...&quot; UNLESS<br>
&gt;&gt; for some reason you only compiled<br>
&gt;&gt; chan_dahdi.so and copied it manually leaving the old app_meetme.so<br>
&gt;&gt; with HAVE_ZAPTEL flag...<br>
&gt;&gt;<br>
&gt;&gt; paste your lsmod output<br>
&gt;&gt;<br>
&gt;&gt; Martin<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; David Poirier<br>
&gt;<br>
</div></div><div><div></div><div>&gt; _______________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</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><br>