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