No subject


Thu Jan 15 22:29:28 CST 2009


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 <asterisklist at callthem.info> 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

--0016368e2168ce8a8a0466a8262b
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Thanks for the reply Martin. I&#39;m pretty sure that we are running dahdi
(see below). Could the problem be that I didn&#39;t remove the Zaptel
libraries prior to compiling Asterisk? If that&#39;s the case I should be
able to rerun the ./configure without the zaptel libs and see if that
fixes it. I&#39;m just not sure what it checks for though. I did set the
dahdichanname=3Dno in the asterisk.conf if that makes any difference. It
seemed to in calling the channel in the dialplan but didn&#39;t seem to
effect the meetme app.<br>
<br>Thanks,<br>Dave<br>
<br>
Relevent bits from lsmod<br>
<br>
Module=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Size=A0 Used by<b=
r>
dahdi_dummy=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 38984=A0 0 <br>
dahdi_echocan_mg2=A0=A0=A0=A0=A0 39048=A0 0 <br>
xpp_usb=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 52304=A0 0 <br>
xpp=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 226468=A0 1 xpp_u=
sb<br>
wctc4xxp=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 83392=A0 0 <br>
dahdi_transcode=A0=A0=A0=A0=A0=A0=A0 42376=A0 1 wctc4xxp<br>
wcb4xxp=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 110756=A0 0 <br>
wctdm=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 73804=A0 0 <br>
wcfxo=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 47136=A0 0 <br>
wctdm24xxp=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 159332=A0 0 <br>
wcte11xp=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 59936=A0 0 <br>
wct1xxp=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 48544=A0 0 <br>
wcte12xp=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 102404=A0 0 <br>
wct4xxp=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 349696=A0 24 <br>
dahdi=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 232144=A0 66
dahdi_dummy,dahdi_echocan_mg2,xpp,dahdi_transcode,wcb4xxp,wctdm,wcfxo,wctdm=
24xxp,wcte11xp,wct1xxp,wcte12xp,wct4xxp<br>
<br>
<br>


More information about the asterisk-users mailing list