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